FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.pl.base.r5
Resource TypeValueSet
IdValueSet-pl-plannedEncounterStatus-VS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7-Poland/pl-fhir-base/ValueSet-pl-plannedEncounterStatus-VS.html
URLhttp://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-plannedEncounterStatus-VS
Version0.1.5
Statusactive
Date2026-01-28T12:35:49+00:00
NamePLPlannedEncounterStatusVS
TitleStatus planowanej wizyty lub pobytu (Encounter)
Realmpl
Authorityhl7
DescriptionStatus planowanej wizyty lub pobytu

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
encounter-statusEncounterStatus

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet pl-plannedEncounterStatus-VS

  • Include these codes as defined in http://hl7.org/fhir/encounter-status version 📦5.0.0
    CodeDisplayDefinition
    plannedPlannedThe Encounter has not yet started.
    cancelledCancelledThe Encounter has ended before it has begun.
    entered-in-errorEntered in ErrorThis instance should not have been part of this patient's medical record.
    unknownUnknownThe 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".

Source1

{
  "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"
          }
        ]
      }
    ]
  }
}