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

: Building of Metropolitan Pathology QLD DOOMBEN - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "metro-qld-path-lab"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-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: Location metro-qld-path-lab</b></p><a name=\"metro-qld-path-lab\"> </a><a name=\"hcmetro-qld-path-lab\"> </a><a name=\"metro-qld-path-lab-en-AU\"> </a><p><b>identifier</b>: NATA Site Number/155101</p><p><b>status</b>: Active</p><p><b>name</b>: Metropolitan Pathology QLD DOOMBEN</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MBL}\">Laboratory</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HUSCS}\">Specimen Collection</span></p><p><b>address</b>: 75 Hampden St DOOMBEN QLD 4007 AU (work)</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization-metro-qld-path-lab.html\">Organization Metropolitan Pathology QLD</a></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 "NATAS" ] ;
fhir:display [ fhir:v "NATA Site Number" ]       ] ) ;
fhir:text [ fhir:v "NATA Site Number" ]     ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/nata-accreditation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "155101" ] # 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:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Metropolitan Pathology QLD DOOMBEN"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MBL" ] ;
fhir:display [ fhir:v "medical laboratory" ]     ] ) ;
fhir:text [ fhir:v "Laboratory" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HUSCS" ] ;
fhir:display [ fhir:v "specimen collection site" ]     ] ) ;
fhir:text [ fhir:v "Specimen Collection" ]
  ] ) ; # 
  fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "75 Hampden St" ] ) ;
fhir:city [ fhir:v "DOOMBEN" ] ;
fhir:state [ fhir:v "QLD" ] ;
fhir:postalCode [ fhir:v "4007" ] ;
fhir:country [ fhir:v "AU" ]
  ] ; # 
  fhir:physicalType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bu" ] ;
fhir:display [ fhir:v "Building" ]     ] )
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/metro-qld-path-lab" ]
  ] . #