Amakomaya Nepal FHIR Implementation Guide
1.0.1 - ci-build Nepal flag

Amakomaya Nepal FHIR Implementation Guide - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Tele Call Consent Categories - JSON Representation

Active as of 2026-06-15

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "tele-call-consent-categories",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem tele-call-consent-categories</b></p><a name=\"tele-call-consent-categories\"> </a><a name=\"hctele-call-consent-categories\"> </a><p>This case-sensitive code system <code>https://fhir.amakomaya.com/CodeSystem/tele-call-consent-categories</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\">opt-in-anytime<a name=\"tele-call-consent-categories-opt-in-anytime\"> </a></td><td>Yes, call me anytime during regular hours.</td></tr><tr><td style=\"white-space:nowrap\">opt-in-after-hours<a name=\"tele-call-consent-categories-opt-in-after-hours\"> </a></td><td>Yes, but only after work hours.</td></tr><tr><td style=\"white-space:nowrap\">undecided-remind-later<a name=\"tele-call-consent-categories-undecided-remind-later\"> </a></td><td>I'm not sure / I don't know yet (remind me later).</td></tr><tr><td style=\"white-space:nowrap\">opt-out<a name=\"tele-call-consent-categories-opt-out\"> </a></td><td>No, thank you (do not call me).</td></tr></table></div>"
  },
  "url" : "https://fhir.amakomaya.com/CodeSystem/tele-call-consent-categories",
  "version" : "1.0.1",
  "name" : "TeleCallConsentCS",
  "title" : "Tele Call Consent Categories",
  "status" : "active",
  "date" : "2026-06-15T14:57:41+05:45",
  "publisher" : "Amakomaya Nepal",
  "contact" : [
    {
      "name" : "Amakomaya Nepal",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://amakomaya.com"
        },
        {
          "system" : "email",
          "value" : "info@amakomaya.com"
        }
      ]
    },
    {
      "name" : "RC Poudel",
      "telecom" : [
        {
          "system" : "email",
          "value" : "rcpoudel@amakomaya.com"
        },
        {
          "system" : "email",
          "value" : "rmchndrapdl@gmail.com"
        },
        {
          "system" : "phone",
          "value" : "+977-9851341921"
        }
      ]
    }
  ],
  "description" : "Consent options for telephonic communication preferences.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NP"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "opt-in-anytime",
      "display" : "Yes, call me anytime during regular hours."
    },
    {
      "code" : "opt-in-after-hours",
      "display" : "Yes, but only after work hours."
    },
    {
      "code" : "undecided-remind-later",
      "display" : "I'm not sure / I don't know yet (remind me later)."
    },
    {
      "code" : "opt-out",
      "display" : "No, thank you (do not call me)."
    }
  ]
}