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

Profile: ADHA Core Organization

identifier: PAI-O: 8003640001000036

type: Data Processing and Web Hosting Services (1292.0#5921)

name: My Health Record system operator

partOf: Organization/adha \"Australian Digital Health Agency\"

" ]; fhir:Organization.identifier [ fhir:index 0; 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:Coding.display [ fhir:value "National Organisation Identifier" ] ]; fhir:CodeableConcept.text [ fhir:value "PAI-O" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/pcehr/paio/1.0" ]; fhir:Identifier.value [ fhir:value "8003640001000036" ] ]; 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 "5921" ]; fhir:Coding.display [ fhir:value "Data Processing and Web Hosting Services" ] ] ]; fhir:Organization.name [ fhir:value "My Health Record system operator"]; fhir:Organization.partOf [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/adha" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------