FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.seltene |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-medication-losartan.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationStatement",
"id": "medication-losartan",
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/bfarm/atc",
"code": "C09CA01",
"display": "Losartan"
},
{
"system": "http://snomed.info/sct",
"code": "373567002",
"display": "Losartan"
}
],
"text": "Losartan 50mg"
},
"subject": {
"reference": "Patient/patient-marfan-001"
},
"effectiveDateTime": "2024-12-15",
"reasonReference": [
{
"reference": "Condition/condition-marfan-clinical"
}
],
"note": [
{
"text": "Zur Progressionshemmung der Aortenwurzeldilatation bei Marfan-Syndrom"
}
],
"dosage": [
{
"text": "50mg einmal täglich",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 50,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}