fhir-react
Version:
React component library for displaying FHIR Resources
123 lines • 3.15 kB
JSON
{
"resourceType": "QuestionnaireResponse",
"id": "f201",
"text": {
"status": "generated",
"div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>status</b>: completed</p><p><b>subject</b>: <a>Roel</a></p><p><b>author</b>: <a>Practitioner/f201</a></p><p><b>authored</b>: 18/06/2013 12:00:00 AM</p><p><b>source</b>: <a>Practitioner/f201</a></p><blockquote><p><b>group</b></p><p><b>linkId</b>: root</p><h3>Groups</h3><table><tr><td>-</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr></table></blockquote></div>"
},
"status": "completed",
"subject": {
"fhir_comments": [
" Fictive, only the below answers are non-fictive "
],
"reference": "Patient/f201",
"display": "Roel"
},
"author": {
"reference": "Practitioner/f201"
},
"authored": "2013-06-18T00:00:00+01:00",
"source": {
"reference": "Practitioner/f201"
},
"group": {
"linkId": "root",
"group": [
{
"linkId": "1",
"question": [
{
"linkId": "1.1",
"_linkId": {
"fhir_comments": [
" Seperate answer "
]
},
"text": "Do you have allergies?",
"answer": [
{
"valueString": "I am allergic to house dust"
}
]
}
]
},
{
"linkId": "2",
"_linkId": {
"fhir_comments": [
" Answers to general questions "
]
},
"title": "General questions",
"question": [
{
"linkId": "2.1",
"text": "What is your gender?",
"answer": [
{
"valueString": "Male"
}
]
},
{
"linkId": "2.2",
"text": "What is your date of birth?",
"answer": [
{
"valueDate": "1960-03-13"
}
]
},
{
"linkId": "2.3",
"text": "What is your country of birth?",
"answer": [
{
"valueString": "The Netherlands"
}
]
},
{
"linkId": "2.4",
"text": "What is your marital status?",
"answer": [
{
"valueString": "married"
}
]
}
]
},
{
"linkId": "3",
"_linkId": {
"fhir_comments": [
" Answers to intoxications "
]
},
"title": "Intoxications",
"question": [
{
"linkId": "3.1",
"text": "Do you smoke?",
"answer": [
{
"valueString": "No"
}
]
},
{
"linkId": "3.2",
"text": "Do you drink alchohol?",
"answer": [
{
"valueString": "No, but I used to drink"
}
]
}
]
}
]
}
}