FHIR IG analytics| Package | hl7.fhir.eu.base-r5 |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-example-medicationstatement-eucore.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Medication: Enalapril 20mg tablets
Patient: Fiona XXX_Swart
Status: Active
Dosage: Take one tablet daily in the morning (oral route)
Informant: Dr. Lukas Müller
Date Asserted: 2024-12-01
{
"resourceType": "MedicationStatement",
"id": "example-medicationstatement-eucore",
"meta": {
"profile": [
"http://hl7.eu/fhir/base-r5/StructureDefinition/medicationStatement-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "recorded",
"medication": {
"concept": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "C09AA02",
"display": "Enalapril"
}
],
"text": "Enalapril 20mg tablets"
}
},
"subject": {
"reference": "Patient/patient-eu-core-example",
"display": "John Doe"
},
"effectiveDateTime": "2024-12-01",
"dateAsserted": "2024-12-01",
"informationSource": [
{
"reference": "Patient/patient-eu-core-example",
"display": "Luigi De Luca"
}
],
"dosage": [
{
"text": "Take one tablet daily in the morning",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 20,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}