FHIR IG analytics| Package | hl7.at.fhir.elga.emed.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-At-Emed-Example-Mr-Planeintrag.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest At-Emed-Example-Mr-Planeintrag
R5: Period over which the medication is to be taken (new): 2026-02-27 --> (ongoing)
R5: Full representation of the dosage instructions (new):
1 Kapsel täglich morgens
identifier: 4712_202602280800000
status: Active
intent: Order
category: Medikationsplaneintrag
reported: false
medication: Medication EBETREXAT TBL 10MG
subject: Max Mustermann Male, DoB: 1900-01-01 ( Social Security number: 1234010100)
authoredOn: 2026-02-27 10:20:00+0000
requester: Practitioner Melanie Musterärztin
courseOfTherapyType: Continuous long term therapy
note:
Freitext Informationen zum Medikationsplaneintrag.
dosageInstruction
text: 1 Kapsel täglich morgens
patientInstruction: Nehmen Sie die Kapsel jeden Morgen mit ausreichend Flüssigkeit ein.
timing: Once per 1 day
route: zum Einnehmen
DoseAndRates
Dose[x] 5 mg (Details: UCUM codemg = 'mg')
Generated Narrative: Medication #ContainedMedication01
code: EBETREXAT TBL 10MG
{
"resourceType": "MedicationRequest",
"id": "At-Emed-Example-Mr-Planeintrag",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-elga-emed-medicationrequest-planeintrag"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "ContainedMedication01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-elga-emed-medication-medikation"
]
},
"code": {
"coding": [
{
"system": "https://termgit.elga.gv.at/CodeSystem/asp-liste",
"code": "2443061",
"display": "EBETREXAT TBL 10MG"
}
]
}
}
],
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.effectiveDosePeriod",
"valuePeriod": {
"start": "2026-02-27"
}
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction",
"valueMarkdown": "1 Kapsel täglich morgens"
}
],
"identifier": [
{
"value": "4712_202602280800000"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS",
"code": "1",
"display": "Medikationsplaneintrag"
}
]
}
],
"reportedBoolean": false,
"medicationReference": {
"reference": "#ContainedMedication01"
},
"subject": {
"reference": "Patient/At-Emed-Example-Patient-01"
},
"authoredOn": "2026-02-27T10:20:00+00:00",
"requester": {
"reference": "Practitioner/At-Emed-Example-Practitioner-01"
},
"courseOfTherapyType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"code": "continuous"
}
]
},
"note": [
{
"text": "Freitext Informationen zum Medikationsplaneintrag."
}
],
"dosageInstruction": [
{
"text": "1 Kapsel täglich morgens",
"patientInstruction": "Nehmen Sie die Kapsel jeden Morgen mit ausreichend Flüssigkeit ein.",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "https://termgit.elga.gv.at/CodeSystem-medikationartanwendung.html",
"code": "100000073619",
"display": "zum Einnehmen"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 5,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}