Polska specyfikacja bazowa HL7 FHIR (HL7 FHIR PL Base)
0.1.3 - ci-build Poland flag

Polska specyfikacja bazowa HL7 FHIR (HL7 FHIR PL Base), published by HL7 Poland. This guide is not an authorized publication; it is the continuous build for version 0.1.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-Poland/pl-fhir-base/ and changes regularly. See the Directory of published versions

: Status wizyty lub pobytu (Encounter) - JSON Representation

Active as of 2025-10-10

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "pl-actualEncounterStatus-VS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pl-actualEncounterStatus-VS</b></p><a name=\"pl-actualEncounterStatus-VS\"> </a><a name=\"hcpl-actualEncounterStatus-VS\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-encounter-status.html\"><code>http://hl7.org/fhir/encounter-status</code></a> version <span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\">&#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/R5/codesystem-encounter-status.html#encounter-status-in-progress\">in-progress</a></td><td style=\"color: #cccccc\">In Progress</td><td>The Encounter has begun and the patient is present / the practitioner and the patient are meeting.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-encounter-status.html#encounter-status-on-hold\">on-hold</a></td><td style=\"color: #cccccc\">On Hold</td><td>The Encounter has begun, but is currently on hold, e.g. because the patient is temporarily on leave.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-encounter-status.html#encounter-status-discharge\">discharge</a></td><td/><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-encounter-status.html#encounter-status-completed\">completed</a></td><td style=\"color: #cccccc\">Completed</td><td>The Encounter has ended.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-encounter-status.html#encounter-status-discontinued\">discontinued</a></td><td style=\"color: #cccccc\">Discontinued</td><td>The Encounter has started, but was not able to be completed. Further action may need to be performed, such as rescheduling appointments related to this encounter.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-encounter-status.html#encounter-status-entered-in-error\">entered-in-error</a></td><td style=\"color: #cccccc\">Entered in Error</td><td>This instance should not have been part of this patient's medical record.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-encounter-status.html#encounter-status-unknown\">unknown</a></td><td style=\"color: #cccccc\">Unknown</td><td>The encounter status is unknown. Note that &quot;unknown&quot; is a value of last resort and every attempt should be made to provide a meaningful value other than &quot;unknown&quot;.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-actualEncounterStatus-VS",
  "version" : "0.1.3",
  "name" : "PLActualEncounterStatusVS",
  "title" : "Status wizyty lub pobytu (Encounter)",
  "status" : "active",
  "date" : "2025-10-10T13:21:20+00:00",
  "publisher" : "HL7 Poland",
  "contact" : [
    {
      "name" : "HL7 Poland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org.pl"
        }
      ]
    }
  ],
  "description" : "Status wizyty lub pobytu, które już się odbyły",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "PL",
          "display" : "Poland"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/encounter-status",
        "concept" : [
          {
            "code" : "in-progress"
          },
          {
            "code" : "on-hold"
          },
          {
            "code" : "discharge"
          },
          {
            "code" : "completed"
          },
          {
            "code" : "discontinued"
          },
          {
            "code" : "entered-in-error"
          },
          {
            "code" : "unknown"
          }
        ]
      }
    ]
  }
}