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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationDispense
IdMedicationDispense-W-DoseRangeNoVarPeriod-Dispense-02-of-03.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

Generated Narrative: MedicationDispense W-DoseRangeNoVarPeriod-Dispense-02-of-03

status: Completed

medication: Ibuprofen 400mg

subject: Patient

dosageInstruction

timing: Once per 4-6 hours

DoseAndRates

-Dose[x]
*2-3 Stück

Source1

{
  "resourceType": "MedicationDispense",
  "id": "W-DoseRangeNoVarPeriod-Dispense-02-of-03",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationDispenseDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "text": "Ibuprofen 400mg"
  },
  "subject": {
    "display": "Patient"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 4,
          "periodMax": 6,
          "periodUnit": "h"
        }
      },
      "doseAndRate": [
        {
          "doseRange": {
            "low": {
              "value": 2,
              "unit": "Stück",
              "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
              "code": "1"
            },
            "high": {
              "value": 3,
              "unit": "Stück",
              "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
              "code": "1"
            }
          }
        }
      ]
    }
  ]
}