CDC FHIR® Implementation Guide: Anonymized Electronic Initial Case Reporting (eICR)
1.0.0 - ci-build United States of America flag

CDC FHIR® Implementation Guide: Anonymized Electronic Initial Case Reporting (eICR), published by APHL. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/lantanagroup/FHIR-us-eicr-anonymized/ and changes regularly. See the Directory of published versions

: MedicationAdministration Example: anonymized, naloxone response - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "medicationadministration-naloxone-response-anon",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration"
    ]
  },
  "text" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "masked"
      }
    ],
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>MASKED</p></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" : "naloxone HCl 0.4 MG in 1 ML Injection"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-anon"
  },
  "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"
    }
  }
}