FHIR IG analytics| Package | fhir.r4.wales.stu1 |
| Resource Type | MedicationStatement |
| Id | Example-DataStandardsWales-MedicationStatement-Amoxicillin-Infusion.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-Amoxicillin-Infusion",
"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": "inpatient",
"display": "Inpatient"
}
]
},
"medicationReference": {
"reference": "Medication/Example-DataStandardsWales-Medication-Amoxicillin-Infusion"
},
"subject": {
"reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
"display": "JONES, Alice (NHS: 9912003444)"
},
"context": {
"reference": "Encounter/Encounter-Inpatient-2",
"display": "..."
},
"dateAsserted": "2021-06-04T14:00:00Z",
"informationSource": {
"reference": "Practitioner/Example-DataStandardsWales-Practitioner-Doctor",
"display": "Dr Sally Foster (GMC: 9830222)"
},
"dosage": [
{
"additionalInstruction": [
{
"text": "Review after 48 hours"
}
],
"timing": {
"repeat": {
"duration": 5,
"durationUnit": "d",
"frequency": 3,
"period": 1,
"periodUnit": "d"
}
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "13283701000001109",
"display": "Infusion"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "gram",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}
]
}
]
}