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

Profile: ADHA Core Organization

identifier: ABN: 83605426759

type: Commonwealth Government Entity (1292.0#7510)

name: Australian Government Department of Health

telecom: https://www.health.gov.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 "83605426759" ] ]; fhir:Organization.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0" ]; fhir:Coding.code [ fhir:value "7510" ] ]; fhir:CodeableConcept.text [ fhir:value "Commonwealth Government Entity" ] ]; fhir:Organization.name [ fhir:value "Australian Government Department of Health"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.health.gov.au" ]; fhir:ContactPoint.use [ fhir:value "work" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------