Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: National Bowel Cancer Screening Program - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nbcsp"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService </b><a name=\"nbcsp\"> </a><a name=\"hcnbcsp\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceHealthcareService &quot;nbcsp&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-healthcareservice-core-1.html\">ADHA Core HealthcareService</a></p></div><p><b>providedBy</b>: <a href=\"Organization-healthau.html\">Organization/healthau</a> &quot;Australian Government Department of Health&quot;</p><p><b>category</b>: Public health program <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#310115006 &quot;Public health service&quot;)</span></p><p><b>type</b>: National cancer screening program <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>name</b>: National Bowel Cancer Screening Program</p><p><b>comment</b>: The National Bowel Cancer Screening Program reduces illness and death from bowel cancer by helping detect the early signs of the disease using a free, simple test that can be done at home.</p><p><b>telecom</b>: ph: 1800627701, <a href=\"https://ncsr.gov.au/content/ncsr/en/contact-us.html\">https://ncsr.gov.au/content/ncsr/en/contact-us.html</a></p><p><b>coverageArea</b>: <a href=\"Location-au-jurisdiction.html\">Location/au-jurisdiction</a> &quot;Jurisdiction of Australia&quot;</p></div>"
  ] ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "Organization/healthau" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:310115006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "310115006" ] ;
fhir:display [ fhir:v "Public health service" ]     ] ) ;
fhir:text [ fhir:v "Public health program" ]
  ] ) ; # 
  fhir:type ( [
fhir:text [ fhir:v "National cancer screening program" ]
  ] ) ; # 
  fhir:name [ fhir:v "National Bowel Cancer Screening Program"] ; # 
  fhir:comment [ fhir:v "The National Bowel Cancer Screening Program reduces illness and death from bowel cancer by helping detect the early signs of the disease using a free, simple test that can be done at home."] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1800627701" ]
  ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ncsr.gov.au/content/ncsr/en/contact-us.html" ]
  ] ) ; # 
  fhir:coverageArea ( [
fhir:reference [ fhir:v "Location/au-jurisdiction" ]
  ] ) . #