This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

V2\0510\v2-0510.json

FHIR Value set/code system definition for HL7 v2 table 0510 ( Blood Product Dispense Status)

{
  "resourceType": "ValueSet",
  "text": {
    "status": "additional",
    "div": "<div><p>Blood Product Dispense Status</p>\r\n<table class=\"grid\">\r\n <tr><td><b>Code</b></td><td><b>Description</b></td><td><b>Version</b></td></tr>\r\n <tr><td>CR<a name=\"CR\"> </a></td><td>Released into inventory for general availability</td><td>added v2.5</td></tr>\r\n <tr><td>DS<a name=\"DS\"> </a></td><td>Dispensed to patient location</td><td>added v2.5</td></tr>\r\n <tr><td>PT<a name=\"PT\"> </a></td><td>Presumed transfused (dispensed and not returned)</td><td>added v2.5</td></tr>\r\n <tr><td>RA<a name=\"RA\"> </a></td><td>Returned unused/no longer needed</td><td>added v2.5</td></tr>\r\n <tr><td>RD<a name=\"RD\"> </a></td><td>Reserved and ready to dispense</td><td>added v2.5</td></tr>\r\n <tr><td>RE<a name=\"RE\"> </a></td><td>Released (no longer allocated for the patient)</td><td>added v2.5</td></tr>\r\n <tr><td>RI<a name=\"RI\"> </a></td><td>Received into inventory (for specified patient)</td><td>added v2.5</td></tr>\r\n <tr><td>RL<a name=\"RL\"> </a></td><td>Returned unused/keep linked to patient for possible use later</td><td>added v2.5</td></tr>\r\n <tr><td>RQ<a name=\"RQ\"> </a></td><td>Request to dispense blood product</td><td>added v2.5</td></tr>\r\n <tr><td>RS<a name=\"RS\"> </a></td><td>Reserved (ordered and product allocated for the patient)</td><td>added v2.5</td></tr>\r\n <tr><td>WA<a name=\"WA\"> </a></td><td>Wasted (product no longer viable)</td><td>added v2.5</td></tr>\r\n</table>\r\n</div>"
  },
  "identifier": "http://hl7.org/fhir/v2/vs/0510",
  "name": "v2 Blood Product Dispense Status",
  "publisher": "HL7, Inc",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org"
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0510 ( Blood Product Dispense Status)",
  "status": "active",
  "date": "2011-01-28",
  "define": {
    "system": "http://hl7.org/fhir/v2/0510",
    "caseSensitive": true,
    "concept": [
      {
        "code": "CR",
        "display": "Released into inventory for general availability"
      },
      {
        "code": "DS",
        "display": "Dispensed to patient location"
      },
      {
        "code": "PT",
        "display": "Presumed transfused (dispensed and not returned)"
      },
      {
        "code": "RA",
        "display": "Returned unused/no longer needed"
      },
      {
        "code": "RD",
        "display": "Reserved and ready to dispense"
      },
      {
        "code": "RE",
        "display": "Released (no longer allocated for the patient)"
      },
      {
        "code": "RI",
        "display": "Received into inventory (for specified patient)"
      },
      {
        "code": "RL",
        "display": "Returned unused/keep linked to patient for possible use later"
      },
      {
        "code": "RQ",
        "display": "Request to dispense blood product"
      },
      {
        "code": "RS",
        "display": "Reserved (ordered and product allocated for the patient)"
      },
      {
        "code": "WA",
        "display": "Wasted (product no longer viable)"
      }
    ]
  }
}