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) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pl-actualEncounterStatus-VS"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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\">?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 \"unknown\" is a value of last resort and every attempt should be made to provide a meaningful value other than \"unknown\".</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-actualEncounterStatus-VS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.3"] ; #
fhir:name [ fhir:v "PLActualEncounterStatusVS"] ; #
fhir:title [ fhir:v "Status wizyty lub pobytu (Encounter)"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-10-10T13:21:20+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Poland"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Poland" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org.pl" ] ] )
] ) ; #
fhir:description [ fhir:v "Status wizyty lub pobytu, które już się odbyły"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PL" ] ;
fhir:display [ fhir:v "Poland" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/encounter-status"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "in-progress" ] ] [
fhir:code [ fhir:v "on-hold" ] ] [
fhir:code [ fhir:v "discharge" ] ] [
fhir:code [ fhir:v "completed" ] ] [
fhir:code [ fhir:v "discontinued" ] ] [
fhir:code [ fhir:v "entered-in-error" ] ] [
fhir:code [ fhir:v "unknown" ] ] ) ] )
] . #