1{ 2 "resourceType" : "Observation", 3 "id" : "alcohol-use-status", 4 "meta" : { 5 "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|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=\"alcohol-use-status\"> </a><a name=\"hcalcohol-use-status\"> </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 "alcohol-use-status" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-simple-observation.html\">US Core Simple 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>: Alcohol use status <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#11331-6 "History of Alcohol use")</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> " SHAW"</p><p><b>effective</b>: 2023-08-03</p><p><b>performer</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> " SHAW"</p><p><b>value</b>: other choices - non-drinker, former drinker, current drinker <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#228276006 "Occasional drinker")</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://loinc.org", 23 "code" : "11331-6", 24 "display" : "History of Alcohol use" 25 }], 26 "text" : "Alcohol use status" 27 }, 28 "subject" : { 29 "reference" : "Patient/example", 30 "display" : "Amy Shaw" 31 }, 32 "effectiveDateTime" : "2023-08-03", 33 "performer" : [{ 34 "reference" : "Patient/example", 35 "display" : "Amy Shaw" 36 }], 37 "valueCodeableConcept" : { 38 "coding" : [{ 39 "system" : "http://snomed.info/sct", 40 "code" : "228276006", 41 "display" : "Occasional drinker" 42 }], 43 "text" : "other choices - non-drinker, former drinker, current drinker" 44 } 45}