FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | QuestionnaireResponse |
| Id | UKCore-QuestionnaireResponse-FitnessForWork-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "QuestionnaireResponse",
"id": "UKCore-QuestionnaireResponse-FitnessForWork-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "https://example.com/base/Questionnaire/UKCore-Questionnaire-FitnessForWork-Example",
"status": "completed",
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"encounter": {
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
},
"authored": "2023-11-13T16:00:00+00:00",
"author": {
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"source": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"item": [
{
"linkId": "Q1",
"text": "Assessment Date",
"answer": [
{
"valueDate": "2023-11-13"
}
]
},
{
"linkId": "Q2",
"text": "Condition(s)",
"item": [
{
"linkId": "Q2g",
"text": "Condition (Coded)",
"answer": [
{
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "203082005",
"display": "Fibromyalgia"
}
}
]
}
]
},
{
"linkId": "Q3",
"text": "I find you",
"answer": [
{
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "225891002",
"display": "Fit for work with restrictions"
}
}
]
}
]
}