HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

Contact entity type - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "contactentity-type",
  "meta" : {
    "lastUpdated" : "2020-04-09T17:10:28.568-04:00",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            \n      <h2>Contact entity type</h2>\n            \n      <div>\n              \n        <p>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.</p>\n\n            \n      </div>\n            \n      <p>This code system http://terminology.hl7.org/CodeSystem/contactentity-type defines the following codes:</p>\n            \n      <table class=\"codes\">\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">\n                  \n            <b>Code</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Display</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Definition</b>\n                \n          </td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">BILL\n                  \n            <a name=\"contactentity-type-BILL\"> </a>\n                \n          </td>\n                \n          <td>Billing</td>\n                \n          <td>Contact details for information regarding to billing/general finance enquiries.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">ADMIN\n                  \n            <a name=\"contactentity-type-ADMIN\"> </a>\n                \n          </td>\n                \n          <td>Administrative</td>\n                \n          <td>Contact details for administrative enquiries.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">HR\n                  \n            <a name=\"contactentity-type-HR\"> </a>\n                \n          </td>\n                \n          <td>Human Resource</td>\n                \n          <td>Contact details for issues related to Human Resources, such as staff matters, OH&amp;S etc.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">PAYOR\n                  \n            <a name=\"contactentity-type-PAYOR\"> </a>\n                \n          </td>\n                \n          <td>Payor</td>\n                \n          <td>Contact details for dealing with issues related to insurance claims/adjudication/payment.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">PATINF\n                  \n            <a name=\"contactentity-type-PATINF\"> </a>\n                \n          </td>\n                \n          <td>Patient</td>\n                \n          <td>Generic information contact for patients.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">PRESS\n                  \n            <a name=\"contactentity-type-PRESS\"> </a>\n                \n          </td>\n                \n          <td>Press</td>\n                \n          <td>Dedicated contact point for matters relating to press enquiries.</td>\n              \n        </tr>\n            \n      </table>\n          \n    </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1129"
    }
  ],
  "version" : "4.2.0",
  "name" : "ContactEntityType",
  "title" : "Contact entity type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-05-09T12:49:00-04:00",
  "publisher" : "FHIR Project team",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "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.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/contactentity-type",
  "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."
    }
  ]
}