DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Medicationadministrationexample2.json

Raw JSON (canonical form)

Example of an IV administration

{
  "resourceType": "MedicationAdministration",
  "id": "medadminexample02",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "status": "completed",
  "patient": {
    "reference": "Patient/example"
  },
  "practitioner": {
    "reference": "Practitioner/example"
  },
  "prescription": {
    "reference": "MedicationPrescriptionexample8"
  },
  "effectiveTimePeriod": {
    "start": "2015-01-15T14:30:00+01:00",
    "end": "2015-01-15T14:30:00+01:00"
  },
  "medication": {
    "reference": "Medication/medicationexample17"
  },
  "dosage": {
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "47625008",
          "display": "Intravenous route"
        }
      ]
    },
    "quantity": {
      "value": 80,
      "units": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    },
    "rate": {
      "numerator": {
        "value": 80,
        "units": "mg",
        "system": "http://unitsofmeasure.org",
        "code": "mg"
      },
      "denominator": {
        "value": 60,
        "units": "minutes",
        "system": "http://snomed.info/sct",
        "code": "258702006"
      }
    }
  }
}

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.