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

FHIR IG Statistics: ValueSet/4fea62fc-5110-48c1-9ae2-98a5295bb040

Packageuk.nhsdigital.r4.test
Resource TypeValueSet
Id4fea62fc-5110-48c1-9ae2-98a5295bb040
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/ValueSet/DM-task-code
URLhttps://fhir.nhs.uk/ValueSet/DM-task-code
Version1.0.3
Statusdraft
NameTaskCode
DescriptionTask Code

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "4fea62fc-5110-48c1-9ae2-98a5295bb040",
  "url": "https://fhir.nhs.uk/ValueSet/DM-task-code",
  "version": "1.0.3",
  "name": "TaskCode",
  "status": "draft",
  "description": "Task Code",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "version": "4.0.1"
      }
    ]
  },
  "expansion": {
    "timestamp": "2021-04-13T12:00:00+00:00",
    "contains": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "replace",
        "display": "Replace the focal resource with the input resource"
      },
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "change",
        "display": "Change the focal resource"
      },
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "suspend",
        "display": "Suspend the focal resource"
      },
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "approve",
        "display": "Activate/approve the focal resource"
      },
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "abort",
        "display": "Mark the focal resource as no longer active"
      },
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "fulfill",
        "display": "Fulfill the focal request"
      },
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "resume",
        "display": "Re-activate the focal resource"
      }
    ]
  }
}