FHIR IG analytics| Package | myhealth.eu.fhir.core |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-e5f6a7b8-c9d0-1234-efab-345678901234.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "MedicationStatement",
"id": "e5f6a7b8-c9d0-1234-efab-345678901234",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/core/StructureDefinition/medicationStatement-myhealtheu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationReference": {
"reference": "Medication/d4e5f6a7-b8c9-0123-defa-234567890123"
},
"subject": {
"reference": "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
},
"effectivePeriod": {
"start": "2015-07-01"
},
"informationSource": {
"reference": "Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407"
},
"dosage": [
{
"text": "500mg twice daily with meals",
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
}
}
]
}