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

FHIR IG analytics

Packagefhir.argonaut.questionnaire
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-questionnaireresponse-example-housing.json
FHIR VersionR3

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

Response Summary

Questionnaire URL: http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-housing
Date Completed: 2019-02-13T00:35:59.723988Z


Accountable Health Communities Core Health-Related Social Needs Screening Questions Underlined answer options indicate positive responses for the associated health-related social need. A value greater than 10 when the numerical values for answers to questions 7-10 are summed indicates a positive screen for interpersonal safety.

Question: (linkID=g1.1) What is your housing situation today?
Response: I have housing

Question: (linkID=g1.2) Think about the place you live. Do you have problems with any of the following? (check all that apply)
Response: None of the above



Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "questionnaireresponse-example-housing",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/argo-questionnaireresponse"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/extension-responsePeriod",
      "valuePeriod": {
        "start": "2019-02-13T00:35:52.916382Z",
        "end": "2019-02-13T00:35:59.723988Z"
      }
    }
  ],
  "identifier": {
    "value": "questionnaireresponse-example-housing"
  },
  "questionnaire": {
    "reference": "http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-housing"
  },
  "status": "completed",
  "subject": {
    "reference": "Patient/subject1"
  },
  "context": {
    "reference": "Encounter/encounter1"
  },
  "authored": "2019-02-13T00:35:59.723988Z",
  "author": {
    "reference": "Practitioner/prov-admin1"
  },
  "source": {
    "reference": "Patient/subject1"
  },
  "item": [
    {
      "linkId": "g1",
      "item": [
        {
          "linkId": "g1.d",
          "text": "Accountable Health Communities Core Health-Related Social Needs Screening Questions \nUnderlined answer options indicate positive responses for the associated health-related social need. \nA value greater than 10 when the numerical values for answers to questions 7-10 are summed indicates a positive screen for interpersonal safety."
        },
        {
          "linkId": "g1.1",
          "text": "What is your housing situation today?",
          "answer": [
            {
              "valueString": "I have housing"
            }
          ]
        },
        {
          "linkId": "g1.2",
          "text": "Think about the place you live. Do you have problems with any of the following? (check all that apply)",
          "answer": [
            {
              "valueString": "None of the above"
            }
          ]
        }
      ]
    }
  ]
}