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 loinc: <http://loinc.org/rdf#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/Observation/4cc7d7fa-82fd-4f06-a2be-18b60c1ee55f> a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "4cc7d7fa-82fd-4f06-a2be-18b60c1ee55f"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ehdsi.eu/eps/StructureDefinition/observation-vital-eps-myhealtheu" ; fhir:index 0 ; fhir:link <http://fhir.ehdsi.eu/eps/StructureDefinition/observation-vital-eps-myhealtheu> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Body height: 165 cm.</p></div>" ] ; fhir:Observation.status [ fhir:value "final"] ; fhir:Observation.category [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ; fhir:Coding.code [ fhir:value "vital-signs" ] ; fhir:Coding.display [ fhir:value "Vital Signs" ] ] ] ; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a loinc:8302-2 ; fhir:Coding.system [ fhir:value "http://loinc.org" ] ; fhir:Coding.code [ fhir:value "8302-2" ] ; fhir:Coding.display [ fhir:value "Body height" ] ] ] ; fhir:Observation.subject [ fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ; fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2025-08-31"^^xsd:date] ; fhir:Observation.performer [ fhir:index 0 ; fhir:link <http://hl7.org/fhir/PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b> ; fhir:Reference.reference [ fhir:value "PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b" ] ] ; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "165"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "cm" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "cm" ] ] . <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> a fhir:Patient . <http://hl7.org/fhir/PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b> a fhir:PractitionerRole . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Observation/4cc7d7fa-82fd-4f06-a2be-18b60c1ee55f.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Observation/4cc7d7fa-82fd-4f06-a2be-18b60c1ee55f.ttl> .