BfArM Digitale Anwendungen
3.1.0-TEST - draft

BfArM Digitale Anwendungen - Local Development build (v3.1.0-TEST) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HealthAppQuestionnaireResponseStatus - JSON Representation

Active as of 2026-05-30

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "HealthAppQuestionnaireResponseStatus",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet HealthAppQuestionnaireResponseStatus</b></p><a name=\"HealthAppQuestionnaireResponseStatus\"> </a><a name=\"hcHealthAppQuestionnaireResponseStatus\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/uv/hl7.fhir.uv.xver-r5.r4/0.1.0/CodeSystem-questionnaire-answers-status.html\"><code>http://hl7.org/fhir/questionnaire-answers-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> version &#x1F4E6;5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/hl7.fhir.uv.xver-r5.r4/0.1.0/CodeSystem-questionnaire-answers-status.html#questionnaire-answers-status-completed\">completed</a></td><td style=\"color: #cccccc\">Completed</td><td>This QuestionnaireResponse has been filled out with answers and the current content is regarded as definitive.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.bfarm.de/ValueSet/HealthAppQuestionnaireResponseStatus",
  "version" : "3.1.0-TEST",
  "name" : "HealthAppQuestionnaireResponseStatusVs",
  "title" : "HealthAppQuestionnaireResponseStatus",
  "status" : "active",
  "date" : "2026-05-30T08:09:28+02:00",
  "publisher" : "BfArM",
  "contact" : [
    {
      "name" : "BfArM",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.bfarm.de"
        }
      ]
    }
  ],
  "description" : "ValueSet for the status of a HealthApp questionnaire response. Restricts QuestionnaireResponseStatus to only completed.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/questionnaire-answers-status",
        "concept" : [
          {
            "code" : "completed"
          }
        ]
      }
    ]
  }
}