@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization; 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-organization-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Organization

Resource Organization "metro-specialist-services-group"

Profile: ADHA Core Organization

identifier: ABN: 16000773547

type: Medical centre (SNOMED CT#288565001; Organization type#prov "Healthcare Provider")

name: Metropolitan Specialist Services Group

telecom: info@metrospeicalistservicesgroup.example.com, ph: (07) 5550 2437(WORK)

address: GPO BOX 1777Q ORBIT NSW 2060 AU

" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "XX" ] ]; fhir:CodeableConcept.text [ fhir:value "ABN" ] ]; fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/abn" ]; fhir:Identifier.value [ fhir:value "16000773547" ] ]; fhir:Organization.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:288565001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "288565001" ]; fhir:Coding.display [ fhir:value "Medical centre" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ]; fhir:Coding.code [ fhir:value "prov" ]; fhir:Coding.display [ fhir:value "Healthcare Provider" ] ] ]; fhir:Organization.name [ fhir:value "Metropolitan Specialist Services Group"]; fhir:Organization.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 2437" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Organization.address [ fhir:index 0; fhir:Address.type [ fhir:value "postal" ]; fhir:Address.line [ fhir:value "GPO BOX 1777Q"; fhir:index 0 ]; fhir:Address.city [ fhir:value "ORBIT" ]; fhir:Address.state [ fhir:value "NSW" ]; fhir:Address.postalCode [ fhir:value "2060" ]; fhir:Address.country [ fhir:value "AU" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------