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

FHIR IG Statistics: ValueSet/task-code

Packagehl7.fhir.uv.sdc.r4b
TypeValueSet
Idtask-code
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/ValueSet-task-code.html
URLhttp://hl7.org/fhir/uv/sdc/ValueSet/task-code
Version3.0.0
Statusdraft
Date2022-03-08T18:37:19+00:00
NameTaskCode
TitleSDC Task Code
Realmuv
Authorityhl7
DescriptionThe codes allowed for an SDC Task seeking completion of a Questionnaire

Resources that use this resource

StructureDefinition
sdc-taskTask Questionnaire
sdc-taskTask Questionnaire

Resources that this resource uses

CodeSystem
tempTemporary SDC Codes
tempTemporary SDC Codes

Narrative

Note: links and images are rebased to the (stated) source

This value set includes codes based on the following rules:

  • Include these codes as defined in http://hl7.org/fhir/uv/sdc/CodeSystem/temp
    CodeDisplayDefinition
    complete-questionnaireComplete QuestionnaireCode indicating a request to complete the a questionnaire - e.g. by Task or ServiceRequest
  • Include these codes as defined in http://hl7.org/fhir/CodeSystem/task-code
    CodeDisplayDefinition
    fulfillFulfill the focal requestAct to perform the actions defined in the focus request. This might result in a 'more assertive' request (order for a plan or proposal, filler order for a placer order), but is intend to eventually result in events. The degree of fulfillment requested might be limited by Task.restriction.

Source

{
  "resourceType": "ValueSet",
  "id": "task-code",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/uv/sdc/ValueSet/task-code",
  "version": "3.0.0",
  "name": "TaskCode",
  "title": "SDC Task Code",
  "status": "draft",
  "date": "2022-03-08T18:37:19+00:00",
  "publisher": "HL7 International - FHIR Infrastructure Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The codes allowed for an SDC Task seeking completion of a Questionnaire",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
        "concept": [
          {
            "code": "complete-questionnaire"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "concept": [
          {
            "code": "fulfill"
          }
        ]
      }
    ]
  }
}