FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.medikation |
| Resource Type | Medication |
| Id | Medication-mii-exa-medikation-medication-rezeptur.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Medication",
"id": "mii-exa-medikation-medication-rezeptur",
"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/Medication|2026.0.1"
]
},
"code": {
"text": "Infusion bestehend aus 85mg Doxorubicin aufgeloest zur Verabreichung in 250ml 5-%iger (50 mg/ml) Glucose-Infusionsloesung"
},
"form": {
"coding": [
{
"code": "11210000",
"system": "http://standardterms.edqm.eu",
"display": "Solution for infusion"
}
]
},
"ingredient": [
{
"isActive": true,
"itemCodeableConcept": {
"coding": [
{
"code": "L01DB01",
"system": "http://fhir.de/CodeSystem/bfarm/atc",
"version": "2023",
"display": "Doxorubicin"
}
]
},
"strength": {
"denominator": {
"value": 250,
"code": "mL",
"system": "http://unitsofmeasure.org",
"unit": "milliliter"
},
"numerator": {
"value": 85,
"code": "mg",
"system": "http://unitsofmeasure.org",
"unit": "mg"
}
}
},
{
"isActive": true,
"itemReference": {
"reference": "Medication/mii-exa-medikation-medication-glucoseloesung"
}
}
],
"status": "active"
}