R6 Ballot (2nd Draft)

Publish-box (todo)

Example MedicationAdministration/medadmin0308 (JSON)

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

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

Subcutaneous Injection - Insulin - Lantus

{
  "resourceType" : "MedicationAdministration",
  "id" : "medadmin0308",
  "status" : "completed",
  "medication" : {
    "concept" : {
      "coding" : [{
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "285018",
        "display" : "insulin glargine 100 UNT/ML Injectable Solution [Lantus]"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "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/medrx0320"
  },
  "dosage" : {
    "text" : "20 Units SC before breakfast",
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "263887005",
        "display" : "Subcutaneous (qualifier value)"
      }]
    },
    "dose" : {
      "value" : 20,
      "unit" : "U",
      "system" : "http://unitsofmeasure.org",
      "code" : "U"
    }
  }
}

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.