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:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleMedicationRequestHdr"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ehdsi.eu/hdr/StructureDefinition/medicationRequest-hdr-myhealtheu"^^xsd:anyURI ;
fhir:l <http://fhir.ehdsi.eu/hdr/StructureDefinition/medicationRequest-hdr-myhealtheu> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medication Request</div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/fhir/NamingSystem/prescription-id"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/NamingSystem/prescription-id> ] ;
fhir:value [ fhir:v "RX-001234" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:statusReason [
( 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:intent [ fhir:v "order"] ; #
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:authoredOn [ fhir:v "2024-05-15"^^xsd:date] ; #
fhir:requester [
fhir:l <urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49> ;
fhir:reference [ fhir:v "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
] ; #
fhir:reasonCode ( [
( 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:groupIdentifier [
fhir:system [
fhir:v "http://example.org/fhir/NamingSystem/group-id"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/NamingSystem/group-id> ] ;
fhir:value [ fhir:v "RX-GROUP-98765" ]
] ; #
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}" ] ] ] )
] ) ; #
fhir:dispenseRequest [
( fhir:extension [
fhir:url [
fhir:v "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medicationrequest-prescribedQuantity"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medicationrequest-prescribedQuantity> ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 13.5 ] ;
fhir:unit [ fhir:v "grams per deciliter" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "g/dL" ] ] ] )
] . #
IG © 2024+ MyHealth@Eu. Package myhealth.eu.fhir.hdr#9.1.0 based on FHIR 4.0.1. Generated 2026-02-20