OO Incubator Implementation Guide
0.1.0 - ci-build International flag

OO Incubator Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/oo-incubator/ and changes regularly. See the Directory of published versions

: Inventory Report Status

Page standards status: Normative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "inventoryreport-status",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem inventoryreport-status</b></p><a name=\"inventoryreport-status\"> </a><a name=\"hcinventoryreport-status\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/inventoryreport-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">draft<a name=\"inventoryreport-status-draft\"> </a></td><td>Draft</td><td>The existence of the report is registered, but it is still without content or only some preliminary content.</td></tr><tr><td style=\"white-space:nowrap\">requested<a name=\"inventoryreport-status-requested\"> </a></td><td>Requested</td><td>The inventory report has been requested but there is no data available.</td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"inventoryreport-status-active\"> </a></td><td>Active</td><td>This report is submitted as current.</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"inventoryreport-status-entered-in-error\"> </a></td><td>Entered in Error</td><td>The report has been withdrawn following a previous final release.  This electronic record should never have existed, though it is possible that real-world decisions were based on it.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "oo"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "normative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    }
  ],
  "url" : "http://hl7.org/fhir/inventoryreport-status",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.4.1927"
    }
  ],
  "version" : "0.1.0",
  "name" : "InventoryReportStatus",
  "title" : "Inventory Report Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 International / Orders and Observations",
  "contact" : [
    {
      "name" : "HL7 Orders and Observations Workgroup",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        },
        {
          "system" : "email",
          "value" : "oo@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "The status of the InventoryReport.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/uv/oo-incubator/ValueSet/inventoryreport-status",
  "content" : "complete",
  "concept" : [
    {
      "code" : "draft",
      "display" : "Draft",
      "definition" : "The existence of the report is registered, but it is still without content or only some preliminary content."
    },
    {
      "code" : "requested",
      "display" : "Requested",
      "definition" : "The inventory report has been requested but there is no data available."
    },
    {
      "code" : "active",
      "display" : "Active",
      "definition" : "This report is submitted as current."
    },
    {
      "code" : "entered-in-error",
      "display" : "Entered in Error",
      "definition" : "The report has been withdrawn following a previous final release.  This electronic record should never have existed, though it is possible that real-world decisions were based on it."
    }
  ]
}