This page is part of the Bidirectional Services eReferrals (BSeR) (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions 
Source view
{
"resourceType" : "CodeSystem",
"id" : "TaskBusinessStatusCS",
"meta" : {
"versionId" : "6",
"lastUpdated" : "2019-12-20T08:02:42.000+00:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Task Business Status Code System</h2><div><p>BSeR Task Business Status code system</p>\n</div><p>This code system http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">2.0<a name=\"TaskBusinessStatusCS-2.460\"> </a></td><td>Service Request Created</td><td/></tr><tr><td style=\"white-space:nowrap\">3.0<a name=\"TaskBusinessStatusCS-3.460\"> </a></td><td>Service Request Accepted</td><td/></tr><tr><td style=\"white-space:nowrap\">4.0<a name=\"TaskBusinessStatusCS-4.460\"> </a></td><td>Service Request Declined</td><td/></tr><tr><td style=\"white-space:nowrap\">5.4<a name=\"TaskBusinessStatusCS-5.464\"> </a></td><td>Service Request Cancellation Requested</td><td/></tr><tr><td style=\"white-space:nowrap\">5.x<a name=\"TaskBusinessStatusCS-5.46x\"> </a></td><td>Service Request Fulfillment Initiated</td><td/></tr><tr><td style=\"white-space:nowrap\">6.0<a name=\"TaskBusinessStatusCS-6.460\"> </a></td><td>Service Request Fulfillment Cancelled</td><td/></tr><tr><td style=\"white-space:nowrap\">7.0<a name=\"TaskBusinessStatusCS-7.460\"> </a></td><td>Service Request Fulfillment Completed</td><td/></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS",
"version" : "1.0.0",
"name" : "TaskBusinessStatusCS",
"title" : "Task Business Status Code System",
"status" : "active",
"date" : "2020-03-02T22:24:28+00:00",
"publisher" : "HL7 International - Public Health Work Group",
"contact" : [
{
"name" : "HL7 International - Public Health Work Group",
"telecom" : [
{
"system" : "other",
"value" : "https://www.hl7.org/Special/committees/pher"
}
]
}
],
"description" : "BSeR Task Business Status code system",
"caseSensitive" : false,
"compositional" : false,
"versionNeeded" : false,
"content" : "complete",
"concept" : [
{
"code" : "2.0",
"display" : "Service Request Created"
},
{
"code" : "3.0",
"display" : "Service Request Accepted"
},
{
"code" : "4.0",
"display" : "Service Request Declined"
},
{
"code" : "5.4",
"display" : "Service Request Cancellation Requested"
},
{
"code" : "5.x",
"display" : "Service Request Fulfillment Initiated"
},
{
"code" : "6.0",
"display" : "Service Request Fulfillment Cancelled"
},
{
"code" : "7.0",
"display" : "Service Request Fulfillment Completed"
}
]
}