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

FHIR IG analytics

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

status: Completed

medication: Ibuprofen 400mg

subject: Patient

dosageInstruction

asNeeded: true

DoseAndRates

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

maxDosePerPeriod: 400 mg (Details: UCUM codemg = 'mg')/24 Stunden (Details: UCUM codeh = 'h')


Source1

{
  "resourceType": "MedicationDispense",
  "id": "INV-C-MaxDoseSameUnitAsDose-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": [
    {
      "asNeededBoolean": true,
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Stück",
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
            "code": "1"
          }
        }
      ],
      "maxDosePerPeriod": {
        "numerator": {
          "value": 400,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 24,
          "unit": "Stunden",
          "system": "http://unitsofmeasure.org",
          "code": "h"
        }
      }
    }
  ]
}