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

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-hunger-vital-sign-example.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: QuestionnaireResponse hunger-vital-sign-example

version: 10; Last updated: 2022-11-28 16:54:42+0000;

Information Source: #Sz7vloFQzLmNxe1e

Profile: Multiple Chronic Condition Care Plan Questionnaire Response

LinkIDTextDefinitionAnswerdoco
.. hunger-vital-sign-exampleQuestionnaire:Hunger Vital Sign [HVS]
... /88122-7Within the past 12Mo we worried whether our food would run out before we got money to buy moreLogical Observation Identifiers, Names and Codes (LOINC) LA28397-0: Often true
... /88123-5Within the past 12Mo the food we bought just didn't last and we didn't have money to get more [U.S. FSS]Logical Observation Identifiers, Names and Codes (LOINC) LA28397-0: Often true
... /88124-3Food insecurity riskLogical Observation Identifiers, Names and Codes (LOINC) LA19952-3: At risk

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "hunger-vital-sign-example",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Hunger Vital Sign [HVS] Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "'An example of an SDC QuestionnaireResponse that represents questions and selected answers from the Hunger Vital Sign Example questionnaire represented in LOINC (code 88122-7). The example is generated using the LHC-Forms SDC Questionnaire App.'"
      }
    ],
    "versionId": "10",
    "lastUpdated": "2022-11-28T16:54:42.582+00:00",
    "source": "#Sz7vloFQzLmNxe1e",
    "profile": [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCQuestionnaireResponse"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
      "valueReference": {
        "reference": "Goal/HPT-WNL"
      }
    }
  ],
  "questionnaire": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-hunger-vital-signs",
  "_questionnaire": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-extension-questionnaire-uri",
        "valueUri": "https://example.org/forms/hsv"
      }
    ]
  },
  "status": "completed",
  "subject": {
    "reference": "Patient/cc-pat-pnoelle"
  },
  "authored": "2020-09-10T21:56:54.671Z",
  "author": {
    "reference": "RelatedPerson/caregiver-of-noelle"
  },
  "item": [
    {
      "linkId": "/88122-7",
      "text": "Within the past 12Mo we worried whether our food would run out before we got money to buy more",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA28397-0",
            "display": "Often true"
          }
        }
      ]
    },
    {
      "linkId": "/88123-5",
      "text": "Within the past 12Mo the food we bought just didn't last and we didn't have money to get more [U.S. FSS]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA28397-0",
            "display": "Often true"
          }
        }
      ]
    },
    {
      "linkId": "/88124-3",
      "text": "Food insecurity risk",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA19952-3",
            "display": "At risk"
          }
        }
      ]
    }
  ]
}