NHSN Reporting: Adverse Drug Events - Hypoglycemia
1.0.0 - STU 1

This page is part of the NHSN Reporting of Adverse Drug Events - Hypoglycemia (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

: MedicationAdministration Antidiabetics [Metformin - Harry Hypoglycemic] - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "medicationadministration-metformin-example",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2021-03-30T02:20:59.512+00:00",
    "source" : "#TiQ1VjN4eSv0uPw0",
    "profile" : [
      "http://hl7.org/fhir/us/nhsn-ade/StructureDefinition/MedicationAdministration-Antidiabetics"
    ]
  },
  "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 2200518}\">metformin hydrochloride 100 MG/ML Extended Release Suspension</span></p><p><b>subject</b>: <a href=\"Patient-patient-harry-hypoglycemic-example.html\">Harry Hypoglycemic. Generated Summary: Medical Record Number: 1032702 (USUAL); active; Harry Hypoglycemic ; Phone: 555-555-5555, harry.hypoglycemic@example.com; gender: male; birthDate: 1990-06-09</a></p><p><b>context</b>: <a href=\"Encounter-encounter-inpatient-example.html\">Generated Summary: status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://snomed.info/sct 24882007}\">Medical consultation on hospital inpatient</span>; period: Jan 4, 2021 10:00:14 PM --&gt; (ongoing)</a></p><p><b>effective</b>: Jan 4, 2021 3:30:00 AM</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"Practitioner-practitioner-ed-endocrinols-example.html\">Ed Endocrinols. Generated Summary: id: 9941339108; Edward Endocrinols </a></td></tr></table><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 26643006}\">Oral route (qualifier value)</span></td><td>100 mg/mL</td></tr></table></div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "2200518",
        "display" : "metformin hydrochloride 100 MG/ML Extended Release Suspension"
      }
    ],
    "text" : "metformin hydrochloride 100 MG/ML Extended Release Suspension"
  },
  "subject" : {
    "reference" : "Patient/patient-harry-hypoglycemic-example",
    "display" : "Harry Hypoglycemic"
  },
  "context" : {
    "reference" : "Encounter/encounter-inpatient-example"
  },
  "effectiveDateTime" : "2021-01-04T04:30:00+01:00",
  "performer" : [
    {
      "actor" : {
        "reference" : "Practitioner/practitioner-ed-endocrinols-example",
        "display" : "Ed Endocrinols"
      }
    }
  ],
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "26643006",
          "display" : "Oral route (qualifier value)"
        }
      ]
    },
    "dose" : {
      "value" : 100,
      "unit" : "mg/mL",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg/mL"
    }
  }
}