Data Exchange For Quality Measures Implementation Guide
4.0.0 - STU4 United States of America flag

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. 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: MedicationAdministration</b><a name=\"medicationadministration01\"> </a><a name=\"hcmedicationadministration01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationAdministration &quot;medicationadministration01&quot; </p><p style=\"margin-bottom: 0px\">Information Source: http://example.org/fhir/server!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medicationadministration-deqm.html\">DEQM MedicationAdministration Profile</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: heparin sodium, porcine 5000 UNT per 0.5 ML Injection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#1658634)</span></p><p><b>subject</b>: <a href=\"Bundle-single-indv-vte-report-option1.html#urn-uuid-b5cf5a8c-63f0-437f-84fd-dc8a3cf43cc6\">urn:uuid:b5cf5a8c-63f0-437f-84fd-dc8a3cf43cc6</a></p><p><b>effective</b>: 2019-12-05 06:10:27+0000 --&gt; 2019-12-05 06:10:27+0000</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>Subcutaneous route <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#34206005)</span></td><td>1 cc<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mL = 'mL')</span></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"
    }
  }
}