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/medadminexample03 (JSON)

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

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

Example of an IV administration not given with a note - Alemtuzumab

{
  "resourceType" : "MedicationAdministration",
  "id" : "medadminexample03",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "med0303",
    "code" : {
      "coding" : [{
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "1594660",
        "display" : "alemtuzumab 10 MG/ML [Lemtrada]"
      }]
    }
  }],
  "status" : "on-hold",
  "statusReason" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "373147003",
      "display" : "Administration of medication not done due to contraindication (situation)"
    }]
  }],
  "medication" : {
    "reference" : {
      "reference" : "#med0303"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "encounter" : {
    "reference" : "Encounter/f001"
  },
  "supportingInformation" : [{
    "reference" : "Condition/f204"
  }],
  "occurrencePeriod" : {
    "start" : "2015-01-15T14:30:00+01:00",
    "end" : "2015-01-15T14:30:00+01:00"
  },
  "request" : {
    "reference" : "MedicationRequest/medrx0317"
  },
  "note" : [{
    "text" : "Patient started Bupropion this morning - will administer in a reduced dose tomorrow"
  }]
}

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.