STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Medicationorder-example-qicore.json

Raw JSON (canonical form)

Example of QICore MedicationOrder

{
  "resourceType": "MedicationOrder",
  "id": "medicationorder-example-qicore",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>Penicillin VK 5ml suspension to be administered by oral route</p>\n      <p>ONE 5ml spoonful to be taken THREE times a day</p>\n      <p>100ml bottle</p>\n      <p>to patient ref: a23</p>\n      <p>by doctor X</p>\n    </div>"
  },
  "status": "active",
  "medicationReference": {
    "reference": "Medication/example"
  },
  "patient": {
    "reference": "Patient/example"
  },
  "dateWritten": "2015-03-25T19:32:52-05:00",
  "prescriber": {
    "reference": "Practitioner/example"
  },
  "dosageInstruction": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-doseType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "440231000124106",
                "display": "Maintenance dose"
              }
            ]
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-infuseOver",
          "valueQuantity": {
            "value": 1,
            "unit": "min",
            "system": "http://unitsofmeasure.org",
            "code": "m"
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-minDosePerPeriod",
          "valueRatio": {
            "numerator": {
              "value": 15,
              "unit": "ml",
              "system": "http://unitsofmeasure.org",
              "code": "ml"
            },
            "denominator": {
              "value": 1,
              "unit": "day",
              "system": "http://unitsofmeasure.org",
              "code": "day"
            }
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/pharmacy-core-maxDeliveryVolume",
          "valueQuantity": {
            "value": 15,
            "unit": "ml",
            "system": "http://unitsofmeasure.org",
            "code": "ml"
          }
        }
      ],
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "394899003",
            "display": "oral administration of treatment"
          }
        ]
      },
      "doseQuantity": {
        "value": 5,
        "unit": "ml",
        "system": "http://unitsofmeasure.org",
        "code": "ml"
      }
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 100,
      "unit": "ml",
      "system": "http://unitsofmeasure.org",
      "code": "ml"
    }
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.