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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeValueSet
IdValueSet-NHSDigital-task-code.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.18.12-prerelease&canonical=https://fhir.nhs.uk/ValueSet/NHSDigital-task-code
URLhttps://fhir.nhs.uk/ValueSet/NHSDigital-task-code
Version0.0.4
Statusdraft
Date2022-03-01T06:00:00+00:00
NameNHSDigitalTaskCode
TitleNHSDigital Task Code
Authorityhl7
DescriptionCodes indicating the type of action that is expected to be performed on the focus resource.

Resources that use this resource

StructureDefinition
NHSDigital-TaskNHS Digital Task

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "a6876ad9-6ac5-431a-980d-b093a07e84d6",
  "url": "https://fhir.nhs.uk/ValueSet/NHSDigital-task-code",
  "version": "0.0.4",
  "name": "NHSDigitalTaskCode",
  "title": "NHSDigital Task 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": "Codes indicating the type of action that is expected to be performed on the focus resource.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "concept": [
          {
            "code": "fulfill",
            "display": "Fulfill the focal request"
          },
          {
            "code": "abort",
            "display": "Mark the focal resource as no longer active"
          }
        ]
      }
    ]
  }
}