medrx0315
info
Source: HL7 - "Request for an injectable medication - Lorazepam - active - with link to encounter, reasonCode and dosageInstruction"
- Human readable text
 - Dosage
 
[
  {
    "sequence": 1,
    "text": "0.05 - 0.1mg/kg IV over 2-5 minutes every 15 minutes as needed",
    "timing": {
      "repeat": {
        "frequency": 1,
        "period": 15,
        "periodUnit": "min"
      }
    },
    "asNeeded": true,
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "255560000",
          "display": "Intravenous"
        }
      ]
    },
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "420620005",
          "display": "Push - dosing instruction imperative (qualifier value)"
        }
      ]
    },
    "doseAndRate": [
      {
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
              "code": "ordered",
              "display": "Ordered"
            }
          ]
        },
        "doseRange": {
          "low": {
            "value": 0.05,
            "unit": "mg/kg",
            "system": "http://unitsofmeasure.org",
            "code": "mg/kg"
          },
          "high": {
            "value": 0.1,
            "unit": "mg/kg",
            "system": "http://unitsofmeasure.org",
            "code": "mg/kg"
          }
        },
        "rateRange": {
          "low": {
            "value": 2,
            "unit": "min",
            "system": "http://unitsofmeasure.org",
            "code": "min"
          },
          "high": {
            "value": 5,
            "unit": "min",
            "system": "http://unitsofmeasure.org",
            "code": "min"
          }
        }
      }
    ]
  }
]