PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-draft-final
    http://hl7.org/fhir/biologicallyderivedproductdispense-status
{
  "description": "BiologicallyDerivedProductDispense Status Codes",
  "_filename": "CodeSystem-biologicallyderivedproductdispense-status.json",
  "package_name": "hl7.fhir.r5.examples",
  "date": null,
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2023-03-01T23:03:57.298+11:00"
  },
  "publisher": "HL7 International",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "content": "complete",
  "name": "BiologicallyDerivedProductDispense",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "BiologicallyDerivedProductDispense Status Codes",
  "package_version": "5.0.0-draft-final",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "oo"
  } ],
  "status": "active",
  "id": "73aee1b5-4ae5-449d-b0de-423699751917",
  "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-status",
  "kind": null,
  "url": "http://hl7.org/fhir/biologicallyderivedproductdispense-status",
  "concept": [ {
    "code": "preparation",
    "display": "Preparation",
    "definition": "The dispense process has started but not yet completed."
  }, {
    "code": "in-progress",
    "display": "In Progress",
    "definition": "The dispense process is in progress."
  }, {
    "code": "allocated",
    "display": "Allocated",
    "definition": "The requested product has been allocated and is ready for transport."
  }, {
    "code": "issued",
    "display": "Issued",
    "definition": "The dispensed product has been picked up."
  }, {
    "code": "unfulfilled",
    "display": "Unfulfilled",
    "definition": "The dispense could not be completed."
  }, {
    "code": "returned",
    "display": "Returned",
    "definition": "The dispensed product was returned."
  }, {
    "code": "entered-in-error",
    "display": "Entered in Error",
    "definition": "The dispense was entered in error and therefore nullified."
  }, {
    "code": "unknown",
    "display": "Unknown",
    "definition": "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."
  } ],
  "caseSensitive": true,
  "version": "5.0.0-draft-final"
}