MyHealth@Eu Electronic Prescription and Dispense - Downloaded Version 1.0.0-poc See the Directory of published versions
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationDispense/400D-dispense-1> a fhir:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "400D-dispense-1"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ehdsi.eu/epd/StructureDefinition/MedicationDispense-myhealtheu-epd" ;
fhir:index 0 ;
fhir:link <http://fhir.ehdsi.eu/epd/StructureDefinition/MedicationDispense-myhealtheu-epd>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense 400D-dispense-1</b></p><a name=\"400D-dispense-1\"> </a><a name=\"hc400D-dispense-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationDispense-myhealtheu-epd.html\">MedicationDispense (EPD)</a></p></div><p><b>R5: When the recording of the dispense started (new)</b>: 2024-12-06 19:54:00+0000</p><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-01C-Cefuroxime1500Branded.html\">Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10.</a></p><p><b>subject</b>: <a href=\"Patient-patient1.html\">Thomas Engine Male, DoB: 1950-09-15 ( 12345)</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-pharmacist1.html\">PractitionerRole Pharmacist</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-400C-prescription-cefuroxime-singleline.html\">MedicationRequest: identifier = 10-123EP; status = active; intent = order; medication[x] = ->Medication: extension = cefuroxime; form = Powder for solution for injection/infusion; authoredOn = 2024-12-06; reasonCode = Bronchopneumonia, unspecified</a></p><p><b>quantity</b>: 1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></p><p><b>daysSupply</b>: 3 day(s)<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></p><p><b>whenHandedOver</b>: 2024-12-06 19:54:00+0000</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationDispense.recorded" ] ;
fhir:Extension.valueDateTime [ fhir:value "2024-12-06T19:54:00Z"^^xsd:dateTime ]
] ;
fhir:MedicationDispense.status [ fhir:value "completed"] ;
fhir:MedicationDispense.medicationReference [
fhir:link <http://hl7.org/fhir/Medication/01C-Cefuroxime1500Branded> ;
fhir:Reference.reference [ fhir:value "Medication/01C-Cefuroxime1500Branded" ] ;
fhir:Reference.display [ fhir:value "Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10." ]
] ;
fhir:MedicationDispense.subject [
fhir:link <http://hl7.org/fhir/Patient/patient1> ;
fhir:Reference.reference [ fhir:value "Patient/patient1" ]
] ;
fhir:MedicationDispense.performer [
fhir:index 0 ;
fhir:MedicationDispense.performer.actor [
fhir:link <http://hl7.org/fhir/PractitionerRole/pharmacist1> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/pharmacist1" ]
]
] ;
fhir:MedicationDispense.authorizingPrescription [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/MedicationRequest/400C-prescription-cefuroxime-singleline> ;
fhir:Reference.reference [ fhir:value "MedicationRequest/400C-prescription-cefuroxime-singleline" ]
] ;
fhir:MedicationDispense.quantity [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "1" ]
] ;
fhir:MedicationDispense.daysSupply [
fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "day(s)" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "d" ]
] ;
fhir:MedicationDispense.whenHandedOver [ fhir:value "2024-12-06T19:54:00Z"^^xsd:dateTime] .
<http://hl7.org/fhir/Medication/01C-Cefuroxime1500Branded> a fhir:Medication .
<http://hl7.org/fhir/Patient/patient1> a fhir:Patient .
<http://hl7.org/fhir/PractitionerRole/pharmacist1> a fhir:PractitionerRole .
<http://hl7.org/fhir/MedicationRequest/400C-prescription-cefuroxime-singleline> a fhir:MedicationRequest .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationDispense/400D-dispense-1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationDispense/400D-dispense-1.ttl> .
IG © 2023+ MyHealth@Eu. Package myhealth.eu.fhir.epd#1.0.0-poc based on FHIR 4.0.1. Generated 2026-07-16