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

FHIR IG analytics

Packagede.fhir.terminologie-basis
Resource TypeValueSet
IdValueSet-EncounterStatusDe.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7germany/terminologie-basis-de/ValueSet-EncounterStatusDe.html
URLhttp://fhir.de/ValueSet/EncounterStatusDe
Version1.0.0-alpha1
Statusactive
Date2025-11-19T17:18:12+00:00
NameEncounterStatusDe
TitleEncounter Status ValueSet
Authorityhl7
DescriptionEinschränkung von Encounter Status in Vorbereitung auf Änderungen in FHIR R5

Resources that use this resource

StructureDefinition
ISiKKontaktGesundheitseinrichtungISiKKontaktGesundheitseinrichtung
KontaktGesundheitseinrichtungMII PR Fall Kontakt mit einer Gesundheitseinrichtung
ISiKKontaktGesundheitseinrichtungISiKKontaktGesundheitseinrichtung
KBV_PR_Base_EncounterKBV_PR_Base_Encounter
ISiKKontaktGesundheitseinrichtungISiKKontaktGesundheitseinrichtung
EncounterKontakt

Resources that this resource uses

CodeSystem
encounter-statusEncounterStatus

Narrative

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

Generated Narrative: ValueSet EncounterStatusDe

  • Include these codes as defined in http://hl7.org/fhir/encounter-status version 📦4.0.1
    CodeDisplayDefinition
    plannedPlannedThe Encounter has not yet started.
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
    onleaveOn LeaveThe Encounter has begun, but the patient is temporarily on leave.
    finishedFinishedThe Encounter has ended.
    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": "EncounterStatusDe",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.de/ValueSet/EncounterStatusDe",
  "version": "1.0.0-alpha1",
  "name": "EncounterStatusDe",
  "title": "Encounter Status ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2025-11-19T17:18:12+00:00",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
  "contact": [
    {
      "name": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.de/technische-komitees/terminologien/"
        }
      ]
    }
  ],
  "description": "Einschränkung von Encounter Status in Vorbereitung auf Änderungen in FHIR R5",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "planned",
            "display": "Planned"
          },
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "onleave",
            "display": "On Leave"
          },
          {
            "code": "finished",
            "display": "Finished"
          },
          {
            "code": "cancelled",
            "display": "Cancelled"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}