View raw Markdown
type: codesystemcodesystem: biologicallyderivedproductdispense-status

Biologically Derived Product Dispense Status Codes

Concepts

CodeDisplayDefinition
preparationPreparationThe dispense process has started but not yet completed.
in-progressIn ProgressThe dispense process is in progress.
allocatedAllocatedThe requested product has been allocated and is ready for transport.
issuedIssuedThe dispensed product has been picked up.
unfulfilledUnfulfilledThe dispense could not be completed.
returnedReturnedThe dispensed product was returned.
entered-in-errorEntered in ErrorThe dispense was entered in error and therefore nullified.
unknownUnknownThe authoring system does not know which of the status values applies for this dispense. Note: this concept is not to be used for other - one of the listed statuses is presumed to apply, it's just not known which one.

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="biologicallyderivedproductdispense-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="informative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/>
  </extension>
  <url value="http://hl7.org/fhir/biologicallyderivedproductdispense-status"/>
  <version value="6.0.0"/>
  <name value="BiologicallyDerivedProductDispenseStatus"/>
  <title value="Biologically Derived Product Dispense Status Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <description value="Biologically Derived Product Dispense Status Codes"/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-status"/>
  <content value="complete"/>
  <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>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <concept>
    <code value="preparation"/>
    <display value="Preparation"/>
    <definition value="The dispense process has started but not yet completed."/>
  </concept>
  <concept>
    <code value="in-progress"/>
    <display value="In Progress"/>
    <definition value="The dispense process is in progress."/>
  </concept>
  <concept>
    <code value="allocated"/>
    <display value="Allocated"/>
    <definition value="The requested product has been allocated and is ready for transport."/>
  </concept>
  <concept>
    <code value="issued"/>
    <display value="Issued"/>
    <definition value="The dispensed product has been picked up."/>
  </concept>
  <concept>
    <code value="unfulfilled"/>
    <display value="Unfulfilled"/>
    <definition value="The dispense could not be completed."/>
  </concept>
  <concept>
    <code value="returned"/>
    <display value="Returned"/>
    <definition value="The dispensed product was returned."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered in Error"/>
    <definition value="The dispense was entered in error and therefore nullified."/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
    <definition value="The authoring system does not know which of the status values applies for this dispense. Note: this concept is not to be used for other - one of the listed statuses is presumed to apply, it's just not known which one."/>
  </concept>
</CodeSystem>