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-actualEncounterStatus-VS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7-Poland/pl-fhir-base/ValueSet-pl-actualEncounterStatus-VS.html
URLhttp://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-actualEncounterStatus-VS
Version0.1.5
Statusactive
Date2026-01-28T12:35:49+00:00
NamePLActualEncounterStatusVS
TitleStatus wizyty lub pobytu (Encounter)
Realmpl
Authorityhl7
DescriptionStatus wizyty lub pobytu, które już się odbyły

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-actualEncounterStatus-VS

  • Include these codes as defined in http://hl7.org/fhir/encounter-status version 📦5.0.0
    CodeDisplayDefinition
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
    on-holdOn HoldThe Encounter has begun, but is currently on hold, e.g. because the patient is temporarily on leave.
    discharge
    completedCompletedThe Encounter has ended.
    discontinuedDiscontinuedThe 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-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-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"
          }
        ]
      }
    ]
  }
}