National Directory of Healthcare Providers & Services (NDH) Implementation Guide
1.0.0-ballot - ballot United States of America flag

National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions

: Healthcare Service Referral Method Code System - JSON Representation

Active as of 2024-03-28

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "HealthcareServiceReferralMethodCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/ndh/CodeSystem/HealthcareServiceReferralMethodCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ccda<a name=\"HealthcareServiceReferralMethodCS-ccda\"> </a></td><td>CCDA</td><td><div><p>CCDA with endpoints</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">elec<a name=\"HealthcareServiceReferralMethodCS-elec\"> </a></td><td>Secure Messaging</td><td><div><p>Referrals may be accepted via a secure messaging system. To determine the types of secure messaging systems supported,\nrefer to the identifiers collection. Callers will need to understand the specific identifier system used to know that they are able to transmit messages.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">electronic-referral<a name=\"HealthcareServiceReferralMethodCS-electronic-referral\"> </a></td><td>Electronic Referral</td><td><div><p>Referrals may be accepted via Electronic Referral endpoints</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">electronic-scheduling<a name=\"HealthcareServiceReferralMethodCS-electronic-scheduling\"> </a></td><td>Electronic Scheduling</td><td><div><p>Referrals may be accepted via Electronic Scheduling endpoints</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">fax<a name=\"HealthcareServiceReferralMethodCS-fax\"> </a></td><td>Fax</td><td><div><p>Referrals may be accepted by fax.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">phone<a name=\"HealthcareServiceReferralMethodCS-phone\"> </a></td><td>Phone</td><td><div><p>Referrals may be accepted over the phone from a practitioner.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">mail<a name=\"HealthcareServiceReferralMethodCS-mail\"> </a></td><td>Mail</td><td><div><p>Referrals may be accepted via regular postage or hand delivered.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">semail<a name=\"HealthcareServiceReferralMethodCS-semail\"> </a></td><td>Secure Email</td><td><div><p>Referrals may be accepted via a secure email. To send please encrypt with the services public key.</p>\n</div></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    }
  ],
  "url" : "http://hl7.org/fhir/us/ndh/CodeSystem/HealthcareServiceReferralMethodCS",
  "version" : "1.0.0-ballot",
  "name" : "HealthcareServiceReferralMethodCS",
  "title" : "Healthcare Service Referral Method Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-03-28T00:58:01+00:00",
  "publisher" : "HL7 International / Patient Administration",
  "contact" : [
    {
      "name" : "HL7 International / Patient Administration",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pafm"
        },
        {
          "system" : "email",
          "value" : "pafm@lists.hl7.org"
        }
      ]
    }
  ],
  "description" : "Methods of referral",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "ccda",
      "display" : "CCDA",
      "definition" : "CCDA with endpoints"
    },
    {
      "code" : "elec",
      "display" : "Secure Messaging",
      "definition" : "Referrals may be accepted via a secure messaging system. To determine the types of secure messaging systems supported, \nrefer to the identifiers collection. Callers will need to understand the specific identifier system used to know that they are able to transmit messages."
    },
    {
      "code" : "electronic-referral",
      "display" : "Electronic Referral",
      "definition" : "Referrals may be accepted via Electronic Referral endpoints"
    },
    {
      "code" : "electronic-scheduling",
      "display" : "Electronic Scheduling",
      "definition" : "Referrals may be accepted via Electronic Scheduling endpoints"
    },
    {
      "code" : "fax",
      "display" : "Fax",
      "definition" : "Referrals may be accepted by fax."
    },
    {
      "code" : "phone",
      "display" : "Phone",
      "definition" : "Referrals may be accepted over the phone from a practitioner."
    },
    {
      "code" : "mail",
      "display" : "Mail",
      "definition" : "Referrals may be accepted via regular postage or hand delivered."
    },
    {
      "code" : "semail",
      "display" : "Secure Email",
      "definition" : "Referrals may be accepted via a secure email. To send please encrypt with the services public key."
    }
  ]
}