HL7 Europe Patient Summary 1.0.0-ballot - ci-build 150
HL7 Europe Patient Summary - Downloaded Version 1.0.0-ballot 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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 ------------------------------------------------------------------- a fhir:MedicationStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "b3a1ed32-3f44-41e2-919b-1c8bdeaee29c"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.eu/fhir/eps/StructureDefinition/MedicationStatement-eu-eps"^^xsd:anyURI ; fhir:l <http://hl7.eu/fhir/eps/StructureDefinition/MedicationStatement-eu-eps> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"hl7__ips\"><tr><td>Simvastatin 10 mg oral tablet</td><td><span class=\"nb\">2025-07-15</span></td><td>Oral tablet</td><td>1 tablet (10 mg) by mouth once daily</td><td>Hyperlipidemia</td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:medication [ a fhir:Reference ; fhir:l fhir:Medication/a20659b9-12e2-417a-aa70-98483da34f44 ; fhir:reference [ fhir:v "Medication/a20659b9-12e2-417a-aa70-98483da34f44" ] ; fhir:display [ fhir:v "Simvastatin 10 mg oral tablet" ] ] ; # fhir:subject [ fhir:l fhir:Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3 ; fhir:reference [ fhir:v "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ] ; fhir:display [ fhir:v "Petra Schwartz" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2025-07-15"^^xsd:date ] ] ; # fhir:reasonCode ( [ ( fhir:coding [ a sct:55822004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "55822004" ] ; fhir:display [ fhir:v "Hyperlipidemia" ] ] ) ] ) ; # fhir:dosage ( [ fhir:text [ fhir:v "1 tablet (10 mg) by mouth once daily" ] ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ] ] ; fhir:asNeeded [ a fhir:Boolean ; fhir:v false ] ; ( fhir:doseAndRate [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "{tbl}" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "{tbl}" ] ] ] ) ] ) . #