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

: Private VIC Pathology - 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 -------------------------------------------------------------------

# Associated with Organization that is compliant with HI Test Data in Vendor Environment

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "private-vic-path-lab"] ; # 
  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 class=\"res-header-id\"><b>Generated Narrative: HealthcareService private-vic-path-lab</b></p><a name=\"private-vic-path-lab\"> </a><a name=\"hcprivate-vic-path-lab\"> </a><a name=\"private-vic-path-lab-en-AU\"> </a><p><b>identifier</b>: NATA Accreditation Number/100302</p><p><b>providedBy</b>: <a href=\"Organization-private-vic-path-lab.html\">Organization Private VIC Pathology</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 310076001}\">Chemical pathology service</span>, <span title=\"Codes:{http://snomed.info/sct 788124003}\">Histopathology service</span>, <span title=\"Codes:{http://snomed.info/sct 708191000}\">Toxicology service</span>, <span title=\"Codes:{http://snomed.info/sct 708178001}\">Cytogenetics service</span>, <span title=\"Codes:{http://snomed.info/sct 708185002}\">Virology service</span>, <span title=\"Codes:{http://snomed.info/sct 708188000}\">Serology service</span>, <span title=\"Codes:{http://snomed.info/sct 708196005}\">Haematology service</span>, <span title=\"Codes:{http://snomed.info/sct 708190004}\">Immunology service</span>, <span title=\"Codes:{http://snomed.info/sct 706903003}\">Mycobacteriology service</span>, <span title=\"Codes:{http://snomed.info/sct 310078000}\">Medical microbiology service</span>, <span title=\"Codes:{http://snomed.info/sct 706902008}\">Mycology service</span></p><p><b>name</b>: Private VIC Pathology</p><p><b>telecom</b>: ph: (03) 5550 4724</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NATAA" ] ;
fhir:display [ fhir:v "NATA Accreditation Number" ]       ] ) ;
fhir:text [ fhir:v "NATA Accreditation Number" ]     ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/nata-accreditation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "100302" ] # In Australia NATA numbers are an\n        incremental number that have been incremented to 5 digits, this example uses a fictional\n        NATA number from 100,000 + to ensure no conflict with real world values
  ] ) ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "Organization/private-vic-path-lab" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:310076001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "310076001" ] ;
fhir:display [ fhir:v "Chemical pathology service" ]     ] )
  ] [
    ( fhir:coding [
a sct:788124003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "788124003" ] ;
fhir:display [ fhir:v "Histopathology service" ]     ] )
  ] [
    ( fhir:coding [
a sct:708191000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "708191000" ] ;
fhir:display [ fhir:v "Toxicology service" ]     ] )
  ] [
    ( fhir:coding [
a sct:708178001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "708178001" ] ;
fhir:display [ fhir:v "Cytogenetics service" ]     ] )
  ] [
    ( fhir:coding [
a sct:708185002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "708185002" ] ;
fhir:display [ fhir:v "Virology service" ]     ] )
  ] [
    ( fhir:coding [
a sct:708188000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "708188000" ] ;
fhir:display [ fhir:v "Serology service" ]     ] )
  ] [
    ( fhir:coding [
a sct:708196005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "708196005" ] ;
fhir:display [ fhir:v "Haematology service" ]     ] )
  ] [
    ( fhir:coding [
a sct:708190004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "708190004" ] ;
fhir:display [ fhir:v "Immunology service" ]     ] )
  ] [
    ( fhir:coding [
a sct:706903003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "706903003" ] ;
fhir:display [ fhir:v "Mycobacteriology service" ]     ] )
  ] [
    ( fhir:coding [
a sct:310078000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "310078000" ] ;
fhir:display [ fhir:v "Medical microbiology service" ]     ] )
  ] [
    ( fhir:coding [
a sct:706902008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "706902008" ] ;
fhir:display [ fhir:v "Mycology service" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Private VIC Pathology"] ; # <location>
#        <reference value="Location/private-vic-path-lab"/>
#    </location>
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 5550 4724" ]
  ] ) . #