Example MedicationStatement - Ibuprofen

This shows an example medication statement as recorded on admission. This medication has been self-reported by the patient.
MedicationStatement
MedicationStatement.id[0]Example-DataStandardsWales-MedicationStatement-Ibuprofen-Patient
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">Ibuprofen 200mg tablets, 2-3 tablets three times a day</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]community
MedicationStatement.category[0].coding[0].display[0]Community
MedicationStatement.medication[0].coding[0].system[0]https://dmd.nhs.uk
MedicationStatement.medication[0].coding[0].code[0]329652003
MedicationStatement.medication[0].coding[0].display[0]Ibuprofen 200 mg tablets
MedicationStatement.medication[0].text[0]Ibuprofen 200 mg tablets
MedicationStatement.subject[0].reference[0]Patient/Example-DataStandardsWales-Patient-PeterPiper
MedicationStatement.subject[0].display[0]PIPER, Peter (NHS: 1192335566)
MedicationStatement.dateAsserted[0]2022-01-10T10:00:00Z
MedicationStatement.informationSource[0].reference[0]Patient/Example-DataStandardsWales-Patient-PeterPiper
MedicationStatement.informationSource[0].display[0]PIPER, Peter (NHS: 1192335566)
MedicationStatement.dosage[0].timing[0].repeat[0].frequency[0]2
MedicationStatement.dosage[0].timing[0].repeat[0].frequencyMax[0]3
MedicationStatement.dosage[0].timing[0].repeat[0].period[0]1
MedicationStatement.dosage[0].timing[0].repeat[0].periodUnit[0]d
MedicationStatement.dosage[0].asNeeded[0]True
MedicationStatement.dosage[0].route[0].coding[0].system[0]http://snomed.info/sct
MedicationStatement.dosage[0].route[0].coding[0].code[0]26643006
MedicationStatement.dosage[0].route[0].coding[0].display[0]Oral
MedicationStatement.dosage[0].doseAndRate[0].dose[0].value[0]2
MedicationStatement.dosage[0].doseAndRate[0].dose[0].unit[0]tablet
<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-MedicationStatement-Ibuprofen-Patient" />
<profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement" />
</meta>
<status value="generated" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="active" />
<system value="http://terminology.hl7.org/CodeSystem/medication-statement-category" />
<code value="community" />
<display value="Community" />
</coding>
</category>
<system value="https://dmd.nhs.uk" />
<code value="329652003" />
<display value="Ibuprofen 200 mg tablets" />
</coding>
<text value="Ibuprofen 200 mg tablets" />
</medicationCodeableConcept>
<reference value="Patient/Example-DataStandardsWales-Patient-PeterPiper" />
<display value="PIPER, Peter (NHS: 1192335566)" />
</subject>
<dateAsserted value="2022-01-10T10:00:00Z" />
<reference value="Patient/Example-DataStandardsWales-Patient-PeterPiper" />
<display value="PIPER, Peter (NHS: 1192335566)" />
</informationSource>
<frequency value="2" />
<frequencyMax value="3" />
<period value="1" />
<periodUnit value="d" />
</repeat>
</timing>
<asNeededBoolean value="true" />
<system value="http://snomed.info/sct" />
<code value="26643006" />
<display value="Oral" />
</coding>
</route>
<value value="2" />
<unit value="tablet" />
</doseQuantity>
</doseAndRate>
</dosage>
</MedicationStatement>
{
"resourceType": "MedicationStatement",
"id": "Example-DataStandardsWales-MedicationStatement-Ibuprofen-Patient",
"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",
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
"code": "community",
"display": "Community"
}
]
},
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "329652003",
"display": "Ibuprofen 200 mg tablets"
}
],
"text": "Ibuprofen 200 mg tablets"
},
"subject": {
"reference": "Patient/Example-DataStandardsWales-Patient-PeterPiper",
"display": "PIPER, Peter (NHS: 1192335566)"
},
"dateAsserted": "2022-01-10T10:00:00Z",
"reference": "Patient/Example-DataStandardsWales-Patient-PeterPiper",
"display": "PIPER, Peter (NHS: 1192335566)"
},
"dosage": [
{
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral"
}
]
},
{
"value": 2,
"unit": "tablet"
}
}
]
}
]
}
Ibuprofen 200mg tablets, 2-3 tablets three times a day