FHIR IG analytics| Package | johnmoehrke.testexclusion.example |
| Resource Type | Questionnaire |
| Id | Questionnaire-UsefulBunchOfCodesQuestionnaire.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/JohnMoehrke/testExclusion/Questionnaire-UsefulBunchOfCodesQuestionnaire.html |
| URL | http://johnmoehrke.github.io/testexclusion/Questionnaire/UsefulBunchOfCodesQuestionnaire |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-06-29T13:01:28+00:00 |
| Name | UsefulBunchOfCodesQuestionnaire |
| Title | Example Questionnaire using UsefulBunchOfCodesVS |
| Realm | uv |
| Description | Example Questionnaire using UsefulBunchOfCodesVS for completeness sake. No actual use of this Questionnaire other than an example. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire UsefulBunchOfCodesQuestionnaire
| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | Example Questionnaire using UsefulBunchOfCodesVS for completeness sake. No actual use of this Questionnaire other than an example. | Questionnaire | http://johnmoehrke.github.io/testexclusion/Questionnaire/UsefulBunchOfCodesQuestionnaire#0.1.0 | |
![]() ![]() | Select a code | 1..1 | choice | Value Set: Example ValueSet including useful codes from BunchOfCodesCS |
{
"resourceType": "Questionnaire",
"id": "UsefulBunchOfCodesQuestionnaire",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://johnmoehrke.github.io/testexclusion/Questionnaire/UsefulBunchOfCodesQuestionnaire",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.999.67.67.67.6.7.35.1"
}
],
"version": "0.1.0",
"name": "UsefulBunchOfCodesQuestionnaire",
"title": "Example Questionnaire using UsefulBunchOfCodesVS",
"status": "active",
"date": "2026-06-29T13:01:28+00:00",
"publisher": "John Moehrke (himself)",
"contact": [
{
"name": "John Moehrke (himself)",
"telecom": [
{
"system": "url",
"value": "http://healthcaresecprivacy.blogspot.com"
},
{
"system": "email",
"value": "JohnMoehrke@gmail.com"
}
]
}
],
"description": "Example Questionnaire using UsefulBunchOfCodesVS for completeness sake. No actual use of this Questionnaire other than an example.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"item": [
{
"linkId": "1",
"text": "Select a code",
"type": "choice",
"required": true,
"answerValueSet": "http://johnmoehrke.github.io/testexclusion/ValueSet/UsefulBunchOfCodesVS"
}
]
}