This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
General questionnaire example
{ "resourceType": "Questionnaire", "id": "3141", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <pre>\n Comorbidity? YES\n Cardial Comorbidity? YES\n Angina? YES\n MI? NO\n Vascular Comorbidity?\n (no answers)\n ...\n Histopathology\n Abdominal\n pT category: 1a\n ...\n </pre>\n </div>" }, "url": "http://hl7.org/fhir/Questionnaire/3141", "status": "draft", "date": "2012-01", "title": "Cancer Quality Forum Questionnaire 2012", "subjectType": [ "Patient" ], "item": [ { "linkId": "1", "concept": [ { "system": "http://example.org/system/code/sections", "code": "COMORBIDITY" } ], "type": "group", "item": [ { "linkId": "1.1", "concept": [ { "system": "http://example.org/system/code/questions", "code": "COMORB" } ], "type": "choice", "options": { "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" }, "item": [ { "linkId": "1.1.1", "concept": [ { "system": "http://example.org/system/code/sections", "code": "CARDIAL" } ], "type": "group", "item": [ { "linkId": "1.1.1.1", "concept": [ { "system": "http://example.org/system/code/questions", "code": "COMORBCAR" } ], "type": "choice", "options": { "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" } }, { "linkId": "1.1.1.2", "concept": [ { "system": "http://example.org/system/code/questions", "code": "COMCAR00", "display": "Angina Pectoris" }, { "system": "http://snomed.info/sct", "code": "194828000", "display": "Angina (disorder)" } ], "type": "choice", "options": { "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" } }, { "linkId": "1.1.1.3", "concept": [ { "system": "http://snomed.info/sct", "code": "22298006", "display": "Myocardial infarction (disorder)" } ], "type": "choice", "options": { "reference": "http://hl7.org/fhir/ValueSet/yesnodontknow" } } ] } ] } ] }, { "linkId": "2", "concept": [ { "system": "http://example.org/system/code/sections", "code": "HISTOPATHOLOGY" } ], "type": "group", "item": [ { "linkId": "2.1", "concept": [ { "system": "http://example.org/system/code/sections", "code": "ABDOMINAL" } ], "type": "group", "item": [ { "linkId": "2.1.2", "concept": [ { "system": "http://example.org/system/code/questions", "code": "STADPT", "display": "pT category" } ], "type": "choice" } ] } ] } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.