http://hl7.org/fhir/questionnaire-answers-status|5.0.0

name
QuestionnaireResponseStatus
package
hl7.fhir.r5.core@5.0.0
content
complete
status
active
date
2021-01-04 23:01:24.0

Questionnaire Response Status

Lifecycle status of the questionnaire response.

{
  "description" : "Lifecycle status of the questionnaire response.",
  "compose" : null,
  "package" : "hl7.fhir.r5.core@5.0.0",
  "date" : "2021-01-04T23:01:24Z",
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2023-03-26T15:21:02.749+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "jurisdiction" : [ {
    "coding" : [ {
      "code" : "001",
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display" : "World"
    } ]
  } ],
  "content" : "complete",
  "name" : "QuestionnaireResponseStatus",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "Questionnaire Response Status",
  "supliment" : null,
  "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
  } ],
  "status" : "active",
  "id" : "0b5b8900-14ec-509c-994f-b948fda46ad3",
  "valueSet" : "http://hl7.org/fhir/ValueSet/questionnaire-answers-status",
  "url" : "http://hl7.org/fhir/questionnaire-answers-status",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.448",
    "system" : "urn:ietf:rfc:3986"
  }, {
    "use" : "old",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.441",
    "system" : "urn:ietf:rfc:3986"
  }, {
    "use" : "old",
    "value" : "urn:oid:2.16.840.1.113883.4.642.2.258",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "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. No subsequent changes can be made."
  } ],
  "caseSensitive" : true,
  "version" : "5.0.0",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}