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

: IdentifierTypeCommon - XML Representation

Draft as of 2021-11-30

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="IdentifierTypeCommon"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="CodeSystem-IdentifierType.html"><code>https://ancode.app/fhir/CodeSystem/IdentifierType</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="CodeSystem-IdentifierType.html#IdentifierType-IDENTIFIER">IDENTIFIER</a></td><td>Identifier</td></tr><tr><td><a href="CodeSystem-IdentifierType.html#IdentifierType-LEGACY">LEGACY</a></td><td>Legacy System ID</td></tr><tr><td><a href="CodeSystem-IdentifierType.html#IdentifierType-OTHER">OTHER</a></td><td>Other Identifier</td></tr><tr><td><a href="CodeSystem-IdentifierType.html#IdentifierType-INTEGRATION">INTEGRATION</a></td><td>Integration Identifier</td></tr><tr><td><a href="CodeSystem-IdentifierType.html#IdentifierType-HEALTHCAREPROVIDERCODE">HEALTHCAREPROVIDERCODE</a></td><td>Healthcare Provider Code</td></tr><tr><td><a href="CodeSystem-IdentifierType.html#IdentifierType-VERSION">VERSION</a></td><td>Version</td></tr><tr><td><a href="CodeSystem-IdentifierType.html#IdentifierType-GROUPID">GROUPID</a></td><td>Group ID</td></tr><tr><td><a href="CodeSystem-IdentifierType.html#IdentifierType-HEALTHCAREINSURANCECODE">HEALTHCAREINSURANCECODE</a></td><td>Healthcare Insurance Code</td></tr></table></li></ul></div>
  </text>
  <url value="https://ancode.app/fhir/ValueSet/IdentifierTypeCommon"/>
  <version value="0.2.0"/>
  <name value="IdentifierTypeCommon"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-11-30"/>
  <publisher value="Ancode"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="https://ancode.app"/>
    </telecom>
  </contact>
  <description value="Identifier Type Common"/>
  <immutable value="false"/>
  <compose>
    <include>
      <system value="https://ancode.app/fhir/CodeSystem/IdentifierType"/>
      <concept>
        <code value="IDENTIFIER"/>
        <display value="Identifier"/>
      </concept>
      <concept>
        <code value="LEGACY"/>
        <display value="Legacy System ID"/>
      </concept>
      <concept>
        <code value="OTHER"/>
        <display value="Other Identifier"/>
      </concept>
      <concept>
        <code value="INTEGRATION"/>
        <display value="Integration Identifier"/>
      </concept>
      <concept>
        <code value="HEALTHCAREPROVIDERCODE"/>
        <display value="Healthcare Provider Code"/>
      </concept>
      <concept>
        <code value="VERSION"/>
        <display value="Version"/>
      </concept>
      <concept>
        <code value="GROUPID"/>
        <display value="Group ID"/>
      </concept>
      <concept>
        <code value="HEALTHCAREINSURANCECODE"/>
        <display value="Healthcare Insurance Code"/>
      </concept>
    </include>
  </compose>
</ValueSet>