HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: MedicationAdministration Example: Eve Everywoman, naloxone response - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationAdministration",
  "id" : "medicationadministration-eve-everywoman-naloxone-response",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration medicationadministration-eve-everywoman-naloxone-response</b></p><a name=\"medicationadministration-eve-everywoman-naloxone-response\"> </a><a name=\"hcmedicationadministration-eve-everywoman-naloxone-response\"> </a><a name=\"medicationadministration-eve-everywoman-naloxone-response-en-US\"> </a><p><b>US Public Health Therapeutic Medication Response Extension</b>: <span title=\"Codes:{http://snomed.info/sct 268910001}\">Patient's condition improved (finding)</span></p><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1659929}\">1 ML naloxone hydrochloride 0.4 MG/ML Injection</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>effective</b>: 2018-03-07 --&gt; 2018-03-07</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 206007}\">Gluteus maximus muscle</span></td><td><span title=\"Codes:{http://snomed.info/sct 422145002}\">Inject - dosing instruction imperative (qualifier value)</span></td><td>1 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-therapeutic-medication-response-extension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "268910001",
            "display" : "Patient's condition improved (finding)"
          }
        ]
      }
    }
  ],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "1659929",
        "display" : "1 ML naloxone hydrochloride 0.4 MG/ML Injection"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "effectivePeriod" : {
    "start" : "2018-03-07",
    "end" : "2018-03-07"
  },
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "206007",
          "display" : "Gluteus maximus muscle"
        }
      ]
    },
    "method" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "422145002",
          "display" : "Inject - dosing instruction imperative (qualifier value)"
        }
      ]
    },
    "dose" : {
      "value" : 1,
      "unit" : "mL",
      "system" : "http://unitsofmeasure.org",
      "code" : "mL"
    }
  }
}