FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.seltene
Resource TypeMedicationStatement
IdMedicationStatement-medication-losartan.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        }
      ]
    }
  ]
}