FHIR IG analytics| Package | hl7.fhir.eu.eps |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-b3a1ed32-3f44-41e2-919b-1c8bdeaee29c.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Simvastatin 10 mg oral tablet | 2025-07-15 | Oral tablet | 1 tablet (10 mg) by mouth once daily | Hyperlipidemia |
{
"resourceType": "MedicationStatement",
"id": "b3a1ed32-3f44-41e2-919b-1c8bdeaee29c",
"meta": {
"profile": [
"http://hl7.eu/fhir/eps/StructureDefinition/MedicationStatement-eu-eps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationReference": {
"reference": "Medication/a20659b9-12e2-417a-aa70-98483da34f44",
"display": "Simvastatin 10 mg oral tablet"
},
"subject": {
"reference": "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3",
"display": "Petra Schwartz"
},
"effectivePeriod": {
"start": "2025-07-15"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "55822004",
"display": "Hyperlipidemia"
}
]
}
],
"dosage": [
{
"text": "1 tablet (10 mg) by mouth once daily",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"asNeededBoolean": false,
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "{tbl}",
"system": "http://unitsofmeasure.org",
"code": "{tbl}"
}
}
]
}
]
}