medrx0319
info
Source: HL7 - "Request for Intravenous Antibiotic with a Dosage Rate - Piperacillin - completed with reason code"
- Human readable text
 - Dosage
 
[
  {
    "sequence": 1,
    "text": "4.5 grams in D5W 250 ml. IV every 6 hours.Infuse over 30 min at 8L/min ",
    "timing": {
      "repeat": {
        "frequency": 1,
        "period": 6,
        "periodUnit": "h"
      }
    },
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "47625008",
          "display": "Intravenous route (qualifier value)"
        }
      ]
    },
    "doseAndRate": [
      {
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
              "code": "ordered",
              "display": "Ordered"
            }
          ]
        },
        "doseQuantity": {
          "value": 4.5,
          "unit": "g",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        },
        "rateQuantity": {
          "value": 50,
          "system": "http://unitsofmeasure.org",
          "code": "ml/h"
        }
      }
    ]
  }
]