@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Location metro-qld-path-lab

identifier: NATA Site Number/155101

status: Active

name: Metropolitan Pathology QLD DOOMBEN

mode: Instance

type: Laboratory, Specimen Collection

address: 75 Hampden St DOOMBEN QLD 4007 AU (work)

physicalType: Building

managingOrganization: Organization Metropolitan Pathology QLD

" ] ; # 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:link ; fhir:reference [ fhir:v "Organization/metro-qld-path-lab" ] ] . # # -------------------------------------------------------------------------------------