FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/business-status

Packagehl7.fhir.uv.cow
TypeValueSet
Idbusiness-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cow/https://build.fhir.org/ig/HL7/fhir-cow-ig/ValueSet-business-status.html
URLhttp://hl7.org/fhir/uv/cow/ValueSet/business-status
Version1.0.0-ballot
Statusactive
Date2025-05-15T14:09:21+00:00
NameBusinessStatus
TitleClinical Orders Workflow Business Status Codes
Realmuv
Authorityhl7
DescriptionThis value set is the full expansion of the COW Business Status code system.

Resources that use this resource

StructureDefinition
coordination-taskCoordination Task

Resources that this resource uses

CodeSystem
tempTemp Clinical Order Workflow Example Codes

Narrative

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

Generated Narrative: ValueSet business-status

  • Include these codes as defined in http://hl7.org/fhir/uv/cow/CodeSystem/temp
    CodeDisplayDefinition
    visit-scheduledThe patient is scheduled for the requested consultation or procedureThe patient visit that is the (partial) fulfillment of the request has been scheduled
    specimen-collectedThe required specimen has been collectedThe specimen required to fulfil the order has been collected.
    awaiting-interpretationThe observations for the requested consultation or procedure is awaiting interpretationThis code may be appropriate when the fulfillment of the request involves interpretation step that is shifted in time.
    preliminary-outcomeThe initial outcome of the request fulfillmentThis code may be appropriate when there are preliminary results or when more than one of the requested services need to be performed.
    awaiting-informationThe fulfiller needs more information in order to proceed with the fulfillment of the requestThis code may be appropriate when the fulfiller needs more information in order to accept the request, or in order to take the next step for a request which in progress.

Source

{
  "resourceType": "ValueSet",
  "id": "business-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/cow/ImplementationGuide/hl7.fhir.uv.cow"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/cow/ImplementationGuide/hl7.fhir.uv.cow"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/cow/ValueSet/business-status",
  "version": "1.0.0-ballot",
  "name": "BusinessStatus",
  "title": "Clinical Orders Workflow Business Status Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-05-15T14:09:21+00:00",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "name": "HL7 International / Orders and Observations",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        },
        {
          "system": "email",
          "value": "oo@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "This value set is the full expansion of the COW Business Status code system.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/cow/CodeSystem/temp",
        "concept": [
          {
            "code": "visit-scheduled"
          },
          {
            "code": "specimen-collected"
          },
          {
            "code": "awaiting-interpretation"
          },
          {
            "code": "preliminary-outcome"
          },
          {
            "code": "awaiting-information"
          }
        ]
      }
    ]
  }
}