FHIR IG analytics| Package | hl7.fhir.pl.base.r5 |
| Resource Type | ValueSet |
| Id | ValueSet-pl-plannedEncounterStatus-VS.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7-Poland/pl-fhir-base/ValueSet-pl-plannedEncounterStatus-VS.html |
| URL | http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-plannedEncounterStatus-VS |
| Version | 0.1.5 |
| Status | active |
| Date | 2026-01-28T12:35:49+00:00 |
| Name | PLPlannedEncounterStatusVS |
| Title | Status planowanej wizyty lub pobytu (Encounter) |
| Realm | pl |
| Authority | hl7 |
| Description | Status planowanej wizyty lub pobytu |
No resources found
| CodeSystem | |
| encounter-status | EncounterStatus |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet pl-plannedEncounterStatus-VS
http://hl7.org/fhir/encounter-status version 📦5.0.0| Code | Display | Definition |
| planned | Planned | The Encounter has not yet started. |
| cancelled | Cancelled | The Encounter has ended before it has begun. |
| 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-plannedEncounterStatus-VS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-plannedEncounterStatus-VS",
"version": "0.1.5",
"name": "PLPlannedEncounterStatusVS",
"title": "Status planowanej 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 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"
}
]
}
]
}
}