FHIR IG analytics| Package | hl7.fhir.pl.base.r5 |
| Resource Type | ValueSet |
| Id | ValueSet-pl-actualEncounterStatus-VS.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7-Poland/pl-fhir-base/ValueSet-pl-actualEncounterStatus-VS.html |
| URL | http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-actualEncounterStatus-VS |
| Version | 0.1.5 |
| Status | active |
| Date | 2026-01-28T12:35:49+00:00 |
| Name | PLActualEncounterStatusVS |
| Title | Status wizyty lub pobytu (Encounter) |
| Realm | pl |
| Authority | hl7 |
| Description | Status wizyty lub pobytu, które już się odbyły |
No resources found
| CodeSystem | |
| encounter-status | EncounterStatus |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet pl-actualEncounterStatus-VS
http://hl7.org/fhir/encounter-status version 📦5.0.0| Code | Display | Definition |
| in-progress | In Progress | The Encounter has begun and the patient is present / the practitioner and the patient are meeting. |
| on-hold | On Hold | The Encounter has begun, but is currently on hold, e.g. because the patient is temporarily on leave. |
| discharge | ||
| completed | Completed | The Encounter has ended. |
| discontinued | Discontinued | 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. |
| entered-in-error | Entered in Error | This instance should not have been part of this patient's medical record. |
| unknown | Unknown | 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". |
{
"resourceType": "ValueSet",
"id": "pl-actualEncounterStatus-VS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-actualEncounterStatus-VS",
"version": "0.1.5",
"name": "PLActualEncounterStatusVS",
"title": "Status wizyty lub pobytu (Encounter)",
"status": "active",
"date": "2026-01-28T12:35:49+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"
}
]
}
]
}
}