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: R5 R4 R3 R2

Valueset-practitioner-role.xml

Definition for Value SetPractitionerRole

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>PractitionerRole</h2>
      <p>This example value set defines a set of codes that can be used to indicate the role of
         a Practitioner.</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/practitioner-role</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>doctor
            <a name="doctor"> </a>
          </td>
          <td/>
          <td/>
        </tr>
        <tr>
          <td>nurse
            <a name="nurse"> </a>
          </td>
          <td/>
          <td/>
        </tr>
        <tr>
          <td>pharmacist
            <a name="pharmacist"> </a>
          </td>
          <td/>
          <td/>
        </tr>
        <tr>
          <td>researcher
            <a name="researcher"> </a>
          </td>
          <td/>
          <td/>
        </tr>
        <tr>
          <td>teacher
            <a name="teacher"> </a>
          </td>
          <td>Teacher/educator</td>
          <td/>
        </tr>
        <tr>
          <td>ict
            <a name="ict"> </a>
          </td>
          <td>ICT professional</td>
          <td/>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/practitioner-role"/>
  <name value="PractitionerRole"/>
  <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 role of
   a Practitioner."/>
  <status value="draft"/>
  <define>
    <system value="http://hl7.org/fhir/practitioner-role"/>
    <concept>
      <code value="doctor"/>
    </concept>
    <concept>
      <code value="nurse"/>
    </concept>
    <concept>
      <code value="pharmacist"/>
    </concept>
    <concept>
      <code value="researcher"/>
    </concept>
    <concept>
      <code value="teacher"/>
      <display value="Teacher/educator"/>
    </concept>
    <concept>
      <code value="ict"/>
      <display value="ICT professional"/>
    </concept>
  </define>
</ValueSet>