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

: ServiceType - XML Representation

Draft as of 2021-12-23

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ServiceType"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>https://ancode.app/fhir/CodeSystem/ServiceType</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">18<a name="ServiceType-18"> </a></td><td>Taxas hospitalares, diárias e gases medicinais</td></tr><tr><td style="white-space:nowrap">22<a name="ServiceType-22"> </a></td><td>Procedimentos e eventos em saúde</td></tr></table></div>
  </text>
  <url value="https://ancode.app/fhir/CodeSystem/ServiceType"/>
  <version value="0.2.0"/>
  <name value="ServiceType"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-12-23"/>
  <publisher value="Ancode"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="https://ancode.app"/>
    </telecom>
  </contact>
  <description value="Service Type"/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="18"/>
    <display value="Taxas hospitalares, diárias e gases medicinais"/>
  </concept>
  <concept>
    <code value="22"/>
    <display value="Procedimentos e eventos em saúde"/>
  </concept>
</CodeSystem>