Dokumentacja Integracyjna SMPL
25.0.0 - STU1 Poland flag

: QuestionnaireResponseStatus - JSON Representation

Active as of 2024-09-17

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "PLSMPLQuestionnaireResponseStatus",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet PLSMPLQuestionnaireResponseStatus</b></p><a name=\"PLSMPLQuestionnaireResponseStatus\"> </a><a name=\"hcPLSMPLQuestionnaireResponseStatus\"> </a><a name=\"PLSMPLQuestionnaireResponseStatus-pl-PL\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-answers-status.html\"><code>http://hl7.org/fhir/questionnaire-answers-status</code></a><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/R4/codesystem-questionnaire-answers-status.html#questionnaire-answers-status-in-progress\">in-progress</a></td><td>In Progress</td><td>This QuestionnaireResponse has been partially filled out with answers but changes or additions are still expected to be made to it.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-answers-status.html#questionnaire-answers-status-completed\">completed</a></td><td>Completed</td><td>This QuestionnaireResponse has been filled out with answers and the current content is regarded as definitive.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-questionnaire-answers-status.html#questionnaire-answers-status-stopped\">stopped</a></td><td>Stopped</td><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></tr></table></li></ul></div>"
  },
  "url" : "https://ezdrowie.gov.pl/fhir/ValueSet/PLSMPLQuestionnaireResponseStatus",
  "version" : "25.0.0",
  "name" : "PLSMPLQuestionnaireResponseStatus",
  "title" : "QuestionnaireResponseStatus",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-17T15:37:37+02:00",
  "publisher" : "CeZ",
  "contact" : [
    {
      "name" : "CeZ",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ezdrowie.gov.pl"
        }
      ]
    }
  ],
  "description" : "Słownik statusów formularzy",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "PL",
          "display" : "Poland"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/questionnaire-answers-status",
        "concept" : [
          {
            "code" : "in-progress",
            "display" : "In Progress"
          },
          {
            "code" : "completed",
            "display" : "Completed"
          },
          {
            "code" : "stopped",
            "display" : "Stopped"
          }
        ]
      }
    ]
  }
}