FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.seltene |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-mii-exa-seltene-therapieempfehlung-losartan-marfan.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"id": "mii-exa-seltene-therapieempfehlung-losartan-marfan",
"meta": {
"profile": [
"https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/StructureDefinition/mii-pr-seltene-therapieempfehlung|2026.0.1"
]
},
"status": "active",
"intent": "proposal",
"category": [
{
"coding": [
{
"system": "https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/CodeSystem/mii-cs-seltene-therapieempfehlung-strategie",
"code": "prevention-medication",
"display": "Präventive Medikation"
}
]
},
{
"coding": [
{
"system": "https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/CodeSystem/mii-cs-seltene-therapieempfehlung-typ",
"code": "symptomatic",
"display": "Symptomatisch"
}
]
}
],
"medicationCodeableConcept": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/bfarm/atc",
"code": "C09CA01",
"display": "Losartan"
}
]
},
"subject": {
"reference": "Patient/patient-marfan-001"
},
"reasonReference": [
{
"reference": "Condition/condition-marfan-clinical",
"display": "Marfan-Syndrom mit Aortenwurzeldilatation"
}
],
"dosageInstruction": [
{
"text": "50mg 1x täglich",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 50,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}