@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Device; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "mhr-01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-device-system-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Device

Resource Device "mhr-01"

Profile: ADHA System Device

identifier: PAI-D: 8003640003000026

DeviceNames

-NameType
*My Health Record systemother

type: My Health Record system (SNOMED CT#1084991000168108)

owner: Organization/mhr-operator "My Health Record system operator"

" ]; fhir:Device.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 "NDI" ]; fhir:Coding.display [ fhir:value "National Device Identifier" ] ]; fhir:CodeableConcept.text [ fhir:value "PAI-D" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/pcehr/paid/1.0" ]; fhir:Identifier.value [ fhir:value "8003640003000026" ] ]; fhir:Device.deviceName [ fhir:index 0; fhir:Device.deviceName.name [ fhir:value "My Health Record system" ]; fhir:Device.deviceName.type [ fhir:value "other" ] ]; fhir:Device.type [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:1084991000168108; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "1084991000168108" ]; fhir:Coding.display [ fhir:value "My Health Record system" ] ]; fhir:CodeableConcept.text [ fhir:value "My Health Record system" ] ]; fhir:Device.owner [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/mhr-operator" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------