1{ 2 "resourceType" : "Procedure", 3 "id" : "rehab", 4 "meta" : { 5 "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|7.0.0"] 6 }, 7 "text" : { 8 "status" : "generated", 9 "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"rehab\"> </a><a name=\"hcrehab\"> </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 Procedure "rehab" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-procedure.html\">US Core Procedure Profile (version 7.0.0)</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-rehab.html\">ServiceRequest/rehab</a></p><p><b>status</b>: completed</p><p><b>code</b>: Alcohol rehabilitation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT[US]</a>#24165007 "Alcoholism counseling"; <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd10PCS.html\">ICD-10 Procedure Codes</a>#HZ30ZZZ "Individual Counseling for Substance Abuse Treatment, Cognitive")</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> " SHAW"</p><p><b>encounter</b>: <a href=\"Encounter-example-1.html\">Encounter/example-1: Office Visit</a></p><p><b>performed</b>: 2002-05-23</p></div>" 10 }, 11 "basedOn" : [{ 12 "reference" : "ServiceRequest/rehab" 13 }], 14 "status" : "completed", 15 "code" : { 16 "coding" : [{ 17 "system" : "http://snomed.info/sct", 18 "version" : "http://snomed.info/sct/731000124108", 19 "code" : "24165007", 20 "display" : "Alcoholism counseling" 21 }, 22 { 23 "system" : "http://www.cms.gov/Medicare/Coding/ICD10", 24 "code" : "HZ30ZZZ", 25 "display" : "Individual Counseling for Substance Abuse Treatment, Cognitive" 26 }], 27 "text" : "Alcohol rehabilitation" 28 }, 29 "subject" : { 30 "reference" : "Patient/example", 31 "display" : "Amy Shaw" 32 }, 33 "encounter" : { 34 "reference" : "Encounter/example-1", 35 "display" : "Office Visit" 36 }, 37 "performedDateTime" : "2002-05-23" 38}