FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-social-history-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse social-history-example
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:http://deep6.ai/Questionnaire-social-history | ||
![]() ![]() | Smoking History | Quit | |
![]() ![]() | Smoking Years | 3 | |
![]() ![]() | Smokeless Tobacco Use | Never | |
![]() ![]() | Smoking Comment | age 30's | |
![]() ![]() | Smoking Quit Date | 1980-06-11T00:00:00+00:00 | |
![]() ![]() | Packs Per Day | 0.25 packs per day (Details: NullFlavor codeOTH = 'other') | |
![]() ![]() | Recreational Drug Use Frequency | No | |
![]() ![]() | Alcohol History | Yes | |
![]() ![]() | Alcohol Amount Per Week | 2.4 fluid ounces (Details: UCUM code[foz_us] = '[foz_us]') | |
![]() ![]() | Alcohol Use Comment | infrequent | |
{
"resourceType": "QuestionnaireResponse",
"id": "social-history-example",
"meta": {
"profile": [
"http://deep6.ai/fhir/StructureDefinition/deep-6-ai-questionnaire-response-social-history-2.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "http://deep6.ai/Questionnaire-social-history",
"status": "completed",
"subject": {
"reference": "Patient/patient-example"
},
"authored": "2013-02-19T14:15:00-05:00",
"item": [
{
"linkId": "1.1",
"text": "Smoking History",
"answer": [
{
"valueString": "Quit"
}
]
},
{
"linkId": "1.2",
"text": "Smoking Years",
"answer": [
{
"valueString": "3"
}
]
},
{
"linkId": "1.3",
"text": "Smokeless Tobacco Use",
"answer": [
{
"valueString": "Never"
}
]
},
{
"linkId": "1.4",
"text": "Smoking Comment",
"answer": [
{
"valueString": "age 30's"
}
]
},
{
"linkId": "1.5",
"text": "Smoking Quit Date",
"answer": [
{
"valueDateTime": "1980-06-11T00:00:00+00:00"
}
]
},
{
"linkId": "1.6",
"text": "Packs Per Day",
"answer": [
{
"valueQuantity": {
"value": 0.25,
"unit": "packs per day",
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code": "OTH"
}
}
]
},
{
"linkId": "2.1",
"text": "Recreational Drug Use Frequency",
"answer": [
{
"valueString": "No"
}
]
},
{
"linkId": "3.1",
"text": "Alcohol History",
"answer": [
{
"valueString": "Yes"
}
]
},
{
"linkId": "3.2",
"text": "Alcohol Amount Per Week",
"answer": [
{
"valueQuantity": {
"value": 2.4,
"unit": "fluid ounces",
"system": "http://unitsofmeasure.org",
"code": "[foz_us]"
}
}
]
},
{
"linkId": "3.3",
"text": "Alcohol Use Comment",
"answer": [
{
"valueString": "infrequent"
}
]
}
]
}