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

Profile: ADHA Core Organization

type: Healthcare Provider (Organization type#prov)

name: Tasmanian Family Medicine Clinic

telecom: reception@dfmc.example.com, fax: (03) 5550 5557(WORK), ph: (03) 5550 5556(WORK)

address: LPO Box 235 Strahan TAS 7468 AU

" ]; fhir:Organization.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ]; fhir:Coding.code [ fhir:value "prov" ] ] ]; fhir:Organization.name [ fhir:value "Tasmanian Family Medicine Clinic"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "reception@dfmc.example.com" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "fax" ]; fhir:ContactPoint.value [ fhir:value "(03) 5550 5557" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 2; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(03) 5550 5556" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Organization.address [ fhir:index 0; fhir:Address.type [ fhir:value "postal" ]; fhir:Address.line [ fhir:value "LPO Box 235"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Strahan" ]; fhir:Address.state [ fhir:value "TAS" ]; fhir:Address.postalCode [ fhir:value "7468" ]; fhir:Address.country [ fhir:value "AU" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------