MyHealth@Eu Hospital Discharge Report - Local Development build (v9.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DISP-001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ehdsi.eu/hdr/StructureDefinition/medicationDispense-hdr-myhealtheu"^^xsd:anyURI ;
fhir:l <http://fhir.ehdsi.eu/hdr/StructureDefinition/medicationDispense-hdr-myhealtheu> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medication Dispense</div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:statusReason [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-NullFlavor> ] ;
fhir:code [ fhir:v "UNK" ] ;
fhir:display [ fhir:v "unknown" ] ] )
] ; #
fhir:medication [
a fhir:Reference ;
fhir:l fhir:Medication/1234567890 ;
fhir:reference [ fhir:v "Medication/1234567890" ]
] ; #
fhir:subject [
fhir:l <urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49> ;
fhir:reference [ fhir:v "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:l fhir:Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407 ;
fhir:reference [ fhir:v "Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407" ] ]
] ) ; #
fhir:authorizingPrescription ( [
fhir:l fhir:MedicationRequest/ExampleMedicationRequestHdr ;
fhir:reference [ fhir:v "MedicationRequest/ExampleMedicationRequestHdr" ]
] ) ; #
fhir:quantity [
fhir:value [ fhir:v "40"^^xsd:decimal ] ;
fhir:unit [ fhir:v "milligram per 24 hour" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "mg/(24.h)" ]
] ; #
fhir:daysSupply [
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "day" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "d" ]
] ; #
fhir:whenHandedOver [ fhir:v "2024-04-26T10:00:00+01:00"^^xsd:dateTime] ; #
fhir:receiver ( [
fhir:l <urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49> ;
fhir:reference [ fhir:v "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
] ) ; #
fhir:dosageInstruction ( [
fhir:sequence [ fhir:v 1 ] ;
fhir:text [ fhir:v "Take 1 tablet by mouth twice a day for 5 days" ] ;
fhir:timing [
fhir:repeat [
fhir:count [ fhir:v "10"^^xsd:positiveInteger ] ;
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ;
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-TimingEvent"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-TimingEvent> ] ;
fhir:code [ fhir:v "ACM" ] ;
fhir:display [ fhir:v "ACM" ] ] ) ] ] ;
fhir:route [
( fhir:coding [
fhir:system [
fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
fhir:l <http://standardterms.edqm.eu> ] ;
fhir:code [ fhir:v "20053000" ] ;
fhir:display [ fhir:v "Oral use" ] ] ) ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "{tbl}" ] ] ] )
] ) . #
IG © 2024+ MyHealth@Eu. Package myhealth.eu.fhir.hdr#9.1.0 based on FHIR 4.0.1. Generated 2026-02-20