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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationRequest
IdMedicationRequest-MR-Unsupported-Dosage-09-of-20-RateRange.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: MedicationRequest MR-Unsupported-Dosage-09-of-20-RateRange

status: Active

intent: Order

medication: Unsupported Dosage RateRange Medication

subject: Unsupported Dosage RateRange

dosageInstruction

text: rateRange

DoseAndRates

-Rate[x]
*5-15 ml/h

Source1

{
  "resourceType": "MedicationRequest",
  "id": "MR-Unsupported-Dosage-09-of-20-RateRange",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationRequestDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "text": "Unsupported Dosage RateRange Medication"
  },
  "subject": {
    "display": "Unsupported Dosage RateRange"
  },
  "dosageInstruction": [
    {
      "text": "rateRange",
      "doseAndRate": [
        {
          "rateRange": {
            "low": {
              "value": 5,
              "unit": "ml/h",
              "system": "http://unitsofmeasure.org",
              "code": "mL/h"
            },
            "high": {
              "value": 15,
              "unit": "ml/h",
              "system": "http://unitsofmeasure.org",
              "code": "mL/h"
            }
          }
        }
      ]
    }
  ]
}