FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.medikation |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-mii-exa-medikation-medication-statement-ibuprofen.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationStatement",
"id": "mii-exa-medikation-medication-statement-ibuprofen",
"meta": {
"security": [
{
"code": "HTEST",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"display": "test health data"
}
],
"profile": [
"https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/MedicationStatement|2026.0.1"
]
},
"status": "intended",
"medicationCodeableConcept": {
"coding": [
{
"code": "M01AE01",
"system": "http://fhir.de/CodeSystem/bfarm/atc",
"version": "2022"
}
],
"text": "Ibuprofen 400mg"
},
"subject": {
"reference": "Patient/example"
},
"effectivePeriod": {
"start": "2022-02-02T12:22:00+00:00"
},
"dosage": [
{
"text": "Ibuprofen 400mg Tabl. 3x1 bei Bedarf (Kopfschmerzen)",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2022-02-02T12:22:00+00:00"
},
"frequency": 3,
"period": 1,
"periodUnit": "d"
}
},
"asNeededBoolean": true,
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"code": "1",
"system": "http://unitsofmeasure.org",
"unit": "Tablette"
}
}
]
}
]
}