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

FHIR IG Statistics: ValueSet/SDOHCC-ValueSetTaskCode

Packagehl7.fhir.us.sdoh-clinicalcare
TypeValueSet
IdSDOHCC-ValueSetTaskCode
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/sdoh-clinicalcare/https://build.fhir.org/ig/HL7/fhir-sdoh-clinicalcare/ValueSet-SDOHCC-ValueSetTaskCode.html
URLhttp://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetTaskCode
Version2.3.0
Statusactive
Date2025-05-15T12:39:20+00:00
NameSDOHCCValueSetTaskCode
TitleSDOHCC ValueSet Task Code
Realmus
Authorityhl7
DescriptionCodes for the general action a task involves.

Resources that use this resource

StructureDefinition
SDOHCC-TaskForPatientSDOHCC Task For Patient

Resources that this resource uses

CodeSystem
SDOHCC-CodeSystemTemporaryCodesSDOHCC CodeSystem Temporary Codes
tempTemporary SDC Codes
tempTemporary SDC Codes

Narrative

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

Generated Narrative: ValueSet SDOHCC-ValueSetTaskCode

This value set includes codes based on the following rules:

  • Include these codes as defined in http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes
    CodeDisplayDefinition
    make-contactMake ContactDesignates that the action performed is to make contact (e.g., schedule an appointment, call for results, etc.) with a designated entity (e.g., a healthcare provider, social program, etc.). Details about the reason for the contact may captured elsewhere
    review-materialReview MaterialDesignates that the action performed is to review material (e.g., attached instructions). Details about the type of material to be reviewed, the reason for reviewing the material, etc. may be captured elsewhere.
    general-informationGeneral InformationDesignates that information with respect to an action to be performed 1) will be captured in Task.description in text form AND 2) has no computable expectation AND 3) any resulting response will be captured in Task.Output.GeneralInformationResponse.value as markdown.
  • 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

Source

{
  "resourceType": "ValueSet",
  "id": "SDOHCC-ValueSetTaskCode",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/sdoh-clinicalcare/ImplementationGuide/hl7.fhir.us.sdoh-clinicalcare"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/sdoh-clinicalcare/ImplementationGuide/hl7.fhir.us.sdoh-clinicalcare"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetTaskCode",
  "version": "2.3.0",
  "name": "SDOHCCValueSetTaskCode",
  "title": "SDOHCC ValueSet Task Code",
  "status": "active",
  "experimental": false,
  "date": "2025-05-15T12:39:20+00:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "name": "HL7 International / Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        },
        {
          "system": "email",
          "value": "patientcare@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Codes for the general action a task involves.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
        "concept": [
          {
            "code": "make-contact",
            "display": "Make Contact"
          },
          {
            "code": "review-material",
            "display": "Review Material"
          },
          {
            "code": "general-information",
            "display": "General Information"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
        "concept": [
          {
            "code": "complete-questionnaire",
            "display": "Complete Questionnaire"
          }
        ]
      }
    ]
  }
}