This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Valueset-contactentity-type.xml

Definition for Value SetContactEntityType

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>ContactEntityType</h2>
      <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>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/contactentity-type</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>BILL
            <a name="BILL"> </a>
          </td>
          <td>Billing</td>
          <td/>
        </tr>
        <tr>
          <td>ADMIN
            <a name="ADMIN"> </a>
          </td>
          <td>Administrative</td>
          <td/>
        </tr>
        <tr>
          <td>HR
            <a name="HR"> </a>
          </td>
          <td>Human Resource</td>
          <td/>
        </tr>
        <tr>
          <td>PAYOR
            <a name="PAYOR"> </a>
          </td>
          <td>Payor</td>
          <td/>
        </tr>
        <tr>
          <td>PATINF
            <a name="PATINF"> </a>
          </td>
          <td>Patient</td>
          <td>Generic information contact for patients</td>
        </tr>
        <tr>
          <td>PRESS
            <a name="PRESS"> </a>
          </td>
          <td>Press</td>
          <td/>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/contactentity-type"/>
  <name value="ContactEntityType"/>
  <publisher value="FHIR Project team"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <description value="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."/>
  <status value="draft"/>
  <define>
    <system value="http://hl7.org/fhir/contactentity-type"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="BILL"/>
      <display value="Billing"/>
    </concept>
    <concept>
      <code value="ADMIN"/>
      <display value="Administrative"/>
    </concept>
    <concept>
      <code value="HR"/>
      <display value="Human Resource"/>
    </concept>
    <concept>
      <code value="PAYOR"/>
      <display value="Payor"/>
    </concept>
    <concept>
      <code value="PATINF"/>
      <display value="Patient"/>
      <definition value="Generic information contact for patients"/>
    </concept>
    <concept>
      <code value="PRESS"/>
      <display value="Press"/>
    </concept>
  </define>
</ValueSet>