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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationDispense
IdMedicationDispense-INV-C-MindestabstandUnitMatchesCode-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 INV-C-MindestabstandUnitMatchesCode-Dispense-02-of-03

status: Completed

medication: Ibuprofen 400mg

subject: Patient

dosageInstruction

Mindestabstand zwischen Gaben: No display for Duration (value: 4; unit: Tag(e); system: http://unitsofmeasure.org; code: h)

asNeeded: true

DoseAndRates

-Dose[x]
*1 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1')

Source1

{
  "resourceType": "MedicationDispense",
  "id": "INV-C-MindestabstandUnitMatchesCode-Dispense-02-of-03",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationDispenseDgMP"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "text": "Ibuprofen 400mg"
  },
  "subject": {
    "display": "Patient"
  },
  "dosageInstruction": [
    {
      "modifierExtension": [
        {
          "url": "http://ig.fhir.de/igs/medication/StructureDefinition/MindestabstandZwischenGaben",
          "valueDuration": {
            "value": 4,
            "unit": "Tag(e)",
            "system": "http://unitsofmeasure.org",
            "code": "h"
          }
        }
      ],
      "asNeededBoolean": true,
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Stück",
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
            "code": "1"
          }
        }
      ]
    }
  ]
}