Example MedicationStatement - Latanoprost
This shows an example medication statement as recorded on discharge.
- Overview
- Table
- XML
- JSON
- Narrative
| MedicationStatement |
| id : Example-DSW-MedicationStatement-Latanoprost-Discharge |
| meta |
| profile : https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement |
| text |
| status : generated |
| status : active |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/medication-statement-category |
| code : discharge |
| display : Discharge |
| medication |
| coding |
| system : https://dmd.nhs.uk |
| code : 22154311000001107 |
| display : Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free |
| text : Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free |
| subject |
| reference : Patient/Example-DataStandardsWales-Patient-PeterPiper |
| display : PIPER, Peter (NHS: 1192335566) |
| context |
| reference : Encounter/Encounter-Inpatient |
| display : ... |
| dateAsserted : 2022-07-14T09:00:00Z |
| informationSource |
| reference : Practitioner/Practitioner-Discharging |
| display : ... |
| dosage |
| timing |
| repeat |
| frequency : 1 |
| period : 1 |
| periodUnit : d |
| when : EVE.late |
| site |
| coding |
| system : http://snomed.info/sct |
| code : 8966001 |
| display : Left eye |
| doseAndRate |
| dose |
| value : 1 |
| unit : drop |
| system : http://snomed.info/sct |
| code : 404218003 |
| MedicationStatement.id[0] | Example-DSW-MedicationStatement-Latanoprost-Discharge |
| MedicationStatement.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement |
| MedicationStatement.text[0].status[0] | generated |
| MedicationStatement.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free - Instil one drop into the left eye at night</div> |
| MedicationStatement.status[0] | active |
| MedicationStatement.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/medication-statement-category |
| MedicationStatement.category[0].coding[0].code[0] | discharge |
| MedicationStatement.category[0].coding[0].display[0] | Discharge |
| MedicationStatement.medication[0].coding[0].system[0] | https://dmd.nhs.uk |
| MedicationStatement.medication[0].coding[0].code[0] | 22154311000001107 |
| MedicationStatement.medication[0].coding[0].display[0] | Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free |
| MedicationStatement.medication[0].text[0] | Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free |
| MedicationStatement.subject[0].reference[0] | Patient/Example-DataStandardsWales-Patient-PeterPiper |
| MedicationStatement.subject[0].display[0] | PIPER, Peter (NHS: 1192335566) |
| MedicationStatement.context[0].reference[0] | Encounter/Encounter-Inpatient |
| MedicationStatement.context[0].display[0] | ... |
| MedicationStatement.dateAsserted[0] | 2022-07-14T09:00:00Z |
| MedicationStatement.informationSource[0].reference[0] | Practitioner/Practitioner-Discharging |
| MedicationStatement.informationSource[0].display[0] | ... |
| MedicationStatement.dosage[0].timing[0].repeat[0].frequency[0] | 1 |
| MedicationStatement.dosage[0].timing[0].repeat[0].period[0] | 1 |
| MedicationStatement.dosage[0].timing[0].repeat[0].periodUnit[0] | d |
| MedicationStatement.dosage[0].timing[0].repeat[0].when[0] | EVE.late |
| MedicationStatement.dosage[0].site[0].coding[0].system[0] | http://snomed.info/sct |
| MedicationStatement.dosage[0].site[0].coding[0].code[0] | 8966001 |
| MedicationStatement.dosage[0].site[0].coding[0].display[0] | Left eye |
| MedicationStatement.dosage[0].doseAndRate[0].dose[0].value[0] | 1 |
| MedicationStatement.dosage[0].doseAndRate[0].dose[0].unit[0] | drop |
| MedicationStatement.dosage[0].doseAndRate[0].dose[0].system[0] | http://snomed.info/sct |
| MedicationStatement.dosage[0].doseAndRate[0].dose[0].code[0] | 404218003 |
<MedicationStatement xmlns="http://hl7.org/fhir"> <id value="Example-DSW-MedicationStatement-Latanoprost-Discharge" /> <meta> <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="active" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category" /> <code value="discharge" /> <display value="Discharge" /> </coding> </category> <medicationCodeableConcept> <coding> <system value="https://dmd.nhs.uk" /> <code value="22154311000001107" /> <display value="Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free" /> </coding> <text value="Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free" /> </medicationCodeableConcept> <subject> <reference value="Patient/Example-DataStandardsWales-Patient-PeterPiper" /> <display value="PIPER, Peter (NHS: 1192335566)" /> </subject> <context> <reference value="Encounter/Encounter-Inpatient" /> <display value="..." /> </context> <dateAsserted value="2022-07-14T09:00:00Z" /> <informationSource> <reference value="Practitioner/Practitioner-Discharging" /> <display value="..." /> </informationSource> <dosage> <timing> <repeat> <frequency value="1" /> <period value="1" /> <periodUnit value="d" /> <when value="EVE.late" /> </repeat> </timing> <site> <coding> <system value="http://snomed.info/sct" /> <code value="8966001" /> <display value="Left eye" /> </coding> </site> <doseAndRate> <doseQuantity> <value value="1" /> <unit value="drop" /> <system value="http://snomed.info/sct" /> <code value="404218003" /> </doseQuantity> </doseAndRate> </dosage> </MedicationStatement>
{ "resourceType": "MedicationStatement", "id": "Example-DSW-MedicationStatement-Latanoprost-Discharge", "meta": { "profile": [ "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement" ] }, "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "status": "active", "category": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category", "code": "discharge", "display": "Discharge" } ] }, "medicationCodeableConcept": { "coding": [ { "system": "https://dmd.nhs.uk", "code": "22154311000001107", "display": "Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free" } ], "text": "Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free" }, "subject": { "reference": "Patient/Example-DataStandardsWales-Patient-PeterPiper", "display": "PIPER, Peter (NHS: 1192335566)" }, "context": { "reference": "Encounter/Encounter-Inpatient", "display": "..." }, "dateAsserted": "07/14/2022 09:00:00", "informationSource": { "reference": "Practitioner/Practitioner-Discharging", "display": "..." }, "dosage": [ { "timing": { "repeat": { "frequency": 1, "period": 1, "periodUnit": "d", "when": [ "EVE.late" ] } }, "site": { "coding": [ { "system": "http://snomed.info/sct", "code": "8966001", "display": "Left eye" } ] }, "doseAndRate": [ { "doseQuantity": { "value": 1, "unit": "drop", "system": "http://snomed.info/sct", "code": "404218003" } } ] } ] }
Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free - Instil one drop into the left eye at night