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
{
"resourceType" : "Observation",
"id" : "observation-lab-ade",
"meta" : {
"versionId" : "3",
"lastUpdated" : "2021-03-30T02:19:48.239+00:00",
"source" : "#0hyobM3dj9lVwoPm",
"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\" Version \"3\" Updated \"2021-03-30T02:19:48.239Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #0hyobM3dj9lVwoPm!</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>: Glucose [Moles/volume] in Serum or Plasma --1 hour post meal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#40287-5)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ade-1.html\">Patient/patient-ade-1: Name: 'masked'</a> \"\"</p><p><b>effective</b>: 2020-08-04</p><p><b>value</b>: 3.4 mmol/l</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" : "40287-5",
"display" : "Glucose [Moles/volume] in Serum or Plasma --1 hour post meal"
}
],
"text" : "Glucose [Moles/volume] in Serum or Plasma --1 hour post meal"
},
"subject" : {
"reference" : "Patient/patient-ade-1",
"display" : "Name: 'masked'"
},
"effectiveDateTime" : "2020-08-04",
"valueQuantity" : {
"value" : 3.4,
"unit" : "mmol/l",
"system" : "http://unitsofmeasure.org"
}
}