1{ 2 "resourceType" : "Observation", 3 "id" : "satO2-fiO2", 4 "meta" : { 5 "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-pulse-oximetry|7.0.0"] 6 }, 7 "text" : { 8 "status" : "generated", 9 "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"satO2-fiO2\"> </a><a name=\"hcsatO2-fiO2\"> </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 "satO2-fiO2" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-pulse-oximetry.html\">US Core Pulse Oximetry Profile (version 7.0.0)</a></p></div><p><b>identifier</b>: <code>http://goodcare.org/observation/id</code>/o1223435-10</p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <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>#vital-signs)</span></p><p><b>code</b>: Oxygen saturation in Arterial blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#2708-6; <a href=\"https://loinc.org/\">LOINC</a>#59408-5 "Oxygen saturation in Arterial blood by Pulse oximetry"; <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#150456 "MDC_PULS_OXIM_SAT_O2")</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example</a> " SHAW"</p><p><b>effective</b>: 2014-12-05 09:30:10+0100</p><p><b>value</b>: 95 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code % = '%')</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>device</b>: <span>: Acme Pulse Oximeter 2000</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>90 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code % = '%')</span></td><td>99 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code % = '%')</span></td></tr></table><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Inhaled oxygen flow rate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#3151-8)</span></td><td>6 liters/min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code L/min = 'L/min')</span></td></tr></table></div>" 10 }, 11 "identifier" : [{ 12 "system" : "http://goodcare.org/observation/id", 13 "value" : "o1223435-10" 14 }], 15 "status" : "final", 16 "category" : [{ 17 "coding" : [{ 18 "system" : "http://terminology.hl7.org/CodeSystem/observation-category", 19 "code" : "vital-signs", 20 "display" : "Vital Signs" 21 }], 22 "text" : "Vital Signs" 23 }], 24 "code" : { 25 "coding" : [{ 26 "system" : "http://loinc.org", 27 "code" : "2708-6", 28 "display" : "Oxygen saturation in Arterial blood" 29 }, 30 { 31 "system" : "http://loinc.org", 32 "code" : "59408-5", 33 "display" : "Oxygen saturation in Arterial blood by Pulse oximetry" 34 }, 35 { 36 "system" : "urn:iso:std:iso:11073:10101", 37 "code" : "150456", 38 "display" : "MDC_PULS_OXIM_SAT_O2" 39 }] 40 }, 41 "subject" : { 42 "reference" : "Patient/example" 43 }, 44 "effectiveDateTime" : "2014-12-05T09:30:10+01:00", 45 "valueQuantity" : { 46 "value" : 95, 47 "unit" : "%", 48 "system" : "http://unitsofmeasure.org", 49 "code" : "%" 50 }, 51 "interpretation" : [{ 52 "coding" : [{ 53 "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", 54 "code" : "N", 55 "display" : "Normal" 56 }], 57 "text" : "Normal" 58 }], 59 "device" : { 60 "display" : "Acme Pulse Oximeter 2000" 61 }, 62 "referenceRange" : [{ 63 "low" : { 64 "value" : 90, 65 "unit" : "%", 66 "system" : "http://unitsofmeasure.org", 67 "code" : "%" 68 }, 69 "high" : { 70 "value" : 99, 71 "unit" : "%", 72 "system" : "http://unitsofmeasure.org", 73 "code" : "%" 74 } 75 }], 76 "component" : [{ 77 "code" : { 78 "coding" : [{ 79 "system" : "http://loinc.org", 80 "code" : "3151-8", 81 "display" : "Inhaled oxygen flow rate" 82 }], 83 "text" : "Inhaled oxygen flow rate" 84 }, 85 "valueQuantity" : { 86 "value" : 6, 87 "unit" : "liters/min", 88 "system" : "http://unitsofmeasure.org", 89 "code" : "L/min" 90 } 91 }] 92}