This page is part of the Argonaut Questionnaire Implementation Guide (v1.0.0: Release) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions
JSON Format: QuestionnaireResponse-questionnaireresponse-example-housing
Download Raw json
{ "resourceType" : "QuestionnaireResponse", "id" : "questionnaireresponse-example-housing", "meta" : { "profile" : [ "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/argo-questionnaireresponse" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h3>Response Summary</h3>\n <strong>Questionnaire URL:</strong> http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-housing<br />\n <strong>Date Completed:</strong> 2019-02-13T00:35:59.723988Z<br />\n <hr /> <br /><strong>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.</strong><br /><br /> <strong>Question:</strong> (linkID=g1.1) What is your housing situation today?<br /><strong>Response:</strong> I have housing<br /><br /> <strong>Question:</strong> (linkID=g1.2) Think about the place you live. Do you have problems with any of the following? (check all that apply)<br /><strong>Response:</strong> None of the above<br /> <br /><br />\n </div>" }, "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" } ] } ] } ] }