FHIR IG analytics| Package | uk.nhsdigital.r4 |
| Resource Type | ValueSet |
| Id | ValueSet-NHSDigital-task-code.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}
]
}
}