FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.bser.r4
Resource TypeCodeSystem
IdCodeSystem-TaskBusinessStatusCS.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS defines the following codes:

CodeDisplay
2.0 Service Request Created
3.0 Service Request Accepted
4.0 Service Request Declined
5.2 Service Request Cancellation Requested
5.1.1 Serivce Request Event Scheduled
6.0 Service Request Fulfillment Cancelled
7.0 Service Request Fulfillment Completed
5.1.2 Scheduled Service Request Event Unattended
5.1.3 Scheduled Service Request Event Cancelled
5.1.4 Service Request Event Completed

Source1

{
  "resourceType": "CodeSystem",
  "id": "TaskBusinessStatusCS",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2023-05-07T20:55:42.968Z"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS",
  "version": "2.0.0-ballot",
  "name": "TaskBusinessStatusCS",
  "title": "Task Business Status Code System",
  "status": "active",
  "experimental": false,
  "date": "2023-07-31T02:26:57+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": "Serivce 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"
    }
  ]
}