FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.sdc.r4
Resource TypeQuestionnaire
IdQuestionnaire-SDOHCC-QuestionnaireHungerVitalSign.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Questionnaire SDOHCC-QuestionnaireHungerVitalSign

Structure
LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. SDOHCCQuestionnaireHungerVitalSignExample Questionnaire that shows both definition-based population and StructureMap-based extractionQuestionnairehttp://hl7.org/fhir/uv/sdc/Questionnaire/SDOHCC-QuestionnaireHungerVitalSign#4.0.0-ballot
... /88122-7(I/We) worried whether (my/our) food would run out before (I/we) got money to buy more.0..1choiceOptions: 4 options
... /88123-5The food that (I/we) bought just didn't last, and (I/we) didn't have money to get more.0..1choiceOptions: 4 options
... /88124-3Food insecurity risk0..1choiceOptions: 2 options
.... /88124-3-helpAn answer of "often true" or "sometimes true" to either or both of the Hunger Vital Sign™ questions identifies a patient as at risk for food insecurity (FI).0..1display

doco Documentation for this format

Options Sets

Answer options for /88122-7

  • http://loinc.org#LA28397-0 ("Often true")
  • http://loinc.org#LA6729-3 ("Sometimes true")
  • http://loinc.org#LA28398-8 ("Never true")
  • http://loinc.org#LA15775-2 ("Don't know/refused")

Answer options for /88123-5

  • http://loinc.org#LA28397-0 ("Often true")
  • http://loinc.org#LA6729-3 ("Sometimes true")
  • http://loinc.org#LA28398-8 ("Never true")
  • http://loinc.org#LA15775-2 ("Don't know/refused")

Answer options for /88124-3

  • http://loinc.org#LA19952-3 ("At risk")
  • http://loinc.org#LA19983-8 ("No risk")

Source1

{
  "resourceType": "Questionnaire",
  "id": "SDOHCC-QuestionnaireHungerVitalSign",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-defn"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.versionAlgorithm[x]",
      "valueCoding": {
        "system": "http://hl7.org/fhir/version-algorithm",
        "code": "semver"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/variable",
      "valueExpression": {
        "name": "worriedAnsCode",
        "language": "text/fhirpath",
        "expression": "%resource.item.where(linkId='/88122-7').answer.value.code"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/variable",
      "valueExpression": {
        "name": "ranOutAnsCode",
        "language": "text/fhirpath",
        "expression": "%resource.item.where(linkId='/88123-5').answer.value.code"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/variable",
      "valueExpression": {
        "name": "riskCodes",
        "language": "text/fhirpath",
        "expression": "'LA28397-0'.combine('LA6729-3')"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/variable",
      "valueExpression": {
        "name": "riskStatus",
        "language": "text/fhirpath",
        "expression": "%riskCodes contains %worriedAnsCode or %riskCodes contains %ranOutAnsCode"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/variable",
      "valueExpression": {
        "name": "answeredEitherQ",
        "language": "text/fhirpath",
        "expression": "%worriedAnsCode.exists() or %ranOutAnsCode.exists()"
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-targetStructureMap",
      "valueCanonical": "http://hl7.org/fhir/uv/sdc/StructureMap/SDOHCCHungerVitalSignMap"
    }
  ],
  "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/SDOHCC-QuestionnaireHungerVitalSign",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.1"
    }
  ],
  "version": "4.0.0-ballot",
  "name": "SDOHCCQuestionnaireHungerVitalSign",
  "title": "SDOHCC Questionnaire Hunger Vital Sign",
  "status": "active",
  "subjectType": [
    "Patient"
  ],
  "date": "2024-12-17T01:55:34+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Example Questionnaire that shows both definition-based population and StructureMap-based extraction",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "Content is from the Hunger Vital Sign Survey with permission: © 2010 Dr. Erin Hager and Dr. Anna Quigg and the Children’s HealthWatch research team",
  "item": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/questionnaire-item-control",
                "code": "drop-down",
                "display": "Drop down"
              }
            ],
            "text": "Drop down"
          }
        }
      ],
      "linkId": "/88122-7",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "88122-7",
          "display": "Within the past 12 months we worried whether our food would run out before we got money to buy more [U.S. FSS]"
        }
      ],
      "text": "(I/We) worried whether (my/our) food would run out before (I/we) got money to buy more.",
      "type": "choice",
      "required": false,
      "answerOption": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA28397-0",
            "display": "Often true"
          }
        },
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6729-3",
            "display": "Sometimes true"
          }
        },
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA28398-8",
            "display": "Never true"
          }
        },
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA15775-2",
            "display": "Don't know/refused"
          }
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/questionnaire-item-control",
                "code": "drop-down",
                "display": "Drop down"
              }
            ],
            "text": "Drop down"
          }
        }
      ],
      "linkId": "/88123-5",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "88123-5",
          "display": "Within the past 12 months the food we bought just didn't last and we didn't have money to get more [U.S. FSS]"
        }
      ],
      "text": "The food that (I/we) bought just didn't last, and (I/we) didn't have money to get more.",
      "type": "choice",
      "required": false,
      "answerOption": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA28397-0",
            "display": "Often true"
          }
        },
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6729-3",
            "display": "Sometimes true"
          }
        },
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA28398-8",
            "display": "Never true"
          }
        },
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA15775-2",
            "display": "Don't know/refused"
          }
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/questionnaire-item-control",
                "code": "drop-down",
                "display": "Drop down"
              }
            ],
            "text": "Drop down"
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/variable",
          "valueExpression": {
            "name": "thisItem",
            "language": "text/fhirpath",
            "expression": "%questionnaire.item.where(linkId = '/88124-3')"
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/variable",
          "valueExpression": {
            "name": "atRiskCoding",
            "language": "text/fhirpath",
            "expression": "%thisItem.answerOption.value.where(code='LA19952-3')"
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/variable",
          "valueExpression": {
            "name": "noRiskCoding",
            "language": "text/fhirpath",
            "expression": "%thisItem.answerOption.value.where(code='LA19983-8')"
          }
        },
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression",
          "valueExpression": {
            "description": "risk determination",
            "language": "text/fhirpath",
            "expression": "iif(%answeredEitherQ, iif(%riskStatus, %atRiskCoding, %noRiskCoding), {})"
          }
        },
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression",
          "valueExpression": {
            "description": "risk determination",
            "language": "text/fhirpath",
            "expression": "iif(%answeredEitherQ, iif(%riskStatus, %atRiskCoding, %noRiskCoding), {})"
          }
        }
      ],
      "linkId": "/88124-3",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "88124-3",
          "display": "Food insecurity risk [HVS]"
        }
      ],
      "text": "Food insecurity risk",
      "type": "choice",
      "required": false,
      "answerOption": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA19952-3",
            "display": "At risk"
          }
        },
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA19983-8",
            "display": "No risk"
          }
        }
      ],
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "help",
                    "display": "Help-Button"
                  }
                ],
                "text": "Help-Button"
              }
            }
          ],
          "linkId": "/88124-3-help",
          "text": "An answer of \"often true\" or \"sometimes true\" to either or both of the Hunger Vital Sign™ questions identifies a patient as at risk for food insecurity (FI).",
          "type": "display"
        }
      ]
    }
  ]
}