1{ 2 "resourceType" : "Observation", 3 "id" : "serum-glucose", 4 "meta" : { 5 "lastUpdated" : "2005-07-05T15:29:58.597Z", 6 "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab|7.0.0"] 7 }, 8 "text" : { 9 "status" : "generated", 10 "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"serum-glucose\"> </a><a name=\"hcserum-glucose\"> </a></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 "serum-glucose" Updated "2005-07-05 15:29:58+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-observation-lab.html\">US Core Laboratory Result Observation Profile (version 7.0.0)</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/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Glucose SerPl-mCnc <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#2345-7)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> " SHAW"</p><p><b>effective</b>: 2005-07-05</p><p><b>value</b>: 76 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg/dL = 'mg/dL')</span></p><p><b>interpretation</b>: Normal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ObservationInterpretation.html\">ObservationInterpretation</a>#N)</span></p><p><b>specimen</b>: <a href=\"Specimen-specimen-example-serum.html\">Specimen/specimen-example-serum: Serum specimen</a></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>40 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg/dL = 'mg/dL')</span></td><td>109 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg/dL = 'mg/dL')</span></td><td>Normal Range <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-referencerange-meaning.html\">Observation Reference Range Meaning Codes</a>#normal)</span></td></tr></table></div>" 11 }, 12 "status" : "final", 13 "category" : [{ 14 "coding" : [{ 15 "system" : "http://terminology.hl7.org/CodeSystem/observation-category", 16 "code" : "laboratory", 17 "display" : "Laboratory" 18 }], 19 "text" : "Laboratory" 20 }], 21 "code" : { 22 "coding" : [{ 23 "system" : "http://loinc.org", 24 "code" : "2345-7", 25 "display" : "Glucose SerPl-mCnc" 26 }], 27 "text" : "Glucose SerPl-mCnc" 28 }, 29 "subject" : { 30 "reference" : "Patient/example", 31 "display" : "Amy Shaw" 32 }, 33 "effectiveDateTime" : "2005-07-05", 34 "valueQuantity" : { 35 "value" : 76, 36 "unit" : "mg/dL", 37 "system" : "http://unitsofmeasure.org", 38 "code" : "mg/dL" 39 }, 40 "interpretation" : [{ 41 "coding" : [{ 42 "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", 43 "code" : "N", 44 "display" : "Normal" 45 }], 46 "text" : "Normal" 47 }], 48 "specimen" : { 49 "reference" : "Specimen/specimen-example-serum", 50 "display" : "Serum specimen" 51 }, 52 "referenceRange" : [{ 53 "low" : { 54 "value" : 40, 55 "unit" : "mg/dL", 56 "system" : "http://unitsofmeasure.org", 57 "code" : "mg/dL" 58 }, 59 "high" : { 60 "value" : 109, 61 "unit" : "mg/dL", 62 "system" : "http://unitsofmeasure.org", 63 "code" : "mg/dL" 64 }, 65 "type" : { 66 "coding" : [{ 67 "system" : "http://terminology.hl7.org/CodeSystem/referencerange-meaning", 68 "code" : "normal", 69 "display" : "Normal Range" 70 }], 71 "text" : "Normal Range" 72 } 73 }] 74}