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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeMedicationStatement
IdMedicationStatement-ExampleISiKMedikationsInformation6.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

Beispiel für Dosierung kurzwirksames Insulin nach gemessenen Werten

Source1

{
  "resourceType": "MedicationStatement",
  "id": "ExampleISiKMedikationsInformation6",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "06922060",
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "display": "Huminsulin® Normal KwikPen™"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "context": {
    "reference": "Encounter/FachabteilungskontaktMinimal"
  },
  "effectivePeriod": {
    "start": "2024-02-20"
  },
  "dateAsserted": "2024-02-20",
  "reasonReference": [
    {
      "reference": "Condition/DiagnoseDiabetesMellitus"
    }
  ],
  "dosage": [
    {
      "patientInstruction": "Dosierung nach BZ, gemäß Informationsblatt vom 20.02.2024",
      "timing": {
        "repeat": {
          "timeOfDay": [
            "19:00:00"
          ]
        }
      }
    }
  ]
}