FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MedicationAdministration/medadmin0303 (JSON)

Pharmacy Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient

Raw JSON (canonical form + also see JSON Format Specification)

Intravenous Antibiotic with a Dosage Rate - Piperacillin

{
  "resourceType" : "MedicationAdministration",
  "id" : "medadmin0303",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "med0303",
    "code" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/sid/ndc",
        "code" : "0206-8862-02",
        "display" : "Zosyn in Galaxy Containers, 12 BAG in 1 BOX (0206-8862-02) > 100 mL in 1 BAG (0206-8862-01) (package)"
      }]
    }
  }],
  "status" : "entered-in-error",
  "medication" : {
    "reference" : {
      "reference" : "#med0303"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "encounter" : {
    "reference" : "Encounter/f001",
    "display" : "encounter who leads to this prescription"
  },
  "occurrencePeriod" : {
    "start" : "2015-01-15T04:30:00+01:00",
    "end" : "2015-01-15T14:30:00+01:00"
  },
  "performer" : [{
    "actor" : {
      "reference" : {
        "reference" : "Practitioner/f007",
        "display" : "Patrick Pump"
      }
    }
  }],
  "request" : {
    "reference" : "MedicationRequest/medrx0319"
  },
  "dosage" : {
    "text" : "4.5 grams in D5W 250 ml. IV every 6 hours. Infuse over 30 min at 8L/min ",
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "47625008",
        "display" : "Intravenous route"
      }]
    },
    "dose" : {
      "value" : 4.5,
      "unit" : "g",
      "system" : "http://unitsofmeasure.org",
      "code" : "g"
    },
    "rateRatio" : {
      "numerator" : {
        "value" : 8,
        "system" : "http://unitsofmeasure.org",
        "code" : "ml"
      },
      "denominator" : {
        "value" : 1,
        "system" : "http://unitsofmeasure.org",
        "code" : "min"
      }
    }
  }
}

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.