@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "metro-specialist-services-group"]; 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-specialist-services-group"

Profile: ADHA Core Location

status: active

name: Metropolitan Specialist Services Group Head Office

mode: instance

type: Office (SNOMED CT#257649000)

telecom: info@metrospeicalistservicesgroup.example.com, ph: (07) 5550 2537(WORK), fax: (07) 5550 2538(WORK)

address: Suite 13, Ashley Centre 1A Ashley Lane ORBIT NSW 2060 AU

managingOrganization: Organization/metro-specialist-services-group "Metropolitan Specialist Services Group"

" ]; fhir:Location.status [ fhir:value "active"]; fhir:Location.name [ fhir:value "Metropolitan Specialist Services Group Head Office"]; fhir:Location.mode [ fhir:value "instance"]; fhir:Location.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:257649000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "257649000" ]; fhir:Coding.display [ fhir:value "Office" ] ] ]; fhir:Location.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "info@metrospeicalistservicesgroup.example.com" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(07) 5550 2537" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 2; fhir:ContactPoint.system [ fhir:value "fax" ]; fhir:ContactPoint.value [ fhir:value "(07) 5550 2538" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Location.address [ fhir:Address.line [ fhir:value "Suite 13, Ashley Centre"; fhir:index 0 ], [ fhir:value "1A Ashley Lane"; fhir:index 1 ]; fhir:Address.city [ fhir:value "ORBIT" ]; fhir:Address.state [ fhir:value "NSW" ]; fhir:Address.postalCode [ fhir:value "2060" ]; fhir:Address.country [ fhir:value "AU" ] ]; fhir:Location.managingOrganization [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/metro-specialist-services-group" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------