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

: InventoryEventType - XML Representation

Active as of 2023-01-23

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="InventoryEventType"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>https://ancode.app/fhir/CodeSystem/InventoryEventType</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td></tr><tr><td style="white-space:nowrap">Entry<a name="InventoryEventType-Entry"> </a></td></tr><tr><td style="white-space:nowrap">Out<a name="InventoryEventType-Out"> </a></td></tr><tr><td style="white-space:nowrap">Transfer<a name="InventoryEventType-Transfer"> </a></td></tr></table></div>
  </text>
  <url value="https://ancode.app/fhir/CodeSystem/InventoryEventType"/>
  <version value="0.2.0"/>
  <name value="InventoryEventType"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-01-23"/>
  <publisher value="Ancode"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="https://ancode.app"/>
    </telecom>
  </contact>
  <description value="Inventory Event Type"/>
  <content value="complete"/>
  <concept>
    <code value="Entry"/>
    <display value="Entry"/>
  </concept>
  <concept>
    <code value="Out"/>
    <display value="Out"/>
  </concept>
  <concept>
    <code value="Transfer"/>
    <display value="Transfer"/>
  </concept>
</CodeSystem>