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

Active as of 2023-01-23

Raw json | Download


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