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

FHIR IG analytics

Packagekbv.basis.ressources.only
Resource TypeMedicationStatement
IdMedicationStatement_27fa3d4d_2ac2_47af_bb4c_ad38acbe9685.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Dieses FHIR-Beispiel des Profils KBV_PR_Base_MedicationStatement beschreibt die aktive Medikation eines Patienten mit einem Medikament, das für die Behandlung eines Prostatakarzinoms (SNOMED CT: 254900004) verschrieben wurde. Das Medikament wird oral eingenommen, 2-mal täglich nach einer Mahlzeit, mit einer Einzeldosis von 2 Einheiten.

Source1

{
  "resourceType": "MedicationStatement",
  "id": "27fa3d4d-2ac2-47af-bb4c-ad38acbe9685",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_MedicationStatement"
    ]
  },
  "dosage": [
    {
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/11000274103/version/20240515",
            "code": "26643006",
            "display": "Oral route (qualifier value)"
          },
          {
            "code": "20053000",
            "system": "http://standardterms.edqm.eu",
            "display": "Oral use"
          }
        ]
      },
      "additionalInstruction": [
        {
          "coding": [
            {
              "version": "http://snomed.info/sct/11000274103/version/20240515",
              "code": "419444006",
              "system": "http://snomed.info/sct",
              "display": "Do not stop taking this medicine except on your doctor's advice (qualifier value)"
            }
          ]
        }
      ],
      "patientInstruction": "Einahme 2 Stunden nach einer Mahlzeit",
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "MORN"
          ]
        }
      },
      "asNeededBoolean": false,
      "site": {
        "coding": [
          {
            "code": "91723000",
            "system": "http://snomed.info/sct",
            "display": "Anatomical structure"
          }
        ],
        "text": "Oral"
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 2,
            "code": "g",
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
            "unit": "Einzeldosis"
          },
          "rateRatio": {
            "numerator": {
              "value": 2,
              "code": "g",
              "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
              "unit": "Einzeldosis"
            },
            "denominator": {
              "value": 2,
              "code": "s",
              "system": "http://unitsofmeasure.org",
              "unit": "Einzeldosis"
            }
          }
        }
      ],
      "maxDosePerPeriod": {
        "numerator": {
          "value": 2,
          "code": "g",
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
          "unit": "Einzeldosis"
        },
        "denominator": {
          "value": 2,
          "code": "s",
          "system": "http://unitsofmeasure.org",
          "unit": "Einzeldosis"
        }
      },
      "maxDosePerAdministration": {
        "value": 2,
        "code": "g",
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
        "unit": "Einzeldosis"
      }
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "statusReason": [
    {
      "coding": [
        {
          "version": "http://snomed.info/sct/11000274103/version/20240515",
          "code": "275942009",
          "system": "http://snomed.info/sct",
          "display": "New medication added (finding)"
        }
      ]
    }
  ],
  "category": {
    "coding": [
      {
        "code": "outpatient",
        "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
        "display": "Outpatient"
      }
    ]
  },
  "medicationReference": {
    "reference": "Medication/149e683b-729a-41e2-a3ce-b21f4a2b55e2"
  },
  "subject": {
    "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
  },
  "effectiveDateTime": "2022-01-01",
  "dateAsserted": "2022-01-01",
  "informationSource": {
    "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "version": "http://snomed.info/sct/11000274103/version/20240515",
          "code": "254900004",
          "system": "http://snomed.info/sct",
          "display": "Carcinoma of prostate (disorder)"
        }
      ]
    }
  ],
  "note": [
    {
      "authorReference": {
        "reference": "Practitioner/20597e0e-cb2a-45b3-95f0-dc3dbdb617c3"
      },
      "time": "2020-01-02",
      "text": "ausgedacht"
    }
  ]
}