SDOH Clinical Care
2.1.0 - STU 2.1 United States of America flag

This page is part of the SDOH Clinical Care for Multiple Domains (v2.1.0: STU 2.1) 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 SDOH Questionnaire Category - JSON Representation

Draft as of 2023-07-27

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "SDOHCC-ValueSetSDOHQuestionnaireCategory",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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-risk-questionnaire\">risk-questionnaire</a></td><td>Risk Questionnaire</td><td>A type of questionnaire that evaluates SDOH-related risk(s).</td></tr><tr><td><a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html#SDOHCC-CodeSystemTemporaryCodes-feedback-questionnaire\">feedback-questionnaire</a></td><td>Feedback Questionnaire</td><td>A type of questionnaire that obtains feedback on a service that was offered or received.</td></tr><tr><td><a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html#SDOHCC-CodeSystemTemporaryCodes-application-questionnaire\">application-questionnaire</a></td><td>Application Questionnaire</td><td>A type of questionnaire that obtains information required on an application (e.g., for a social service program, insurance, benefits, etc.).</td></tr><tr><td><a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html#SDOHCC-CodeSystemTemporaryCodes-personal-characteristics-questionnaire\">personal-characteristics-questionnaire</a></td><td>Personal Characteristics Questionnaire</td><td>A type of questionnaire that obtains information about an individual's personal characteristics (e.g., sexual orientation, gender identity, etc.).</td></tr><tr><td><a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html#SDOHCC-CodeSystemTemporaryCodes-other-specify\">other-specify</a></td><td>Other Specify</td><td>The actual value is not a member of the set of permitted data values in the constrained value domain of a variable. Text should be used to further specify the value.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetSDOHQuestionnaireCategory",
  "version" : "2.1.0",
  "name" : "SDOHCCValueSetSDOHQuestionnaireCategory",
  "title" : "SDOHCC ValueSet SDOH Questionnaire Category",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-07-27T20:42:33+00:00",
  "publisher" : "HL7 International Patient Care WG",
  "contact" : [
    {
      "name" : "HL7 International Patient Care WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientcare"
        },
        {
          "system" : "email",
          "value" : "patientcare@lists.hl7.org"
        }
      ]
    }
  ],
  "description" : "Codes that represent categories of Social Determinants of Health (SDOH) questionnaires.",
  "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" : "risk-questionnaire",
            "display" : "Risk Questionnaire"
          },
          {
            "code" : "feedback-questionnaire",
            "display" : "Feedback Questionnaire"
          },
          {
            "code" : "application-questionnaire",
            "display" : "Application Questionnaire"
          },
          {
            "code" : "personal-characteristics-questionnaire",
            "display" : "Personal Characteristics Questionnaire"
          },
          {
            "code" : "other-specify",
            "display" : "Other Specify"
          }
        ]
      }
    ]
  }
}