FHIR IG analytics| Package | fhir.r4.wales.discovery |
| Resource Type | MedicationStatement |
| Id | Example-DataStandardsWales-MedicationStatement-Hydrocortisone-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-DataStandardsWales-MedicationStatement-Hydrocortisone-Discharge",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "346992009",
"display": "Hydrocortisone 1% cream"
}
],
"text": "Hydrocortisone 1% cream"
},
"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": [
{
"additionalInstruction": [
{
"text": "Apply to the affected area"
}
],
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
}
}
]
}