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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeCodeSystem
IdCodeSystem-Workflow-Code.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "c535a372-bec0-4f8a-ae80-4e2bed546464",
  "url": "https://fhir.nhs.uk/CodeSystem/Workflow-Code",
  "version": "1.0.0",
  "name": "WorkflowCodes",
  "title": "Workflow Codes",
  "status": "active",
  "date": "2022-04-28",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "workflow codes for use with (sub-)Tasks",
  "copyright": "Copyright © 2022 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "APPOINTMENT_DEFERRAL",
      "display": "Appointment Deferral"
    },
    {
      "code": "TRIAGE_DEFERRAL",
      "display": "Triage Deferral"
    }
  ]
}