{
  "resourceType" : "CodeSystem",
  "id" : "questionnaire-answers-status",
  "meta" : {
    "lastUpdated" : "2022-05-28T13:47:40.239+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      <h2>QuestionnaireResponseStatus</h2>\n      \n      <div>\n        \n        <p>Lifecycle status of the questionnaire response.</p>\n\n      \n      </div>\n      \n      <p>This code system http://hl7.org/fhir/questionnaire-answers-status defines the following codes:</p>\n      \n      <table class=\"codes\">\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">\n            \n            <b>Code</b>\n          \n          </td>\n          \n          <td>\n            \n            <b>Display</b>\n          \n          </td>\n          \n          <td>\n            \n            <b>Definition</b>\n          \n          </td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">in-progress\n            \n            <a name=\"questionnaire-answers-status-in-progress\"> </a>\n          \n          </td>\n          \n          <td>In Progress</td>\n          \n          <td>This QuestionnaireResponse has been partially filled out with answers but changes or additions are still expected to be made to it.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">completed\n            \n            <a name=\"questionnaire-answers-status-completed\"> </a>\n          \n          </td>\n          \n          <td>Completed</td>\n          \n          <td>This QuestionnaireResponse has been filled out with answers and the current content is regarded as definitive.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">amended\n            \n            <a name=\"questionnaire-answers-status-amended\"> </a>\n          \n          </td>\n          \n          <td>Amended</td>\n          \n          <td>This QuestionnaireResponse has been filled out with answers, then marked as complete, yet changes or additions have been made to it afterwards.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">entered-in-error\n            \n            <a name=\"questionnaire-answers-status-entered-in-error\"> </a>\n          \n          </td>\n          \n          <td>Entered in Error</td>\n          \n          <td>This QuestionnaireResponse was entered in error and voided.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">stopped\n            \n            <a name=\"questionnaire-answers-status-stopped\"> </a>\n          \n          </td>\n          \n          <td>Stopped</td>\n          \n          <td>This QuestionnaireResponse has been partially filled out with answers but has been abandoned. It is unknown whether changes or additions are expected to be made to it.</td>\n        \n        </tr>\n      \n      </table>\n    \n    </div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  }],
  "url" : "http://hl7.org/fhir/questionnaire-answers-status",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.448"
  }],
  "version" : "4.3.0",
  "name" : "QuestionnaireResponseStatus",
  "title" : "QuestionnaireResponseStatus",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-17T07:06:13+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "Lifecycle status of the questionnaire response.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/questionnaire-answers-status",
  "content" : "complete",
  "concept" : [{
    "code" : "in-progress",
    "display" : "In Progress",
    "definition" : "This QuestionnaireResponse has been partially filled out with answers but changes or additions are still expected to be made to it."
  },
  {
    "code" : "completed",
    "display" : "Completed",
    "definition" : "This QuestionnaireResponse has been filled out with answers and the current content is regarded as definitive."
  },
  {
    "code" : "amended",
    "display" : "Amended",
    "definition" : "This QuestionnaireResponse has been filled out with answers, then marked as complete, yet changes or additions have been made to it afterwards."
  },
  {
    "code" : "entered-in-error",
    "display" : "Entered in Error",
    "definition" : "This QuestionnaireResponse was entered in error and voided."
  },
  {
    "code" : "stopped",
    "display" : "Stopped",
    "definition" : "This QuestionnaireResponse has been partially filled out with answers but has been abandoned. It is unknown whether changes or additions are expected to be made to it."
  }]
}