1{ 2 "resourceType" : "Observation", 3 "id" : "pack-years-example", 4 "meta" : { 5 "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus|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=\"pack-years-example\"> </a><a name=\"hcpack-years-example\"> </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 "pack-years-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-smokingstatus.html\">US Core Smoking Status Observation Profile (version 7.0.0)</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Social History <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>#social-history)</span></p><p><b>code</b>: Cigarette pack-years <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#401201003 "Cigarette pack-years (observable entity)")</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> " SHAW"</p><p><b>effective</b>: 2016-03-18 05:27:04+0000</p><p><b>value</b>: 26 pack-years<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {pack-years} = '{pack-years}')</span></p></div>" 10 }, 11 "status" : "final", 12 "category" : [{ 13 "coding" : [{ 14 "system" : "http://terminology.hl7.org/CodeSystem/observation-category", 15 "code" : "social-history", 16 "display" : "Social History" 17 }], 18 "text" : "Social History" 19 }], 20 "code" : { 21 "coding" : [{ 22 "system" : "http://snomed.info/sct", 23 "code" : "401201003", 24 "display" : "Cigarette pack-years (observable entity)" 25 }], 26 "text" : "Cigarette pack-years" 27 }, 28 "subject" : { 29 "reference" : "Patient/example", 30 "display" : "Amy Shaw" 31 }, 32 "effectiveDateTime" : "2016-03-18T05:27:04Z", 33 "valueQuantity" : { 34 "value" : 26, 35 "unit" : "pack-years", 36 "system" : "http://unitsofmeasure.org", 37 "code" : "{pack-years}" 38 } 39}