View raw Markdown
type: codesystemcodesystem: supplydelivery-status

Supply Delivery Status

Concepts

CodeDisplayDefinition
in-progressIn ProgressSupply has been requested, but not delivered.
completedDeliveredSupply has been delivered ("completed").
abandonedAbandonedDelivery was not completed.
entered-in-errorEntered In ErrorThis electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "abandoned" rather than "entered-in-error".).

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="supplydelivery-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="1"/>
  </extension>
  <url value="http://hl7.org/fhir/supplydelivery-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.701"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.687"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.355"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="SupplyDeliveryStatus"/>
  <title value="Supply Delivery 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="Status of the supply delivery."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/supplydelivery-status"/>
  <content value="complete"/>
  <concept>
    <code value="in-progress"/>
    <display value="In Progress"/>
    <definition value="Supply has been requested, but not delivered."/>
  </concept>
  <concept>
    <code value="completed"/>
    <display value="Delivered"/>
    <definition value="Supply has been delivered ("completed")."/>
  </concept>
  <concept>
    <code value="abandoned"/>
    <display value="Abandoned"/>
    <definition value="Delivery was not completed."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered In Error"/>
    <definition value="This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "abandoned" rather than "entered-in-error".)."/>
  </concept>
</CodeSystem>