@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "metro-qld-path-lab"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Location

Resource Location "metro-qld-path-lab"

Profile: ADHA Core Location

identifier: NATA Site Number: 155101

status: active

name: Metropolitan Pathology QLD DOOMBEN

mode: instance

type: Laboratory (RoleCode#MBL "medical laboratory"), Specimen Collection (RoleCode#HUSCS "specimen collection site")

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

physicalType: Building (Location type#bu)

managingOrganization: Organization/metro-qld-path-lab "Metropolitan Pathology QLD"

" ]; fhir:Location.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "NATAS" ]; fhir:Coding.display [ fhir:value "NATA Site Number" ] ]; fhir:CodeableConcept.text [ fhir:value "NATA Site Number" ] ]; fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/nata-accreditation" ]; fhir:Identifier.value [ fhir:value "155101" ] ]; fhir:Location.status [ fhir:value "active"]; fhir:Location.name [ fhir:value "Metropolitan Pathology QLD DOOMBEN"]; fhir:Location.mode [ fhir:value "instance"]; fhir:Location.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ]; fhir:Coding.code [ fhir:value "MBL" ]; fhir:Coding.display [ fhir:value "medical laboratory" ] ]; fhir:CodeableConcept.text [ fhir:value "Laboratory" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ]; fhir:Coding.code [ fhir:value "HUSCS" ]; fhir:Coding.display [ fhir:value "specimen collection site" ] ]; fhir:CodeableConcept.text [ fhir:value "Specimen Collection" ] ]; fhir:Location.address [ fhir:Address.use [ fhir:value "work" ]; fhir:Address.type [ fhir:value "physical" ]; fhir:Address.line [ fhir:value "75 Hampden St"; fhir:index 0 ]; fhir:Address.city [ fhir:value "DOOMBEN" ]; fhir:Address.state [ fhir:value "QLD" ]; fhir:Address.postalCode [ fhir:value "4007" ]; fhir:Address.country [ fhir:value "AU" ] ]; fhir:Location.physicalType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ]; fhir:Coding.code [ fhir:value "bu" ]; fhir:Coding.display [ fhir:value "Building" ] ] ]; fhir:Location.managingOrganization [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/metro-qld-path-lab" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------