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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.seltene
Resource TypeMedicationRequest
IdMedicationRequest-mii-exa-seltene-therapieempfehlung-losartan-marfan.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": "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"
          }
        }
      ]
    }
  ]
}