NHSN Reporting: Inpatient Medication Administration
1.0.0 - STU 1

This page is part of the NHSN Reporting: Inpatient Medication Administration (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example of MedicationAdministration - Inpatient Med Admin - Remdesivir - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "medicationadministration-remdesivir-med-admin-1",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2021-09-07T06:54:46.801+00:00",
    "source" : "#ImUgBlINr8E0o7gl",
    "profile" : [
      "http://hl7.org/fhir/us/nhsn-med-admin/StructureDefinition/MedicationAdministration-inpatient-med-admin"
    ]
  },
  "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 2284960}\">remdesivir 100 MG Injection</span></p><p><b>subject</b>: <a href=\"Patient-patient-med-admin-1.html\">Generated Summary: id: ?ngen-9?; active; ; gender: female; birthDate: 1974-11-24</a></p><p><b>effective</b>: 2021-01-02 --&gt; 2021-01-10</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 47625008}\">Intravenous use</span></td><td>100 mg</td></tr></table></div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "2284960",
        "display" : "remdesivir 100 MG Injection"
      }
    ],
    "text" : "remdesivir 100 MG Injection"
  },
  "subject" : {
    "reference" : "Patient/patient-med-admin-1"
  },
  "effectivePeriod" : {
    "start" : "2021-01-02",
    "end" : "2021-01-10"
  },
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "47625008",
          "display" : "Intravenous use"
        }
      ]
    },
    "dose" : {
      "value" : 100,
      "unit" : "mg"
    }
  }
}