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

FHIR IG Statistics: ValueSet/ce41138f-5921-4e7d-98b9-acc90bc4edbf

Packageuk.nhsdigital.r4.test
Resource TypeValueSet
Idce41138f-5921-4e7d-98b9-acc90bc4edbf
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/ValueSet/NHSDigital-workflow-code
URLhttps://fhir.nhs.uk/ValueSet/NHSDigital-workflow-code
Version0.0.4
Statusdraft
Date2022-03-01T06:00:00+00:00
NameNHSDigitalWorkflowCode
TitleNHSDigital Workflow Code
Authorityhl7
DescriptioneRS specific codes indicating the type of action that is expected to be performed

Resources that use this resource

StructureDefinition
NHSDigital-TaskNHS Digital Task

Resources that this resource uses

CodeSystem
Workflow-CodeWorkflow Codes

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ce41138f-5921-4e7d-98b9-acc90bc4edbf",
  "url": "https://fhir.nhs.uk/ValueSet/NHSDigital-workflow-code",
  "version": "0.0.4",
  "name": "NHSDigitalWorkflowCode",
  "title": "NHSDigital Workflow Code",
  "status": "draft",
  "date": "2022-03-01T06:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "eRS specific codes indicating the type of action that is expected to be performed",
  "compose": {
    "include": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/Workflow-Code",
        "concept": [
          {
            "code": "APPOINTMENT_DEFERRAL",
            "display": "Appointment Deferral"
          },
          {
            "code": "TRIAGE_DEFERRAL",
            "display": "Triage Deferral"
          }
        ]
      }
    ]
  }
}