ELGA e-Medikation (R4) ENTWURF
0.1.1 - ci-build
ELGA e-Medikation (R4) ENTWURF - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "At-Emed-Example-Mr-Dosierung-1010",
"meta" : {
"profile" : [
🔗 "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-mr-planeintrag"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest At-Emed-Example-Mr-Dosierung-1010</b></p><a name=\"At-Emed-Example-Mr-Dosierung-1010\"> </a><a name=\"hcAt-Emed-Example-Mr-Dosierung-1010\"> </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-at-emed-mr-planeintrag.html\">ELGA e-Med Planeintrag</a></p></div><p><b>Extension Definition for MedicationRequest.renderedDosageInstruction for Version 5.0</b>: </p><div><p>1-0-1-0 Stück</p>\n</div><p><b>identifier</b>: 4712_202602280800000</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS 1}\">Medikationsplaneintrag</span></p><p><b>reported</b>: false</p><p><b>medication</b>: <a href=\"#hcAt-Emed-Example-Mr-Dosierung-1010/contained-medication-1010-01\">Medication EBETREXAT TBL 10MG</a></p><p><b>subject</b>: <a href=\"Patient-At-Emed-Example-Patient-01.html\">Max Mustermann Male, DoB: 1900-01-01 ( Social Security number: 1234010100)</a></p><p><b>authoredOn</b>: 2026-02-27 10:20:00+0000</p><p><b>requester</b>: <a href=\"Practitioner-At-Emed-Example-Practitioner-01.html\">Practitioner Melanie Musterärztin </a></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: before breakfast, before dinner, 2 per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td> Stück<span style=\"background: LightGoldenRodYellow\"> (Details: ValueSet-elga-medikationmengenart code{Stueck} = '{Stueck}')</span></td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #contained-medication-1010-01</b></p><a name=\"At-Emed-Example-Mr-Dosierung-1010/contained-medication-1010-01\"> </a><a name=\"hcAt-Emed-Example-Mr-Dosierung-1010/contained-medication-1010-01\"> </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-at-emed-medication.html\">ELGA e-Med Medikation</a></p></div><p><b>code</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/asp-liste 2443061}\">EBETREXAT TBL 10MG</span></p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Medication",
"id" : "contained-medication-1010-01",
"meta" : {
"profile" : [
🔗 "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-medication"
]
},
"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.renderedDosageInstruction",
"valueMarkdown" : "1-0-1-0 Stück"
}
],
"identifier" : [
{
"value" : "4712_202602280800000"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestCategoryCS",
"code" : "1"
}
]
}
],
"reportedBoolean" : false,
"medicationReference" : {
"reference" : "#contained-medication-1010-01"
},
"subject" : {
🔗 "reference" : "Patient/At-Emed-Example-Patient-01"
},
"authoredOn" : "2026-02-27T10:20:00+00:00",
"requester" : {
🔗 "reference" : "Practitioner/At-Emed-Example-Practitioner-01"
},
"dosageInstruction" : [
{
"timing" : {
"repeat" : {
"frequency" : 2,
"period" : 1,
"periodUnit" : "d",
"when" : [
"ACM",
"ACV"
]
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"unit" : "Stück",
"system" : "https://termgit.elga.gv.at/ValueSet-elga-medikationmengenart",
"code" : "{Stueck}"
}
}
]
}
]
}