LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Engagement Opt-Out Reason Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "eng-opt-out-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/eng-opt-out-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">email-health-related<a name=\"eng-opt-out-reason-email-health-related\"> </a></td><td>I don't want to receive health related information via email</td></tr><tr><td style=\"white-space:nowrap\">email-address-change<a name=\"eng-opt-out-reason-email-address-change\"> </a></td><td>I have changed my email address</td></tr><tr><td style=\"white-space:nowrap\">sms-health-related<a name=\"eng-opt-out-reason-sms-health-related\"> </a></td><td>I don't want to receive health related information via sms</td></tr><tr><td style=\"white-space:nowrap\">unintended-recipient<a name=\"eng-opt-out-reason-unintended-recipient\"> </a></td><td>I am not the intended recipient</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"eng-opt-out-reason-unknown\"> </a></td><td>Unknown reason</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"eng-opt-out-reason-other\"> </a></td><td>Other</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/eng-opt-out-reason",
  "version" : "8.0.0",
  "name" : "EngagementOptOutReasonCodeSystem",
  "title" : "Engagement Opt-Out Reason Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Codes indicating reasons patients may specify for opting-out of Engagement communications",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "email-health-related",
      "display" : "I don't want to receive health related information via email"
    },
    {
      "code" : "email-address-change",
      "display" : "I have changed my email address"
    },
    {
      "code" : "sms-health-related",
      "display" : "I don't want to receive health related information via sms"
    },
    {
      "code" : "unintended-recipient",
      "display" : "I am not the intended recipient"
    },
    {
      "code" : "unknown",
      "display" : "Unknown reason"
    },
    {
      "code" : "other",
      "display" : "Other"
    }
  ]
}