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 R4B R4 R3 R2

Valueset-encounter-participant-type.xml

Definition for Value SetParticipantType

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>ParticipantType</h2>
      <p>This value set defines a set of codes that can be used to indicate how an individual parcitipates
         in an encounter</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/participant-type</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>translator
            <a name="translator"> </a>
          </td>
          <td>Translator</td>
          <td>A translator who is facilitating communication with the patient during the encounter</td>
        </tr>
        <tr>
          <td>emergency
            <a name="emergency"> </a>
          </td>
          <td>Emergency</td>
          <td>A person to be contacted in case of an emergency during the encounter</td>
        </tr>
      </table>
      <p>In addition, this value set includes codes defined in other code systems, using the following
         rules:</p>
      <ul>
        <li>Include codes from 
          <a href="http://hl7.org/fhir/v3/ParticipationType">http://hl7.org/fhir/v3/ParticipationType</a> where concept  is-a  
          <a href="v3/ParticipationType/index.html#_ParticipationAncillary">_ParticipationAncillary</a>
        </li>
      </ul>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/encounter-participant-type"/>
  <name value="ParticipantType"/>
  <publisher value="FHIR Project team"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <description value="This value set defines a set of codes that can be used to indicate how an individual parcitipates
   in an encounter"/>
  <status value="draft"/>
  <define>
    <system value="http://hl7.org/fhir/participant-type"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="translator"/>
      <display value="Translator"/>
      <definition value="A translator who is facilitating communication with the patient during the encounter"/>
    </concept>
    <concept>
      <code value="emergency"/>
      <display value="Emergency"/>
      <definition value="A person to be contacted in case of an emergency during the encounter"/>
    </concept>
  </define>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/v3/ParticipationType"/>
      <filter>
        <property value="concept"/>
        <op value="is-a"/>
        <value value="_ParticipationAncillary"/>
      </filter>
    </include>
  </compose>
</ValueSet>