View raw Markdown
type: codesystemcodesystem: inventoryreport-status

Inventory Report Status

Concepts

CodeDisplayDefinition
draftDraftThe existence of the report is registered, but it is still without content or only some preliminary content.
requestedRequestedThe inventory report has been requested but there is no data available.
activeActiveThis report is submitted as current.
entered-in-errorEntered in ErrorThe 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.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="inventoryreport-status"/>
  <meta>

  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/>
  </extension>
  <url value="http://hl7.org/fhir/inventoryreport-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1927"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="InventoryReportStatus"/>
  <title value="Inventory Report Status"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-01-05T10:01:24+11:00"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="The status of the InventoryReport."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/inventoryreport-status"/>
  <content value="complete"/>
  <concept>
    <code value="draft"/>
    <display value="Draft"/>
    <definition value="The existence of the report is registered, but it is still without content or only some preliminary content."/>
  </concept>
  <concept>
    <code value="requested"/>
    <display value="Requested"/>
    <definition value="The inventory report has been requested but there is no data available."/>
  </concept>
  <concept>
    <code value="active"/>
    <display value="Active"/>
    <definition value="This report is submitted as current."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered in Error"/>
    <definition value="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."/>
  </concept>
</CodeSystem>