{
  "resourceType" : "CodeSystem",
  "id" : "inventoryreport-counttype",
  "meta" : {
    "lastUpdated" : "2021-04-15T13:25:09.461+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      <p>This code system http://hl7.org/fhir/inventoryreport-counttype defines the following codes:</p>\n      \n      <table class=\"codes\">\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">\n            \n            <b>Code</b>\n          \n          </td>\n          \n          <td>\n            \n            <b>Display</b>\n          \n          </td>\n          \n          <td>\n            \n            <b>Definition</b>\n          \n          </td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">snapshot\n            \n            <a name=\"inventoryreport-counttype-snapshot\"> </a>\n          \n          </td>\n          \n          <td>Snapshot</td>\n          \n          <td>The inventory report is a current absolute snapshot, i.e. it represents the quantities at hand.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">difference\n            \n            <a name=\"inventoryreport-counttype-difference\"> </a>\n          \n          </td>\n          \n          <td>Difference</td>\n          \n          <td>The inventory report is about the difference between a previous count and a current count, i.e. it represents the items that have been added/subtracted from inventory.</td>\n        \n        </tr>\n      \n      </table>\n    \n    </div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://hl7.org/fhir/inventoryreport-counttype",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.0"
  }],
  "version" : "4.6.0",
  "name" : "InventoryCountType",
  "title" : "InventoryCountType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The type of count.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/inventoryreport-counttype",
  "content" : "complete",
  "concept" : [{
    "code" : "snapshot",
    "display" : "Snapshot",
    "definition" : "The inventory report is a current absolute snapshot, i.e. it represents the quantities at hand."
  },
  {
    "code" : "difference",
    "display" : "Difference",
    "definition" : "The inventory report is about the difference between a previous count and a current count, i.e. it represents the items that have been added/subtracted from inventory."
  }]
}