NHSN Reporting: Adverse Drug Events - Glycemic Control
0.1.0 - CI Build

NHSN Reporting: Adverse Drug Events - Glycemic Control, published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-nhsn-ade-ig/ and changes regularly. See the Directory of published versions

: Observation Lab Blood Gluclose [Harry Hypoglycemia] - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "observation-lab-ade-hh",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2021-03-30T01:37:24.455+00:00",
    "source" : "#eaJfR5tWjHVOt22c",
    "profile" : [
      "http://hl7.org/fhir/us/nhsn-ade/StructureDefinition/Observation-lab-blood-glucose"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"observation-lab-ade-hh\" Version \"3\" Updated \"2021-03-30T01:37:24.455Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #eaJfR5tWjHVOt22c!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-lab-blood-glucose.html\">Observation Laboratory Blood Glucose</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Fasting glucose [Mass/volume] in Capillary blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#1556-0)</span></p><p><b>subject</b>: <a href=\"Patient-patient-harry-hypoglycemic-example.html\">Patient/patient-harry-hypoglycemic-example: Harry Hypoglycemic</a> \" HYPOGLYCEMIC\"</p><p><b>effective</b>: 2020-08-04</p><p><b>value</b>: 60 mg/dL</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ],
      "text" : "Laboratory"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "1556-0",
        "display" : "Fasting glucose [Mass/volume] in Capillary blood"
      }
    ],
    "text" : "Fasting glucose [Mass/volume] in Capillary blood"
  },
  "subject" : {
    "reference" : "Patient/patient-harry-hypoglycemic-example",
    "display" : "Harry Hypoglycemic"
  },
  "effectiveDateTime" : "2020-08-04",
  "valueQuantity" : {
    "value" : 60,
    "unit" : "mg/dL",
    "system" : "http://unitsofmeasure.org"
  }
}