MyHealth@EU Core 1.0.0 - trial-use 150
MyHealth@EU Core - Downloaded Version 1.0.0 See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "e1f2a3b4-c5d6-7890-efab-901234567890"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ehdsi.eu/core/StructureDefinition/medicalTestResult-myhealtheu-core"^^xsd:anyURI ; fhir:l <http://fhir.ehdsi.eu/core/StructureDefinition/medicalTestResult-myhealtheu-core> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">HbA1c 7.2% - John Doe</div>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ; fhir:code [ fhir:v "laboratory" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a loinc:4548-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "4548-4" ] ; fhir:display [ fhir:v "Hemoglobin A1c/Hemoglobin.total in Blood" ] ] ) ] ; # fhir:subject [ fhir:l fhir:Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49 ; fhir:reference [ fhir:v "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ] ] ; # fhir:effective [ a fhir:DateTime ; fhir:v "2024-01-10"^^xsd:date ] ; # fhir:performer ( [ fhir:l fhir:PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530 ; fhir:reference [ fhir:v "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v 7.2 ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "%" ] ] ; # fhir:interpretation ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation> ] ; fhir:code [ fhir:v "H" ] ; fhir:display [ fhir:v "High" ] ] ) ] ) ; # fhir:referenceRange ( [ fhir:low [ fhir:value [ fhir:v "4"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ] ; fhir:high [ fhir:value [ fhir:v "6"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ] ] ) . #