Data Exchange For Quality Measures STU3 for FHIR R4
3.0.0 - STU 3

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.0.0: STU 3) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

: DEQM MedicationAdministration Example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "medicationadministration01",
  "meta" : {
    "source" : "http://example.org/fhir/server",
    "profile" : [
      "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/medicationadministration-deqm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 1658634}\">heparin sodium, porcine 5000 UNT per 0.5 ML Injection</span></p><p><b>subject</b>: <a href=\"Bundle-single-indv-vte-report-option1.html#urn-uuid-b5cf5a8c-63f0-437f-84fd-dc8a3cf43cc6\">Generated Summary: type: transaction</a></p><p><b>effective</b>: Dec 5, 2019 6:10:27 AM --&gt; Dec 5, 2019 6:10:27 AM</p><h3>Dosages</h3><table class=\"grid\"><tr><td>-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 34206005}\">Subcutaneous route</span></td><td>1 cc</td></tr></table></div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "1658634",
        "display" : "heparin sodium, porcine 5000 UNT per 0.5 ML Injection"
      }
    ]
  },
  "subject" : {
    "reference" : "urn:uuid:b5cf5a8c-63f0-437f-84fd-dc8a3cf43cc6"
  },
  "effectivePeriod" : {
    "start" : "2019-12-05T06:10:27Z",
    "end" : "2019-12-05T06:10:27Z"
  },
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "34206005",
          "display" : "Subcutaneous route"
        }
      ]
    },
    "dose" : {
      "value" : 1,
      "unit" : "cc",
      "system" : "http://unitsofmeasure.org",
      "code" : "mL"
    }
  }
}