Guia de Implementação do AnHealth
0.2.0 - CI Build

Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions

: EncounterParticipantTypeMostUsed - XML Representation

Draft as of 2022-03-31

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="EncounterParticipantTypeMostUsed"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html"><code>http://terminology.hl7.org/CodeSystem/v3-ParticipationType</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ADM">ADM</a></td><td>admitter</td></tr><tr><td><a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ATND">ATND</a></td><td>attender</td></tr><tr><td><a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-CALLBCK">CALLBCK</a></td><td>callback contact</td></tr><tr><td><a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-CON">CON</a></td><td>consultant</td></tr><tr><td><a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-DIS">DIS</a></td><td>discharger</td></tr><tr><td><a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ESC">ESC</a></td><td>escort</td></tr><tr><td><a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-REF">REF</a></td><td>referrer</td></tr><tr><td><a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-SPRF">SPRF</a></td><td>secondary performer</td></tr><tr><td><a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-PPRF">PPRF</a></td><td>primary performer</td></tr><tr><td><a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-PART">PART</a></td><td>Participation</td></tr></table></li><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4B/codesystem-encounter-participant-type.html"><code>http://terminology.hl7.org/CodeSystem/participant-type</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4B/codesystem-encounter-participant-type.html#encounter-participant-type-translator">translator</a></td><td>Translator</td></tr><tr><td><a href="http://hl7.org/fhir/R4B/codesystem-encounter-participant-type.html#encounter-participant-type-emergency">emergency</a></td><td>Emergency</td></tr></table></li></ul></div>
  </text>
  <url
       value="https://ancode.app/fhir/ValueSet/EncounterParticipantTypeMostUsed"/>
  <version value="0.2.0"/>
  <name value="EncounterParticipantTypeMostUsed"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2022-03-31"/>
  <publisher value="Ancode"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="https://ancode.app"/>
    </telecom>
  </contact>
  <description value="Encounter Participant Type Most Used"/>
  <immutable value="false"/>
  <compose>
    <include>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
      <concept>
        <code value="ADM"/>
        <display value="admitter"/>
      </concept>
      <concept>
        <code value="ATND"/>
        <display value="attender"/>
      </concept>
      <concept>
        <code value="CALLBCK"/>
        <display value="callback contact"/>
      </concept>
      <concept>
        <code value="CON"/>
        <display value="consultant"/>
      </concept>
      <concept>
        <code value="DIS"/>
        <display value="discharger"/>
      </concept>
      <concept>
        <code value="ESC"/>
        <display value="escort"/>
      </concept>
      <concept>
        <code value="REF"/>
        <display value="referrer"/>
      </concept>
      <concept>
        <code value="SPRF"/>
        <display value="secondary performer"/>
      </concept>
      <concept>
        <code value="PPRF"/>
        <display value="primary performer"/>
      </concept>
      <concept>
        <code value="PART"/>
        <display value="Participation"/>
      </concept>
    </include>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/participant-type"/>
      <concept>
        <code value="translator"/>
        <display value="Translator"/>
      </concept>
      <concept>
        <code value="emergency"/>
        <display value="Emergency"/>
      </concept>
    </include>
  </compose>
</ValueSet>