FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: ContactEntityType - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "contactentity-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/contactentity-type defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">BILL\n                  <a name=\"contactentity-type-BILL\"> </a>\n                </td>\n                <td>Billing</td>\n                <td>Contact details for information regarding to billing/general finance enquiries.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">ADMIN\n                  <a name=\"contactentity-type-ADMIN\"> </a>\n                </td>\n                <td>Administrative</td>\n                <td>Contact details for administrative enquiries.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">HR\n                  <a name=\"contactentity-type-HR\"> </a>\n                </td>\n                <td>Human Resource</td>\n                <td>Contact details for issues related to Human Resources, such as staff matters, OH&amp;S etc.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">PAYOR\n                  <a name=\"contactentity-type-PAYOR\"> </a>\n                </td>\n                <td>Payor</td>\n                <td>Contact details for dealing with issues related to insurance claims/adjudication/payment.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">PATINF\n                  <a name=\"contactentity-type-PATINF\"> </a>\n                </td>\n                <td>Patient</td>\n                <td>Generic information contact for patients.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">PRESS\n                  <a name=\"contactentity-type-PRESS\"> </a>\n                </td>\n                <td>Press</td>\n                <td>Dedicated contact point for matters relating to press enquiries.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4b.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
  "version" : "4.3.0",
  "name" : "ContactEntityType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-13T16:38:45-04:00",
  "publisher" : "Patient Administration",
  "contact" : [
    {
      "name" : "Patient Administration",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description" : "This example value set defines a set of codes that can be used to indicate the purpose for which you would contact a contact party.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "BILL",
      "display" : "Billing",
      "definition" : "Contact details for information regarding to billing/general finance enquiries."
    },
    {
      "code" : "ADMIN",
      "display" : "Administrative",
      "definition" : "Contact details for administrative enquiries."
    },
    {
      "code" : "HR",
      "display" : "Human Resource",
      "definition" : "Contact details for issues related to Human Resources, such as staff matters, OH&S etc."
    },
    {
      "code" : "PAYOR",
      "display" : "Payor",
      "definition" : "Contact details for dealing with issues related to insurance claims/adjudication/payment."
    },
    {
      "code" : "PATINF",
      "display" : "Patient",
      "definition" : "Generic information contact for patients."
    },
    {
      "code" : "PRESS",
      "display" : "Press",
      "definition" : "Dedicated contact point for matters relating to press enquiries."
    }
  ]
}