FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejohnmoehrke.testexclusion.example
Resource TypeQuestionnaire
IdQuestionnaire-UsefulBunchOfCodesQuestionnaire.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/JohnMoehrke/testExclusion/Questionnaire-UsefulBunchOfCodesQuestionnaire.html
URLhttp://johnmoehrke.github.io/testexclusion/Questionnaire/UsefulBunchOfCodesQuestionnaire
Version0.1.0
Statusactive
Date2026-06-29T13:01:28+00:00
NameUsefulBunchOfCodesQuestionnaire
TitleExample Questionnaire using UsefulBunchOfCodesVS
Realmuv
DescriptionExample Questionnaire using UsefulBunchOfCodesVS for completeness sake. No actual use of this Questionnaire other than an example.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Questionnaire UsefulBunchOfCodesQuestionnaire

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. UsefulBunchOfCodesQuestionnaireExample Questionnaire using UsefulBunchOfCodesVS for completeness sake. No actual use of this Questionnaire other than an example.Questionnairehttp://johnmoehrke.github.io/testexclusion/Questionnaire/UsefulBunchOfCodesQuestionnaire#0.1.0
... 1Select a code1..1choiceValue Set: Example ValueSet including useful codes from BunchOfCodesCS

doco Documentation for this format

Source1

{
  "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"
    }
  ]
}