FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/EncounterClassDE

Packagede.basisprofil.r4
Resource TypeValueSet
IdEncounterClassDE
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&canonical=http://fhir.de/ValueSet/EncounterClassDE
URLhttp://fhir.de/ValueSet/EncounterClassDE
Version1.5.4
Statusactive
Date2025-06-16
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

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "EncounterClassDE",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "url": "http://fhir.de/ValueSet/EncounterClassDE",
  "version": "1.5.4",
  "name": "EncounterClassDE",
  "title": "EncounterClassDE",
  "status": "active",
  "experimental": false,
  "date": "2025-06-16",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.de/technische-komitees/fhir/"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}