SDOH Clinical Care
2.0.0 - STU 2 US

This page is part of the SDOH Clinical Care for Multiple Domains (v2.0.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: SDOHCC ValueSet Task Code - JSON Representation

Draft as of 2022-11-21

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "SDOHCC-ValueSetTaskCode",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2022-09-20T21:39:15.922+00:00",
    "source" : "#A5eUC9Lfee8fWQ1h"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html\"><code>http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html#SDOHCC-CodeSystemTemporaryCodes-make-contact\">make-contact</a></td><td>Make Contact</td><td>Designates 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 the reason for the contact may captured elsewhere</td></tr><tr><td><a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html#SDOHCC-CodeSystemTemporaryCodes-review-material\">review-material</a></td><td>Review Material</td><td>Designates 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 captured elsewhere.</td></tr><tr><td><a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html#SDOHCC-CodeSystemTemporaryCodes-general-information\">general-information</a></td><td>General Information</td><td>Designates 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.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-temp.html\"><code>http://hl7.org/fhir/uv/sdc/CodeSystem/temp</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-temp.html#temp-complete-questionnaire\">complete-questionnaire</a></td><td>Complete Questionnaire</td><td>Code indicating a request to complete the a questionnaire - e.g. by Task or ServiceRequest</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetTaskCode",
  "version" : "2.0.0",
  "name" : "SDOHCCValueSetTaskCode",
  "title" : "SDOHCC ValueSet Task Code",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-11-21T18:34:14+00:00",
  "publisher" : "HL7 International - Patient Care WG",
  "contact" : [
    {
      "name" : "HL7 International - Patient Care",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description" : "Codes for the general action a task involves.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "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"
          }
        ]
      }
    ]
  }
}