@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Device ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "mhr-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-device-system-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Device mhr-01

identifier: PAI-D/8003640003000026

DeviceNames

-NameType
*My Health Record systemother

type: My Health Record system

owner: Organization My Health Record system operator

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NDI" ] ; fhir:display [ fhir:v "National Device Identifier" ] ] ) ; fhir:text [ fhir:v "PAI-D" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/pcehr/paid/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003640003000026" ] ] ) ; # fhir:deviceName ( [ fhir:name [ fhir:v "My Health Record system" ] ; fhir:type [ fhir:v "other" ] ] ) ; # fhir:type [ fhir:coding ( [ a sct:1084991000168108 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1084991000168108" ] ; fhir:display [ fhir:v "My Health Record system" ] ] ) ; fhir:text [ fhir:v "My Health Record system" ] ] ; # fhir:owner [ fhir:link ; fhir:reference [ fhir:v "Organization/mhr-operator" ] ] . # # -------------------------------------------------------------------------------------