MyHealth@Eu Patient Summary 1.0.0-poc - qa-preview 150
MyHealth@Eu Patient Summary - Downloaded Version 1.0.0-poc See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/Device/0b89dcab-1d0c-44fa-a958-3131452d8cca> a fhir:Device ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "0b89dcab-1d0c-44fa-a958-3131452d8cca"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ehdsi.eu/eps/StructureDefinition/device-eps-myhealtheu" ; fhir:index 0 ; fhir:link <http://fhir.ehdsi.eu/eps/StructureDefinition/device-eps-myhealtheu> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Cardiac pacemaker</p></div>" ] ; fhir:Device.status [ fhir:value "active"] ; fhir:Device.deviceName [ fhir:index 0 ; fhir:Device.deviceName.name [ fhir:value "Cardiac pacemaker" ] ; fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ] ] ; fhir:Device.type [ fhir:CodeableConcept.coding [ fhir:index 0 ; a sct:14106009 ; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ; fhir:Coding.code [ fhir:value "14106009" ] ; fhir:Coding.display [ fhir:value "Cardiac pacemaker" ] ] ] ; fhir:Device.patient [ fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ; fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ] ] . <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Device/0b89dcab-1d0c-44fa-a958-3131452d8cca.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Device/0b89dcab-1d0c-44fa-a958-3131452d8cca.ttl> .