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" : "MedicationStatement",
"id" : "ExampleMedicationStatement",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement ExampleMedicationStatement</b></p><a name=\"ExampleMedicationStatement\"> </a><a name=\"hcExampleMedicationStatement\"> </a><a name=\"ExampleMedicationStatement-en-US\"> </a><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-statement-status-reason on-hold}\">On hold</span></p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1049624}\">Atorvastatin 10 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-ExampleHDRPatient.html\">John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2023-11-01 08:00:00+0100</p><p><b>dateAsserted</b>: 2023-11-15 12:00:00+0100</p><p><b>informationSource</b>: <a href=\"Practitioner/example\">Practitioner/example</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">Hypercholesterolemia</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>Take one tablet daily in the morning.</td><td>Once per 1 days</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></td></tr></table></div>"
},
"status" : "active",
"statusReason" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medication-statement-status-reason",
"code" : "on-hold",
"display" : "On hold"
}
]
}
],
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "1049624",
"display" : "Atorvastatin 10 MG Oral Tablet"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ExampleHDRPatient"
},
"effectiveDateTime" : "2023-11-01T08:00:00+01:00",
"dateAsserted" : "2023-11-15T12:00:00+01:00",
"informationSource" : {
"reference" : "Practitioner/example"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "44054006",
"display" : "Hypercholesterolemia"
}
]
}
],
"dosage" : [
{
"text" : "Take one tablet daily in the morning.",
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 1,
"periodUnit" : "d"
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral route"
}
]
}
}
]
}