FHIR IG analytics| Package | fhir.r4.wales.stu1 |
| Resource Type | MedicationStatement |
| Id | Example-DataStandardsWales-MedicationStatement-Ibuprofen-Discharge.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "MedicationStatement",
"id": "Example-DSW-MedicationStatement-Ibuprofen-Discharge",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "stopped",
"statusReason": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "74474003",
"display": "Gastrointestinal hemorrhage"
}
]
}
],
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
"code": "discharge",
"display": "Discharge"
}
]
},
"medicationCodeableConcept": {
"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)"
},
"context": {
"reference": "Encounter/Encounter-Inpatient",
"display": "..."
},
"dateAsserted": "2022-07-12T11:00:00Z",
"informationSource": {
"reference": "Practitioner/Hospital-Doctor",
"display": "..."
},
"dosage": [
{
"timing": {
"repeat": {
"frequency": 2,
"frequencyMax": 3,
"period": 1,
"periodUnit": "d"
}
},
"asNeededBoolean": true,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 2,
"unit": "tablet",
"system": "http://snomed.info/sct",
"code": "428673006"
}
}
]
}
]
}