@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "topend-medical-clinic"]; 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 "topend-medical-clinic"

Profile: ADHA Core Organization

identifier: ACN: 123456789, HPI-O: 8003621566684455

name: Top End Medical Clinic

telecom: ph: (08) 8423 9999(WORK), admin@topendmedicalclinic.example.com.au

address: 102 Rowling Street Casuarina NT 0810 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 "ACN" ] ]; fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/acn" ]; fhir:Identifier.value [ fhir:value "123456789" ] ], [ fhir:index 1; 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 "NOI" ] ]; fhir:CodeableConcept.text [ fhir:value "HPI-O" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpio/1.0" ]; fhir:Identifier.value [ fhir:value "8003621566684455" ] ]; fhir:Organization.name [ fhir:value "Top End Medical Clinic"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(08) 8423 9999" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "admin@topendmedicalclinic.example.com.au" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Organization.address [ fhir:index 0; fhir:Address.type [ fhir:value "physical" ]; fhir:Address.line [ fhir:value "102 Rowling Street"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Casuarina" ]; fhir:Address.state [ fhir:value "NT" ]; fhir:Address.postalCode [ fhir:value "0810" ]; fhir:Address.country [ fhir:value "AU" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------