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 - JSON Representation

Active as of 2023-01-23

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "InventoryEventReason",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://ancode.app/fhir/CodeSystem/InventoryEventReason",
  "version" : "0.2.0",
  "name" : "InventoryEventReason",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-01-23",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Inventory Event Reason",
  "content" : "complete",
  "concept" : [
    {
      "code" : "Purchase",
      "display" : "Purchase"
    },
    {
      "code" : "Use",
      "display" : "Use"
    },
    {
      "code" : "Sale",
      "display" : "Sale"
    },
    {
      "code" : "Transfer",
      "display" : "Transfer"
    },
    {
      "code" : "Loss",
      "display" : "Loss"
    },
    {
      "code" : "Dispose",
      "display" : "Dispose"
    },
    {
      "code" : "Borrow",
      "display" : "Borrow"
    }
  ]
}