FHIR IG analytics| Package | johnmoehrke.testexclusion.example |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-UsefulBunchOfCodesQuestionnaireResponse.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse UsefulBunchOfCodesQuestionnaireResponse
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Example Questionnaire using UsefulBunchOfCodesVS | ||
![]() ![]() | Example CodeSystem with a bunch of codes: code1 (Code 1) | ||
{
"resourceType": "QuestionnaireResponse",
"id": "UsefulBunchOfCodesQuestionnaireResponse",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "http://johnmoehrke.github.io/testexclusion/Questionnaire/UsefulBunchOfCodesQuestionnaire",
"status": "completed",
"item": [
{
"linkId": "1",
"answer": [
{
"valueCoding": {
"system": "http://johnmoehrke.github.io/testexclusion/CodeSystem/BunchOfCodesCS",
"code": "code1"
}
}
]
}
]
}