Polska specyfikacja bazowa HL7 FHIR (HL7 FHIR PL Base)
0.1.2 - 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.2 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 planowanej wizyty lub pobytu (Encounter) - JSON Representation

Draft as of 2025-09-17

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "pl-plannedEncounterStatus-VS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pl-plannedEncounterStatus-VS</b></p><a name=\"pl-plannedEncounterStatus-VS\"> </a><a name=\"hcpl-plannedEncounterStatus-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><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-planned\">planned</a></td><td style=\"color: #cccccc\">Planned</td><td>The Encounter has not yet started.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-encounter-status.html#encounter-status-cancelled\">cancelled</a></td><td style=\"color: #cccccc\">Cancelled</td><td>The Encounter has ended before it has begun.</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-plannedEncounterStatus-VS",
  "version" : "0.1.2",
  "name" : "PLPlannedEncounterStatusVS",
  "title" : "Status planowanej wizyty lub pobytu (Encounter)",
  "status" : "draft",
  "date" : "2025-09-17T13:42:46+00:00",
  "publisher" : "HL7 Poland",
  "contact" : [
    {
      "name" : "HL7 Poland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org.pl"
        }
      ]
    }
  ],
  "description" : "Status planowanej wizyty lub pobytu",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "PL",
          "display" : "Poland"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/encounter-status",
        "concept" : [
          {
            "code" : "planned"
          },
          {
            "code" : "cancelled"
          },
          {
            "code" : "entered-in-error"
          },
          {
            "code" : "unknown"
          }
        ]
      }
    ]
  }
}