@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Device ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example1"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Device

Resource Device "example1"

identifier: PAI-D: 8003640013000057

DeviceNames

-NameType
*Some registered repository serviceother

type: National patient health record repository (SNOMED CT#462240000 "Patient health record information system")

owner: PAI-O: 8003640011000059

" ] ; # 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 "8003640013000057" ] ] ) ; # fhir:deviceName ( [ fhir:name [ fhir:v "Some registered repository service" ] ; fhir:type [ fhir:v "other" ] ] ) ; # fhir:type [ fhir:coding ( [ a sct:462240000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "462240000" ] ; fhir:display [ fhir:v "Patient health record information system" ] ] ) ; fhir:text [ fhir:v "National patient health record repository" ] ] ; # fhir:owner [ fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NOI" ] ; fhir:display [ fhir:v "National Organisation Identifier" ] ] ) ; fhir:text [ fhir:v "PAI-O" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/pcehr/paio/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003640011000059" ] ] ] . # # -------------------------------------------------------------------------------------