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

: InventoryEventReason - XML Representation

Active as of 2023-01-23

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="InventoryEventReason"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>https://ancode.app/fhir/CodeSystem/InventoryEventReason</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">Purchase<a name="InventoryEventReason-Purchase"> </a></td></tr><tr><td style="white-space:nowrap">Use<a name="InventoryEventReason-Use"> </a></td></tr><tr><td style="white-space:nowrap">Sale<a name="InventoryEventReason-Sale"> </a></td></tr><tr><td style="white-space:nowrap">Transfer<a name="InventoryEventReason-Transfer"> </a></td></tr><tr><td style="white-space:nowrap">Loss<a name="InventoryEventReason-Loss"> </a></td></tr><tr><td style="white-space:nowrap">Dispose<a name="InventoryEventReason-Dispose"> </a></td></tr><tr><td style="white-space:nowrap">Borrow<a name="InventoryEventReason-Borrow"> </a></td></tr></table></div>
  </text>
  <url value="https://ancode.app/fhir/CodeSystem/InventoryEventReason"/>
  <version value="0.2.0"/>
  <name value="InventoryEventReason"/>
  <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 Reason"/>
  <content value="complete"/>
  <concept>
    <code value="Purchase"/>
    <display value="Purchase"/>
  </concept>
  <concept>
    <code value="Use"/>
    <display value="Use"/>
  </concept>
  <concept>
    <code value="Sale"/>
    <display value="Sale"/>
  </concept>
  <concept>
    <code value="Transfer"/>
    <display value="Transfer"/>
  </concept>
  <concept>
    <code value="Loss"/>
    <display value="Loss"/>
  </concept>
  <concept>
    <code value="Dispose"/>
    <display value="Dispose"/>
  </concept>
  <concept>
    <code value="Borrow"/>
    <display value="Borrow"/>
  </concept>
</CodeSystem>