This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Definition for Value SetQuestionnaireStatus
<ValueSet xmlns="http://hl7.org/fhir"> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2>QuestionnaireStatus</h2> <p>Lifecycle status of the questionnaire</p> <p>This value set defines its own terms in the system http://hl7.org/fhir/questionnaire-status</p> <table> <tr> <td> <b>Code</b> </td> <td> <b>Display</b> </td> <td> <b>Definition</b> </td> </tr> <tr> <td>draft <a name="draft"> </a> </td> <td>draft</td> <td>This Questionnaire is used as a template but the template is not ready for use or publication.</td> </tr> <tr> <td>published <a name="published"> </a> </td> <td>published</td> <td>This Questionnaire is used as a template, is published and ready for use.</td> </tr> <tr> <td>retired <a name="retired"> </a> </td> <td>retired</td> <td>This Questionnaire is used as a template but should no longer be used for new Questionnaires.</td> </tr> <tr> <td>in progress <a name="inprogress"> </a> </td> <td>in progress</td> <td>This Questionnaire has been filled out with answers, but changes or additions are still expected to be made to it.</td> </tr> <tr> <td>completed <a name="completed"> </a> </td> <td>complete</td> <td>This Questionnaire has been filled out with answers, and the current content is regarded as definitive.</td> </tr> <tr> <td>amended <a name="amended"> </a> </td> <td>amended</td> <td>This Questionnaire has been filled out with answers, then marked as complete, yet changes or additions have been made to it afterwards.</td> </tr> </table> </div> </text> <identifier value="http://hl7.org/fhir/vs/questionnaire-status"/> <name value="QuestionnaireStatus"/> <publisher value="HL7 (FHIR Project)"/> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> <description value="Lifecycle status of the questionnaire"/> <status value="draft"/> <date value="2014-09-30T18:09:16.975+10:00"/> <define> <system value="http://hl7.org/fhir/questionnaire-status"/> <caseSensitive value="true"/> <concept> <code value="draft"/> <display value="draft"/> <definition value="This Questionnaire is used as a template but the template is not ready for use or publication."/> </concept> <concept> <code value="published"/> <display value="published"/> <definition value="This Questionnaire is used as a template, is published and ready for use."/> </concept> <concept> <code value="retired"/> <display value="retired"/> <definition value="This Questionnaire is used as a template but should no longer be used for new Questionnaires."/> </concept> <concept> <code value="in progress"/> <display value="in progress"/> <definition value="This Questionnaire has been filled out with answers, but changes or additions are still expected to be made to it."/> </concept> <concept> <code value="completed"/> <display value="complete"/> <definition value="This Questionnaire has been filled out with answers, and the current content is regarded as definitive."/> </concept> <concept> <code value="amended"/> <display value="amended"/> <definition value="This Questionnaire has been filled out with answers, then marked as complete, yet changes or additions have been made to it afterwards."/> </concept> </define> </ValueSet>