MyHealth@Eu Hospital Discharge Report
0.0.1 - qa-preview
150
MyHealth@Eu Hospital Discharge Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MedicationAdministration",
"id" : "ADM-001",
"meta" : {
"profile" : [
🔗 "http://fhir.ehdsi.eu/hdr/StructureDefinition/medicationAdministration-hdr-myhealtheu"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration ADM-001</b></p><a name=\"ADM-001\"> </a><a name=\"hcADM-001\"> </a><a name=\"ADM-001-en-US\"> </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-medicationAdministration-hdr-myhealtheu.html\">MedicationAdministration: HDR</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 322236009}\">Paracetamol 500 mg oral tablet</span></p><p><b>subject</b>: <a href=\"Bundle-BundleExampleHdr.html#urn-uuid-1d4bbc93-63b7-4f2b-8f0f-8380aa138f49\">Bundle: identifier = http://example.org#7c8218d6-7a5b-4974-8221-c9102ad4fb41; type = document; timestamp = 2024-11-18 14:30:00+0100</a></p><p><b>effective</b>: 2025-05-27 08:30:00+0200</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=\"Bundle-BundleExampleHdr.html#urn-uuid-b06b2c2c-15dd-4e58-b27e-37326ba51407\">Bundle: identifier = http://example.org#7c8218d6-7a5b-4974-8221-c9102ad4fb41; type = document; timestamp = 2024-11-18 14:30:00+0100</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 R50.9}\">Fever, unspecified</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>Take one tablet orally every 6 hours as needed for fever.</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></td><td>500 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></div>"
},
"status" : "completed",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "322236009",
"display" : "Paracetamol 500 mg oral tablet"
}
]
},
"subject" : {
"reference" : "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
},
"effectiveDateTime" : "2025-05-27T08:30:00+02:00",
"performer" : [
{
"actor" : {
"reference" : "urn:uuid:b06b2c2c-15dd-4e58-b27e-37326ba51407"
}
}
],
"reasonCode" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "R50.9",
"display" : "Fever, unspecified"
}
]
}
],
"dosage" : {
"text" : "Take one tablet orally every 6 hours as needed for fever.",
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral route"
}
]
},
"dose" : {
"value" : 500,
"unit" : "milligram",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
}