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

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-SDOHCC-QuestionnaireResponseHungerVitalSignExample.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 SDOHCC-QuestionnaireResponseHungerVitalSignExample

Language: en

Profile: SDC Questionnaire Response

LinkIDTextDefinitionAnswerdoco
.. SDOHCC-QuestionnaireResponseHungerVitalSignExampleQuestionnaire:SDOHCC Questionnaire Hunger Vital Sign
... /88122-7Within the past 12 months we worried whether our food would run out before we got money to buy moreLOINC: LA28397-0 (Often true)
... /88123-5Within the past 12 months the food we bought just didn't last and we didn't have money to get moreLOINC: LA28397-0 (Often true)
... /88124-3Food insecurity riskLOINC: LA19952-3 (At risk)

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "SDOHCC-QuestionnaireResponseHungerVitalSignExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://hl7.org/fhir/us/sdoh-clinicalcare/Questionnaire/SDOHCC-QuestionnaireHungerVitalSign",
  "_questionnaire": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/display",
        "valueString": "SDOHCC Questionnaire Hunger Vital Sign"
      }
    ]
  },
  "status": "completed",
  "subject": {
    "reference": "Patient/pat-53234",
    "display": "COLIN ABBAS"
  },
  "authored": "2020-09-10T21:56:54.671Z",
  "source": {
    "reference": "Patient/pat-53234",
    "display": "COLIN ABBAS"
  },
  "item": [
    {
      "linkId": "/88122-7",
      "text": "Within the past 12 months 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 12 months the food we bought just didn't last and we didn't have money to get more",
      "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"
          }
        }
      ]
    }
  ]
}