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

FHIR IG analytics

Packagede.fhir.terminologie-basis
Resource TypeValueSet
IdValueSet-EncounterClassDE.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7germany/terminologie-basis-de/ValueSet-EncounterClassDE.html
URLhttp://fhir.de/ValueSet/EncounterClassDE
Version1.0.0-alpha1
Statusactive
Date2025-11-19T17:18:12+00:00
NameEncounterClassDE
TitleEncounterClassDE
Authorityhl7
DescriptionFallarten und Patientenstatus zur Codierung von Encounter.class

Resources that use this resource

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

Resources that this resource uses

CodeSystem
v3-ActCodeActCode

Narrative

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

Generated Narrative: ValueSet EncounterClassDE

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode version 📦9.0.0
    CodeDisplayDefinition
    AMBambulatoryA comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter.
    IMPinpatient encounterA patient encounter where a patient is admitted by a hospital or equivalent facility, assigned to a location where patients generally stay at least overnight and provided with room, board, and continuous nursing service.
    PRENCpre-admissionA patient encounter where patient is scheduled or planned to receive service delivery in the future, and the patient is given a pre-admission account number. When the patient comes back for subsequent service, the pre-admission encounter is selected and is encapsulated into the service registration, and a new account number is generated.

    *Usage Note:* This is intended to be used in advance of encounter types such as ambulatory, inpatient encounter, virtual, etc.
    VRvirtualA patient encounter where the patient and the practitioner(s) are not in the same physical location. Examples include telephone conference, email exchange, robotic surgery, and televideo conference.
    SSshort stayAn encounter where the patient is admitted to a health care facility for a predetermined length of time, usually less than 24 hours.
    HHhome healthHealthcare encounter that takes place in the residence of the patient or a designee

Source1

{
  "resourceType": "ValueSet",
  "id": "EncounterClassDE",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.de/ValueSet/EncounterClassDE",
  "version": "1.0.0-alpha1",
  "name": "EncounterClassDE",
  "title": "EncounterClassDE",
  "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": "Fallarten und Patientenstatus zur Codierung von Encounter.class",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "AMB",
            "display": "ambulatory"
          },
          {
            "code": "IMP",
            "display": "inpatient encounter"
          },
          {
            "code": "PRENC",
            "display": "pre-admission"
          },
          {
            "code": "VR",
            "display": "virtual"
          },
          {
            "code": "SS",
            "display": "short stay"
          },
          {
            "code": "HH",
            "display": "home health"
          }
        ]
      }
    ]
  }
}