1{ 2 "resourceType" : "Observation", 3 "id" : "cbc-erythrocytes", 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=\"cbc-erythrocytes\"> </a><a name=\"hccbc-erythrocytes\"> </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 "cbc-erythrocytes" 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>: Erythrocytes <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#789-8 "Erythrocytes [#/volume] in Blood by Automated count")</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>: 4.58 10*6/uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code 10*6/uL = '10*6/uL')</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><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>4.1 10*6/uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code 10*6/uL = '10*6/uL')</span></td><td>6.1 10*6/uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code 10*6/uL = '10*6/uL')</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" : "789-8", 25 "display" : "Erythrocytes [#/volume] in Blood by Automated count" 26 }], 27 "text" : "Erythrocytes" 28 }, 29 "subject" : { 30 "reference" : "Patient/example", 31 "display" : "Amy Shaw" 32 }, 33 "effectiveDateTime" : "2005-07-05", 34 "valueQuantity" : { 35 "value" : 4.58, 36 "unit" : "10*6/uL", 37 "system" : "http://unitsofmeasure.org", 38 "code" : "10*6/uL" 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 "referenceRange" : [{ 49 "low" : { 50 "value" : 4.1, 51 "unit" : "10*6/uL", 52 "system" : "http://unitsofmeasure.org", 53 "code" : "10*6/uL" 54 }, 55 "high" : { 56 "value" : 6.1, 57 "unit" : "10*6/uL", 58 "system" : "http://unitsofmeasure.org", 59 "code" : "10*6/uL" 60 }, 61 "type" : { 62 "coding" : [{ 63 "system" : "http://terminology.hl7.org/CodeSystem/referencerange-meaning", 64 "code" : "normal", 65 "display" : "Normal Range" 66 }], 67 "text" : "Normal Range" 68 } 69 }] 70}