Bidirectional Services eReferral (BSeR)
2.0.0-ballot - STU2 United States of America flag

Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions

: Task Business Status Code System - JSON Representation

Active as of 2024-04-17

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "TaskBusinessStatusCS",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2023-05-07T20:55:42.968Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">2.0<a name=\"TaskBusinessStatusCS-2.460\"> </a></td><td>Service Request Created</td></tr><tr><td style=\"white-space:nowrap\">3.0<a name=\"TaskBusinessStatusCS-3.460\"> </a></td><td>Service Request Accepted</td></tr><tr><td style=\"white-space:nowrap\">4.0<a name=\"TaskBusinessStatusCS-4.460\"> </a></td><td>Service Request Declined</td></tr><tr><td style=\"white-space:nowrap\">5.2<a name=\"TaskBusinessStatusCS-5.462\"> </a></td><td>Service Request Cancellation Requested</td></tr><tr><td style=\"white-space:nowrap\">5.1.1<a name=\"TaskBusinessStatusCS-5.461.461\"> </a></td><td>Service Request Event Scheduled</td></tr><tr><td style=\"white-space:nowrap\">6.0<a name=\"TaskBusinessStatusCS-6.460\"> </a></td><td>Service Request Fulfillment Cancelled</td></tr><tr><td style=\"white-space:nowrap\">7.0<a name=\"TaskBusinessStatusCS-7.460\"> </a></td><td>Service Request Fulfillment Completed</td></tr><tr><td style=\"white-space:nowrap\">5.1.2<a name=\"TaskBusinessStatusCS-5.461.462\"> </a></td><td>Scheduled Service Request Event Unattended</td></tr><tr><td style=\"white-space:nowrap\">5.1.3<a name=\"TaskBusinessStatusCS-5.461.463\"> </a></td><td>Scheduled Service Request Event Cancelled</td></tr><tr><td style=\"white-space:nowrap\">5.1.4<a name=\"TaskBusinessStatusCS-5.461.464\"> </a></td><td>Service Request Event Completed</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.33.16.1"
    }
  ],
  "version" : "2.0.0-ballot",
  "name" : "TaskBusinessStatusCS",
  "title" : "Task Business Status Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-17T06:55:07+00:00",
  "publisher" : "HL7 Public Health Working Group",
  "contact" : [
    {
      "name" : "HL7 Public Health Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system" : "email",
          "value" : "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "BSeR Task Business Status code system",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 10,
  "concept" : [
    {
      "code" : "2.0",
      "display" : "Service Request Created"
    },
    {
      "code" : "3.0",
      "display" : "Service Request Accepted"
    },
    {
      "code" : "4.0",
      "display" : "Service Request Declined"
    },
    {
      "code" : "5.2",
      "display" : "Service Request Cancellation Requested"
    },
    {
      "code" : "5.1.1",
      "display" : "Service Request Event Scheduled"
    },
    {
      "code" : "6.0",
      "display" : "Service Request Fulfillment Cancelled"
    },
    {
      "code" : "7.0",
      "display" : "Service Request Fulfillment Completed"
    },
    {
      "code" : "5.1.2",
      "display" : "Scheduled Service Request Event Unattended"
    },
    {
      "code" : "5.1.3",
      "display" : "Scheduled Service Request Event Cancelled"
    },
    {
      "code" : "5.1.4",
      "display" : "Service Request Event Completed"
    }
  ]
}