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

: null - XML Representation

Draft as of 2023-03-30

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="DeviceDefinitionType"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>https://ancode.app/fhir/CodeSystem/DeviceDefinitionType</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">OPME<a name="DeviceDefinitionType-OPME"> </a></td><td>Orthosis, prosthesis, special material</td></tr><tr><td style="white-space:nowrap">ConsumptionMaterial<a name="DeviceDefinitionType-ConsumptionMaterial"> </a></td><td>Hospital consumption material</td></tr></table></div>
  </text>
  <url value="https://ancode.app/fhir/CodeSystem/DeviceDefinitionType"/>
  <version value="0.2.0"/>
  <name value="DeviceDefinitionType"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2023-03-30"/>
  <publisher value="Ancode"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="https://ancode.app"/>
    </telecom>
  </contact>
  <description value="Device Definition Type"/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="OPME"/>
    <display value="Orthosis, prosthesis, special material"/>
  </concept>
  <concept>
    <code value="ConsumptionMaterial"/>
    <display value="Hospital consumption material"/>
  </concept>
</CodeSystem>