FHIR IG analytics| Package | fhir.r4.wales |
| Resource Type | MedicationStatement |
| Id | Example-DataStandardsWales-MedicationStatement-Latanoprost-Inpatient.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-Latanoprost-Inpatient",
"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"
}
]
},
"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": "2022-07-12T11:00:00Z",
"informationSource": {
"reference": "Practitioner/Hospital-Doctor",
"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"
}
}
]
}
]
}