Example Medications List - Discharge medication
This examples medication list is provided as part of a patient journey scenario, which is described here. The list references the following example resources:
- Subject, source and context:
- Medication statements:
Below is an example of the above medication statements combined into a medication list:
- Overview
- Table
- XML
- JSON
- Narrative
List |
id : Example-DataStandardsWales-MedicationList-Discharge |
status : current |
mode : snapshot |
code |
coding |
system : http://snomed.info/sct |
code : 933361000000108 |
display : Medications and medical devices |
subject |
reference : Patient/Example-DataStandardsWales-Patient-PeterPiper |
display : PIPER, Peter (NHS: 1192335566) |
encounter |
reference : Encounter/Example-Inpatient |
display : ... |
date : 2022-07-12T11:00:00Z |
source |
reference : Practitioner/Example-Discharge |
display : ... |
entry |
item |
reference : MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bendroflumethiazide-Discharge |
display : ... |
entry |
item |
reference : MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bisoprolol-Discharge |
display : ... |
entry |
item |
reference : MedicationStatement/Example-DataStandardsWales-MedicationStatement-Nifedipress-Discharge |
display : ... |
entry |
item |
reference : MedicationStatement/Example-DataStandardsWales-MedicationStatement-Ramipril-Discharge |
display : ... |
entry |
item |
reference : MedicationStatement/Example-DataStandardsWales-MedicationStatement-Atorvastatin-Discharge |
display : ... |
entry |
item |
reference : MedicationStatement/Example-DataStandardsWales-MedicationStatement-DurogesicDTrans-Discharge |
display : ... |
entry |
item |
reference : MedicationStatement/Example-DataStandardsWales-MedicationStatement-Hydrocortisone-Discharge |
display : ... |
entry |
item |
reference : MedicationStatement/Example-DataStandardsWales-MedicationStatement-Latanoprost-Discharge |
display : ... |
entry |
item |
reference : MedicationStatement/Example-DataStandardsWales-MedicationStatement-Enbrel-Discharge |
display : ... |
entry |
item |
reference : MedicationStatement/Example-DataStandardsWales-MedicationStatement-Ibuprofen-Discharge |
display : Ibuprofen 400mg oral, three times a day - STOPPED due to GI bleed |
entry |
item |
reference : MedicationStatement/Example-DataStandardsWales-MedicationStatement-Paracetamol-Discharge |
display : ... |
List.id[0] | Example-DataStandardsWales-MedicationList-Discharge |
List.status[0] | current |
List.mode[0] | snapshot |
List.code[0].coding[0].system[0] | http://snomed.info/sct |
List.code[0].coding[0].code[0] | 933361000000108 |
List.code[0].coding[0].display[0] | Medications and medical devices |
List.subject[0].reference[0] | Patient/Example-DataStandardsWales-Patient-PeterPiper |
List.subject[0].display[0] | PIPER, Peter (NHS: 1192335566) |
List.encounter[0].reference[0] | Encounter/Example-Inpatient |
List.encounter[0].display[0] | ... |
List.date[0] | 2022-07-12T11:00:00Z |
List.source[0].reference[0] | Practitioner/Example-Discharge |
List.source[0].display[0] | ... |
List.entry[0].item[0].reference[0] | MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bendroflumethiazide-Discharge |
List.entry[0].item[0].display[0] | ... |
List.entry[1].item[0].reference[0] | MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bisoprolol-Discharge |
List.entry[1].item[0].display[0] | ... |
List.entry[2].item[0].reference[0] | MedicationStatement/Example-DataStandardsWales-MedicationStatement-Nifedipress-Discharge |
List.entry[2].item[0].display[0] | ... |
List.entry[3].item[0].reference[0] | MedicationStatement/Example-DataStandardsWales-MedicationStatement-Ramipril-Discharge |
List.entry[3].item[0].display[0] | ... |
List.entry[4].item[0].reference[0] | MedicationStatement/Example-DataStandardsWales-MedicationStatement-Atorvastatin-Discharge |
List.entry[4].item[0].display[0] | ... |
List.entry[5].item[0].reference[0] | MedicationStatement/Example-DataStandardsWales-MedicationStatement-DurogesicDTrans-Discharge |
List.entry[5].item[0].display[0] | ... |
List.entry[6].item[0].reference[0] | MedicationStatement/Example-DataStandardsWales-MedicationStatement-Hydrocortisone-Discharge |
List.entry[6].item[0].display[0] | ... |
List.entry[7].item[0].reference[0] | MedicationStatement/Example-DataStandardsWales-MedicationStatement-Latanoprost-Discharge |
List.entry[7].item[0].display[0] | ... |
List.entry[8].item[0].reference[0] | MedicationStatement/Example-DataStandardsWales-MedicationStatement-Enbrel-Discharge |
List.entry[8].item[0].display[0] | ... |
List.entry[9].item[0].reference[0] | MedicationStatement/Example-DataStandardsWales-MedicationStatement-Ibuprofen-Discharge |
List.entry[9].item[0].display[0] | Ibuprofen 400mg oral, three times a day - STOPPED due to GI bleed |
List.entry[10].item[0].reference[0] | MedicationStatement/Example-DataStandardsWales-MedicationStatement-Paracetamol-Discharge |
List.entry[10].item[0].display[0] | ... |
<List xmlns="http://hl7.org/fhir"> <!-- Scenario: Peter Piper's medicines list on discharge, including stopped Ibuprofen --> <id value="Example-DataStandardsWales-MedicationList-Discharge" /> <status value="current" /> <mode value="snapshot" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="933361000000108" /> <display value="Medications and medical devices" /> </coding> </code> <subject> <reference value="Patient/Example-DataStandardsWales-Patient-PeterPiper" /> <display value="PIPER, Peter (NHS: 1192335566)" /> </subject> <encounter> <reference value="Encounter/Example-Inpatient" /> <display value="..." /> </encounter> <date value="2022-07-12T11:00:00Z" /> <source> <!-- Practitioner asserting the list as 'discharge meds' --> <reference value="Practitioner/Example-Discharge" /> <display value="..." /> </source> <entry> <item> <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bendroflumethiazide-Discharge" /> <display value="..." /> </item> </entry> <entry> <item> <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bisoprolol-Discharge" /> <display value="..." /> </item> </entry> <entry> <item> <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Nifedipress-Discharge" /> <display value="..." /> </item> </entry> <entry> <item> <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Ramipril-Discharge" /> <display value="..." /> </item> </entry> <entry> <item> <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Atorvastatin-Discharge" /> <display value="..." /> </item> </entry> <entry> <item> <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-DurogesicDTrans-Discharge" /> <display value="..." /> </item> </entry> <entry> <item> <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Hydrocortisone-Discharge" /> <display value="..." /> </item> </entry> <entry> <item> <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Latanoprost-Discharge" /> <display value="..." /> </item> </entry> <entry> <item> <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Enbrel-Discharge" /> <display value="..." /> </item> </entry> <entry> <item> <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Ibuprofen-Discharge" /> <display value="Ibuprofen 400mg oral, three times a day - STOPPED due to GI bleed" /> </item> </entry> <entry> <item> <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Paracetamol-Discharge" /> <display value="..." /> </item> </entry> </List>
{ "resourceType": "List", "id": "Example-DataStandardsWales-MedicationList-Discharge", "status": "current", "mode": "snapshot", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "933361000000108", "display": "Medications and medical devices" } ] }, "subject": { "reference": "Patient/Example-DataStandardsWales-Patient-PeterPiper", "display": "PIPER, Peter (NHS: 1192335566)" }, "encounter": { "reference": "Encounter/Example-Inpatient", "display": "..." }, "date": "2022-07-12T11:00:00Z", "source": { "reference": "Practitioner/Example-Discharge", "display": "..." }, "entry": [ { "item": { "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bendroflumethiazide-Discharge", "display": "..." } }, { "item": { "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bisoprolol-Discharge", "display": "..." } }, { "item": { "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Nifedipress-Discharge", "display": "..." } }, { "item": { "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Ramipril-Discharge", "display": "..." } }, { "item": { "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Atorvastatin-Discharge", "display": "..." } }, { "item": { "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-DurogesicDTrans-Discharge", "display": "..." } }, { "item": { "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Hydrocortisone-Discharge", "display": "..." } }, { "item": { "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Latanoprost-Discharge", "display": "..." } }, { "item": { "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Enbrel-Discharge", "display": "..." } }, { "item": { "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Ibuprofen-Discharge", "display": "Ibuprofen 400mg oral, three times a day - STOPPED due to GI bleed" } }, { "item": { "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Paracetamol-Discharge", "display": "..." } } ] }