@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-nsw-yerong"]; 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-nsw-yerong"

Profile: ADHA Core Location

status: active

name: Metropolitan Specialist Services Group Yerongpilly NSW

mode: instance

type: Endocrinology clinic (RoleCode#ENDO; SNOMED CT#702854000), Pediatric endocrinology clinic (RoleCode#PEDE; SNOMED CT#702903001 "Paediatric endocrinology clinic")

telecom: info@metrospeicalistservicesgroup.example.com, ph: (02) 5550 6537(WORK), fax: (02) 5550 6538(WORK)

address: Suite 10, Sanford Jackson Building 88 Station Road Yerongpilly NSW 2061 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 Yerongpilly NSW"]; 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 "ENDO" ]; fhir:Coding.display [ fhir:value "Endocrinology clinic" ] ], [ fhir:index 1; a sct:702854000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "702854000" ]; fhir:Coding.display [ fhir:value "Endocrinology clinic" ] ] ], [ 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 "PEDE" ]; fhir:Coding.display [ fhir:value "Pediatric endocrinology clinic" ] ], [ fhir:index 1; a sct:702903001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "702903001" ]; fhir:Coding.display [ fhir:value "Paediatric endocrinology clinic" ] ] ]; 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 "(02) 5550 6537" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 2; fhir:ContactPoint.system [ fhir:value "fax" ]; fhir:ContactPoint.value [ fhir:value "(02) 5550 6538" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Location.address [ fhir:Address.type [ fhir:value "physical" ]; fhir:Address.line [ fhir:value "Suite 10, Sanford Jackson Building"; fhir:index 0 ], [ fhir:value "88 Station Road"; fhir:index 1 ]; fhir:Address.city [ fhir:value "Yerongpilly" ]; fhir:Address.state [ fhir:value "NSW" ]; fhir:Address.postalCode [ fhir:value "2061" ]; 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 . # -------------------------------------------------------------------------------------