MII Implementation Guide Core Dataset Base
2026.0.1 - Release
Germany
MII Implementation Guide Core Dataset Base - Downloaded Version 2026.0.1 See the Directory of published versions
| Official URL: https://www.medizininformatik-initiative.de/fhir/core/modul-fall/StructureDefinition/KontaktGesundheitseinrichtung | Version: 2026.0.1 | ||||
| Active as of 2026-06-15 | Computable Name: MII_PR_Fall_KontaktGesundheitseinrichtung | ||||
Kontakt zu einer Einrichtung, Abteilung oder Versorgungsstelle
Example Usage Scenarios:
partOf to link Versorgungsstellenkontakt → Abteilungskontakt → EinrichtungskontaktThis section provides detailed implementation guidance for the MII Kontakt Gesundheitseinrichtung Profile.
The MII Fall module distinguishes three levels of encounters using Encounter.type:Kontaktebene:
These levels are linked using Encounter.partOf to create a hierarchical structure.
Example Encounter Hierarchy:
The following diagram illustrates how different encounter levels are linked together using partOf references, along with optional connections to EpisodeOfCare and Account resources:
%%{init: {'flowchart': {'htmlLabels': false}, 'theme': 'base', 'themeVariables': {'primaryColor': '#E8F4F8', 'primaryBorderColor': '#406A99', 'primaryTextColor': '#000000', 'lineColor': '#5C8DB3', 'fontSize': '14px'}}}%%
graph BT
%% TOP LAYER
EP1["`**EpisodeOfCare EP1**
Appendizitis`"]
A1["`**Account A1**
DRG G23B
Appendektomie ohne schwere CC`"]
%% FACILITY LEVEL
E0["`**Encounter E0**
_(Einrichtungskontakt)_`"]
E0 -->|episodeOfCare| EP1
E0 -->|account| A1
%% DEPARTMENT LEVEL
A1E["`**Encounter A1**
_(Abteilungskontakt)_
Notaufnahme`"]
A2E["`**Encounter A2**
_(Abteilungskontakt)_
Allgemeinchirurgie`"]
A1E -->|partOf| E0
A2E -->|partOf| E0
%% CARE UNIT LEVEL
VS1["`**Encounter VS1**
Notaufnahme
Behandlungsraum 3`"]
VS2["`**Encounter VS2**
Radiologie
CT Abdomen`"]
VS3["`**Encounter VS3**
OP-Saal 4
Laparoskopische Appendektomie`"]
VS4["`**Encounter VS4**
Aufwachraum PACU`"]
VS5["`**Encounter VS5**
Chirurgische Station C3`"]
VS1 -->|partOf| A1E
VS2 -->|partOf| A2E
VS3 -->|partOf| A2E
VS4 -->|partOf| A2E
VS5 -->|partOf| A2E
In this example:
partOf references pointing upward from care units to departments to facilityBased on the FHIR DE Basisprofile guidance:
| Encounter Type (German) | HL7 V2 Code | FHIR Representation |
|---|---|---|
| Ambulant (Outpatient) | O | Encounter.class = AMB |
| Ambulantes Operieren (Outpatient Surgery) | O | Encounter.class = AMBEncounter.type = operation |
| Stationär (Inpatient) | I | Encounter.class = IMP |
| Normalstationär (Normal Ward) | I | Encounter.class = IMPEncounter.type = normalstationaer |
| Intensivstationär (Intensive Care) | I | Encounter.class = IMPEncounter.type = intensivstationaer |
| Wiederaufnahme (Readmission) | R | Encounter.class = IMPEncounter.extension:Aufnahmegrund.extension:ErsteUndZweiteStelle = 07 |
| Voraufnahme (Pre-admission) | P | Encounter.class = PRENC |
| Virtuell (Virtual) | - | Encounter.class = VR |
| Vorstationär (Pre-inpatient) | V | Encounter.class = AMBEncounter.type = vorstationaer |
| Nachstationär (Post-inpatient) | NS | Encounter.class = AMBEncounter.type = nachstationaer |
| Teilstationär (Partial Inpatient) | TS | Encounter.class = IMP or SSEncounter.extension:Aufnahmegrund.extension:ErsteUndZweiteStelle = 03Encounter.type = teilstationaer | tagesklinik | nachtklinik |
| Begleitperson (Accompanying Person) | H | Encounter.class = IMPEncounter.type = begleitperson |
| Stationsäquivalent (Hospital-equivalent Home Care) | - | Encounter.class = HHEncounter.type = stationsaequivalentEncounter.extension:Aufnahmegrund.extension:ErsteUndZweiteStelle = 10 |
| Entbindung (Delivery) | - | Encounter.class = IMPEncounter.extension:Aufnahmegrund.extension:ErsteUndZweiteStelle = 05 |
| Notfall (Emergency) | - | Encounter.class = AMBEncounter.extension:Aufnahmegrund.VierteStelle = 7If subsequent inpatient admission occurs: Encounter.hospitalization.admitSource = "N"To emphasize treatment urgency: Encounter.priority = http://terminology.hl7.org/CodeSystem/v3-ActPriority|EM |
| Encounter Type (German) | HL7 V2 Code | FHIR Representation |
|---|---|---|
| Untersuchung und Behandlung (Examination and Treatment) | - | Encounter.class = IMPEncounter.type = ub |
| Konsil (Consultation) | - | Encounter.class = IMPEncounter.type = konsil |
| Operation (Surgery) | - | Encounter.class = IMPEncounter.type = operation |
The Encounter.diagnosis element establishes the relationship between encounters and diagnoses/procedures, specifying their role within the encounter context.
The reference from Encounter.diagnosis to Condition SHOULD be used when the Condition has a specific role during the Encounter (e.g., primary diagnosis, secondary diagnosis).
Recommended Implementation:
Use Condition.encounter to reference from the Condition to the Encounter of type Abteilungskontakt (Department Contact). This approach establishes the general encounter context for the diagnosis, while Encounter.diagnosis can be used to specify particular diagnosis roles when needed.
Since Encounter.diagnosis.use has cardinality 1..1, a diagnosis with multiple roles within an encounter requires multiple Encounter.diagnosis entries, each with a different use value.
Example: If a Condition serves as both a Diagnosetyp and a Diagnosesubtyp (or additional roles such as CC/CM), create separate Encounter.diagnosis references for each role, all pointing to the same Condition resource. A single Condition can be referenced multiple times with different use values.
Note on CC/CM Classification: If you want to classify a diagnosis as CC (Complication or Comorbidity) or CM (Comorbidity), this is typically billing-related information and SHOULD be placed in the Account resource rather than in Encounter.diagnosis. The Account resource is the appropriate location for billing case context and DRG-relevant classifications.
Encounter.location.Location Slicing
Encounter.location uses an unordered, open slicing discriminated by physicalType and status. The profile defines three named slices:
| Slice | physicalType | status | Cardinality |
|---|---|---|---|
Zimmer (Room) |
ro |
active |
0..1 |
Bett (Bed) |
bd |
active |
0..1 |
Station (Ward) |
wa |
active |
0..1 |
Each slice constrains status = active with cardinality 0..1. A conformant implementation SHALL NOT populate more than one active room, one active bed, or one active ward simultaneously within a single encounter.
Because the slicing is open, implementations MAY include additional Encounter.location entries beyond these three named slices. To record movement history during an encounter (e.g., previous wards, rooms, or beds the patient passed through), implementations SHOULD use status = completed for those entries. This keeps the historical record separate from the active-location slices without conflicting with them.
Planned encounters are represented with Encounter.status = planned and SHOULD include:
Encounter.extension:plannedStartDate for the planned start dateEncounter.extension:plannedEndDate for the planned end dateEach Encounter SHOULD have a unique identifier. When encounters are organized in a hierarchy:
Encounter.partOfCase Number Representation:
The "Fallnummer" (case number) is frequently used in inpatient care to establish the case context for medical documentation, particularly in HL7 V2 communication.
In most cases, the "Fallnummer" is a unique identifier for the billing case (Account). Therefore, the Fallnummer should be seen as an identifier of the Account and is not suitable for uniquely identifying an Encounter. To find the correct Encounter, additional criteria such as period (Encounter.period), class (Encounter.class), or status (Encounter.status) must be considered.
Previous Recommendation:
Previously, it was recommended that the Aufnahmenummer (admission number) should be provided across all Encounter resources regardless of contact level and type. However, this recommendation did not clearly distinguish between Aufnahmenummer and Fallnummer.
Note: This guidance is based on the ISiK specification.
It is important to distinguish between:
Encounter.identifier:Aufnahmenummer where applicable.Account References and Billing Context:
The reference to an Account establishes the billing context for one or more Encounters. Using the Account reference, multiple encounters can be grouped together into a single billing case (e.g., a "DRG-Fall" comprising pre-inpatient, inpatient, and post-inpatient visits).
Note: If you want to implement the billing case (Abrechnungsfall), it is recommended to use the ISiK Account profile.
Important Note for Implementers: In German healthcare terminology, the term "Fall" (case) usually refers to the billing context, not individual encounters. Therefore, the "Fallnummer" is not the identifier of the Encounter, but rather the identifier of the Account that the Encounter references. This enables multiple encounters to be associated with a single Fallnummer.
Logical References for Search:
Since the Fallnummer is a frequently used search criterion, it SHOULD be provided as a logical reference (account.identifier) in the Encounter. This ensures that the Fallnummer is available as a search parameter for finding Encounters, even when:
Servers SHOULD support the account:identifier search modifier to allow clients to retrieve all Encounters belonging to a billing case by Fallnummer. This modifier enables token-based searching on the logical reference stored in Encounter.account.identifier, without requiring the Account resource itself to be present or accessible.
Example query to retrieve all Encounters associated with a specific Fallnummer:
GET [base]/Encounter?account:identifier=https://www.charite.de/fhir/sid/fallnummer|F-2020-000123
Usages:
You can also check for usages in the FHIR IG Statistics
Description Differentials, Snapshots, and other representations.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Encounter | An interaction during which services are provided to the patient Constraints: mii-enc-1, mii-enc-2, mii-enc-3, mii-enc-4, mii-enc-5, mii-enc-6, mii-enc-7 |
![]() ![]() |
SΣ | 0..1 | id | Logical id of this artifact |
![]() ![]() |
SΣ | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() |
SΣ | 0..1 | uri | Identifies where the resource comes from |
![]() ![]() ![]() |
SΣ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..1 | (Complex) | Aufnahmegrund URL: http://fhir.de/StructureDefinition/Aufnahmegrund Constraints: ext-1 |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 1. und 2. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "ErsteUndZweiteStelle" |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Aufnahmegrund Erste und Zweite Stelle ValueSet (required) |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 3. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "DritteStelle" |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: AufnahmegrundDritteStelle ValueSet (required) |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 4. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "VierteStelle" |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Aufnahmegrund Vierte Stelle ValueSet (required) |
![]() ![]() ![]() ![]() |
1..1 | uri | "http://fhir.de/StructureDefinition/Aufnahmegrund" | |
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned start date/time (or admission date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned end date/time (or discharge date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedEndDate Constraints: ext-1 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
SΣ | 0..* | Identifier | Identifikator Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | Aufnahmenummer Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
0..1 | Period | Time period when id is/was valid for use | |
![]() ![]() ![]() ![]() |
0..1 | Reference(Organization) | Organization that issued id (may be just text) | |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: MII VS Fall Identifier Type Codes (extensible) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: VN | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | Coding | Code defined by a terminology system Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: VN |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() |
?!SΣ | 1..1 | code | Status Binding: Encounter Status ValueSet (required) |
![]() ![]() |
SΣ | 1..1 | Coding | Kontaktklasse Binding: EncounterClassDE (required) |
![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kontakttyp Slice: Unordered, Open by pattern:$this Binding: EncounterType (example): The type of encounter. |
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Kontaktebene Binding: KontaktebeneDe ValueSet (required): Kontaktebene Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/Kontaktebene |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Kontaktart Binding: KontaktartDe ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/kontaktart-de |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
SΣ | 0..1 | CodeableConcept | Fachabteilung Binding: ServiceType (example): Broad categorization of the service that is to be provided. |
![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Fachabteilungsschlüssel Binding: Fachabteilungsschlüssel ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Erweiterter Fachabteilungsschlüssel Binding: FachabteilungsschluesselErweitert ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
SΣ | 1..1 | Reference(Patient | Group) | Patientenidentifikator |
![]() ![]() ![]() |
SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
![]() ![]() |
S | 0..1 | Period | Zeitraum des Kontaktes |
![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Beginndatum |
![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Enddatum |
![]() ![]() |
SΣ | 0..* | BackboneElement | Diagnosen |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Condition | Procedure) | Referenz zu Diagnose-Ressource |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Diagnosetyp Binding: MII VS Fall Diagnosis Use (extensible) |
![]() ![]() ![]() ![]() |
SΣ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Diagnosetyp Binding: DiagnoseTyp ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Diagnosesubtyp Binding: Diagnosesubtyp ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
S | 0..1 | positiveInt | Rangfolge |
![]() ![]() |
S | 0..* | Reference(Account) | Abrechnungskontext |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | The value that is unique Example General: 123456 |
![]() ![]() |
S | 0..1 | BackboneElement | Klinikaufenthalt |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Aufnahmeanlass Binding: Aufnahmeanlass ValueSet (preferred) |
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Entlassung Binding: DischargeDisposition (example): Discharge Disposition. |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | (Complex) | Entlassungsgrund URL: http://fhir.de/StructureDefinition/Entlassungsgrund |
![]() ![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "ErsteUndZweiteStelle" |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Entlassungsgrund Erste und Zweite Stelle ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "DritteStelle" |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Entlassungsgrund Dritte Stelle ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "http://fhir.de/StructureDefinition/Entlassungsgrund" |
![]() ![]() |
S | 0..* | BackboneElement | Kontaktort Slice: Unordered, Open by pattern:physicalType, pattern:status |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) | |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Zimmer |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: ro |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Bett |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: bd |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Station |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: wa |
![]() ![]() |
0..1 | Reference(Organization) | Leistungserbringer | |
![]() ![]() |
S | 0..1 | Reference(Encounter) | Teil von Kontakt |
![]() ![]() ![]() |
SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Encounter.extension:Aufnahmegrund.extension:ErsteUndZweiteStelle.value[x] | Base | required | Aufnahmegrund Erste und Zweite Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.extension:Aufnahmegrund.extension:DritteStelle.value[x] | Base | required | AufnahmegrundDritteStelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.extension:Aufnahmegrund.extension:VierteStelle.value[x] | Base | required | Aufnahmegrund Vierte Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.identifier:Aufnahmenummer.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Encounter.identifier:Aufnahmenummer.type | Base | extensible | MII VS Fall Identifier Type Codes | 📦2026.0.1 | This IG |
| Encounter.status | Base | required | Encounter Status ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.class | Base | required | EncounterClassDE | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.type | Base | example | Encounter type | 📍4.0.1 | FHIR Std. |
| Encounter.type:Kontaktebene | Base | required | KontaktebeneDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.type:KontaktArt | Base | required | KontaktartDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType | Base | example | Service type | 📍4.0.1 | FHIR Std. |
| Encounter.serviceType.coding:Fachabteilungsschluessel | Base | required | Fachabteilungsschlüssel ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType.coding:ErweiterterFachabteilungsschluessel | Base | required | FachabteilungsschluesselErweitert ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.diagnosis.use | Base | extensible | MII VS Fall Diagnosis Use | 📦2026.0.1 | This IG |
| Encounter.diagnosis.use.coding:Diagnosetyp | Base | required | DiagnoseTyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.diagnosis.use.coding:DiagnosesubTyp | Base | required | Diagnosesubtyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.account.identifier.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.admitSource | Base | preferred | Aufnahmeanlass ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.hospitalization.dischargeDisposition | Base | example | Discharge disposition | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.dischargeDisposition.extension:Entlassungsgrund.extension:ErsteUndZweiteStelle.value[x] | Base | required | Entlassungsgrund Erste und Zweite Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.hospitalization.dischargeDisposition.extension:Entlassungsgrund.extension:DritteStelle.value[x] | Base | required | Entlassungsgrund Dritte Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.location.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Zimmer.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Zimmer.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Bett.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Bett.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Station.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Station.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Encounter | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Encounter | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Encounter | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Encounter | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Encounter | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| mii-enc-1 | error | Encounter | Falls der Encounter abgeschlossen wurde, MUSS ein Enddatum bekannt sein |
status = 'finished' implies period.end.exists()
|
| mii-enc-2 | error | Encounter | Abgeschlossene, stationäre Kontakte MÜSSEN einen Start- und End-Zeitpunkt angeben |
status = 'finished' and class.code = 'IMP' implies period.start.exists() and period.end.exists()
|
| mii-enc-3 | error | Encounter | Geplante Kontakte DÜRFEN NICHT einen Start- oder End-Zeitpunkt angeben |
status = 'planned' implies period.exists().not()
|
| mii-enc-4 | warning | Encounter | Geplante Kontakte SOLLTEN die Extensions für den geplanten Start- oder End-Zeitpunkt verwenden |
status = 'planned' implies extension.where(url = 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate').exists()
|
| mii-enc-5 | error | Encounter | In-Durchführung befindliche Kontakte MÜSSEN einen Start-Zeitpunkt angeben |
status = 'in-progress' implies period.start.exists()
|
| mii-enc-6 | error | Encounter | Kontakte mit Abwesenheitsstatus MÜSSEN einen Start-Zeitpunkt angeben |
status = 'onleave' implies period.start.exists()
|
| mii-enc-7 | warning | Encounter | Kontakte mit unbekannten Status SOLLTEN einen Start-Zeitpunkt angeben |
status = 'unknown' implies period.start.exists()
|
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Encounter | An interaction during which services are provided to the patient Constraints: mii-enc-1, mii-enc-2, mii-enc-3, mii-enc-4, mii-enc-5, mii-enc-6, mii-enc-7 |
![]() ![]() |
S | 0..1 | id | Logical id of this artifact |
![]() ![]() |
S | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() |
S | 0..1 | uri | Identifies where the resource comes from |
![]() ![]() ![]() |
S | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..1 | (Complex) | Aufnahmegrund URL: http://fhir.de/StructureDefinition/Aufnahmegrund |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 1. und 2. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 3. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 4. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension |
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned start date/time (or admission date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate | |
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned end date/time (or discharge date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedEndDate | |
![]() ![]() |
S | 0..* | Identifier | Identifikator Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() |
S | 0..1 | Identifier | Aufnahmenummer Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Binding: MII VS Fall Identifier Type Codes (extensible) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: VN | |
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | Coding | Code defined by a terminology system Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Fixed Value: VN |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() |
S | 1..1 | code | Status Binding: Encounter Status ValueSet (required) |
![]() ![]() |
S | 1..1 | Coding | Kontaktklasse Binding: EncounterClassDE (required) |
![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
S | 0..* | CodeableConcept | Kontakttyp Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Kontaktebene Binding: KontaktebeneDe ValueSet (required): Kontaktebene Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
Fixed Value: (Complex) | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/Kontaktebene |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Kontaktart Binding: KontaktartDe ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
Fixed Value: (Complex) | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/kontaktart-de |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
S | 0..1 | CodeableConcept | Fachabteilung |
![]() ![]() ![]() |
S | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Fachabteilungsschlüssel Binding: Fachabteilungsschlüssel ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Erweiterter Fachabteilungsschlüssel Binding: FachabteilungsschluesselErweitert ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
S | 1..1 | Reference(Patient | Group) | Patientenidentifikator |
![]() ![]() ![]() |
S | 0..1 | string | Literal reference, Relative, internal or absolute URL |
![]() ![]() |
S | 0..1 | Period | Zeitraum des Kontaktes |
![]() ![]() ![]() |
S | 0..1 | dateTime | Beginndatum |
![]() ![]() ![]() |
S | 0..1 | dateTime | Enddatum |
![]() ![]() |
S | 0..* | BackboneElement | Diagnosen |
![]() ![]() ![]() |
S | 1..1 | Reference(Condition | Procedure) | Referenz zu Diagnose-Ressource |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Diagnosetyp Binding: MII VS Fall Diagnosis Use (extensible) |
![]() ![]() ![]() ![]() |
S | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Diagnosetyp Binding: DiagnoseTyp ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Diagnosesubtyp Binding: Diagnosesubtyp ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
S | 0..1 | positiveInt | Rangfolge |
![]() ![]() |
S | 0..* | Reference(Account) | Abrechnungskontext |
![]() ![]() ![]() |
S | 0..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() ![]() ![]() |
S | 0..1 | uri | The namespace for the identifier value |
![]() ![]() ![]() ![]() |
S | 0..1 | string | The value that is unique |
![]() ![]() |
S | 0..1 | BackboneElement | Klinikaufenthalt |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Aufnahmeanlass Binding: Aufnahmeanlass ValueSet (preferred) |
![]() ![]() ![]() ![]() |
S | 0..* | Coding | Code defined by a terminology system |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Entlassung |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | (Complex) | Entlassungsgrund URL: http://fhir.de/StructureDefinition/Entlassungsgrund |
![]() ![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() |
S | 0..* | BackboneElement | Kontaktort Slice: Unordered, Open by pattern:physicalType, pattern:status |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) | |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Zimmer |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system Fixed Value: ro |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Bett |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system Fixed Value: bd |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Station |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system Fixed Value: wa |
![]() ![]() |
0..1 | Reference(Organization) | Leistungserbringer | |
![]() ![]() |
S | 0..1 | Reference(Encounter) | Teil von Kontakt |
![]() ![]() ![]() |
S | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Encounter.identifier:Aufnahmenummer.type | Base | extensible | MII VS Fall Identifier Type Codes | 📦2026.0.1 | This IG |
| Encounter.status | Base | required | Encounter Status ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.class | Base | required | EncounterClassDE | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.type:Kontaktebene | Base | required | KontaktebeneDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.type:KontaktArt | Base | required | KontaktartDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType.coding:Fachabteilungsschluessel | Base | required | Fachabteilungsschlüssel ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType.coding:ErweiterterFachabteilungsschluessel | Base | required | FachabteilungsschluesselErweitert ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.diagnosis.use | Base | extensible | MII VS Fall Diagnosis Use | 📦2026.0.1 | This IG |
| Encounter.diagnosis.use.coding:Diagnosetyp | Base | required | DiagnoseTyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.diagnosis.use.coding:DiagnosesubTyp | Base | required | Diagnosesubtyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.hospitalization.admitSource | Base | preferred | Aufnahmeanlass ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.location.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| mii-enc-1 | error | Encounter | Falls der Encounter abgeschlossen wurde, MUSS ein Enddatum bekannt sein |
status = 'finished' implies period.end.exists()
|
| mii-enc-2 | error | Encounter | Abgeschlossene, stationäre Kontakte MÜSSEN einen Start- und End-Zeitpunkt angeben |
status = 'finished' and class.code = 'IMP' implies period.start.exists() and period.end.exists()
|
| mii-enc-3 | error | Encounter | Geplante Kontakte DÜRFEN NICHT einen Start- oder End-Zeitpunkt angeben |
status = 'planned' implies period.exists().not()
|
| mii-enc-4 | warning | Encounter | Geplante Kontakte SOLLTEN die Extensions für den geplanten Start- oder End-Zeitpunkt verwenden |
status = 'planned' implies extension.where(url = 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate').exists()
|
| mii-enc-5 | error | Encounter | In-Durchführung befindliche Kontakte MÜSSEN einen Start-Zeitpunkt angeben |
status = 'in-progress' implies period.start.exists()
|
| mii-enc-6 | error | Encounter | Kontakte mit Abwesenheitsstatus MÜSSEN einen Start-Zeitpunkt angeben |
status = 'onleave' implies period.start.exists()
|
| mii-enc-7 | warning | Encounter | Kontakte mit unbekannten Status SOLLTEN einen Start-Zeitpunkt angeben |
status = 'unknown' implies period.start.exists()
|
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Encounter | An interaction during which services are provided to the patient Constraints: mii-enc-1, mii-enc-2, mii-enc-3, mii-enc-4, mii-enc-5, mii-enc-6, mii-enc-7 | ||||
![]() ![]() |
SΣ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
SΣ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
SΣ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
SΣ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
S | 0..1 | (Complex) | Aufnahmegrund URL: http://fhir.de/StructureDefinition/Aufnahmegrund Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 1. und 2. Stelle | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "ErsteUndZweiteStelle" | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Aufnahmegrund Erste und Zweite Stelle ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 3. Stelle | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "DritteStelle" | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: AufnahmegrundDritteStelle ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 4. Stelle | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "VierteStelle" | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Aufnahmegrund Vierte Stelle ValueSet (required) | ||||
![]() ![]() ![]() ![]() |
1..1 | uri | "http://fhir.de/StructureDefinition/Aufnahmegrund" | |||||
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned start date/time (or admission date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned end date/time (or discharge date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedEndDate Constraints: ext-1 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
SΣ | 0..* | Identifier | Identifikator Slice: Unordered, Open by pattern:$this | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | Aufnahmenummer Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: MII VS Fall Identifier Type Codes (extensible) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: VN | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | Coding | Code defined by a terminology system Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: VN | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
?!SΣ | 1..1 | code | Status Binding: Encounter Status ValueSet (required) | ||||
![]() ![]() |
0..* | BackboneElement | List of past encounter statuses | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | code | planned | arrived | triaged | in-progress | onleave | finished | cancelled + Binding: EncounterStatus (required): Current state of the encounter. | |||||
![]() ![]() ![]() |
1..1 | Period | The time that the episode was in the specified status | |||||
![]() ![]() |
SΣ | 1..1 | Coding | Kontaktklasse Binding: EncounterClassDE (required) | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() |
0..* | BackboneElement | List of past encounter classes | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | Coding | inpatient | outpatient | ambulatory | emergency + Binding: ActEncounterCode (extensible): Classification of the encounter. | |||||
![]() ![]() ![]() |
1..1 | Period | The time that the episode was in the specified class | |||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kontakttyp Slice: Unordered, Open by pattern:$this Binding: EncounterType (example): The type of encounter. | ||||
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Kontaktebene Binding: KontaktebeneDe ValueSet (required): Kontaktebene Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/Kontaktebene | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Kontaktart Binding: KontaktartDe ValueSet (required) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/kontaktart-de | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
SΣ | 0..1 | CodeableConcept | Fachabteilung Binding: ServiceType (example): Broad categorization of the service that is to be provided. | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Fachabteilungsschlüssel Binding: Fachabteilungsschlüssel ValueSet (required) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Erweiterter Fachabteilungsschlüssel Binding: FachabteilungsschluesselErweitert ValueSet (required) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
0..1 | CodeableConcept | Indicates the urgency of the encounter Binding: ActPriority (example): Indicates the urgency of the encounter. | |||||
![]() ![]() |
SΣ | 1..1 | Reference(Patient | Group) | Patientenidentifikator | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
Σ | 0..* | Reference(EpisodeOfCare) | Episode(s) of care that this encounter should be recorded against | ||||
![]() ![]() |
0..* | Reference(ServiceRequest) | The ServiceRequest that initiated this encounter | |||||
![]() ![]() |
Σ | 0..* | BackboneElement | List of participants involved in the encounter | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Role of participant in encounter Binding: ParticipantType (extensible): Role of participant in encounter. | ||||
![]() ![]() ![]() |
0..1 | Period | Period of time during the encounter that the participant participated | |||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson) | Persons involved in the encounter other than the patient | ||||
![]() ![]() |
Σ | 0..* | Reference(Appointment) | The appointment that scheduled this encounter | ||||
![]() ![]() |
S | 0..1 | Period | Zeitraum des Kontaktes | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Beginndatum | ||||
![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Enddatum | ||||
![]() ![]() |
0..1 | Duration | Quantity of time the encounter lasted (less time absent) | |||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Coded reason the encounter takes place Binding: EncounterReasonCodes (preferred): Reason why the encounter takes place. | ||||
![]() ![]() |
Σ | 0..* | Reference(Condition | Procedure | Observation | ImmunizationRecommendation) | Reason the encounter takes place (reference) | ||||
![]() ![]() |
SΣ | 0..* | BackboneElement | Diagnosen | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Condition | Procedure) | Referenz zu Diagnose-Ressource | ||||
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Diagnosetyp Binding: MII VS Fall Diagnosis Use (extensible) | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Diagnosetyp Binding: DiagnoseTyp ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Diagnosesubtyp Binding: Diagnosesubtyp ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() |
S | 0..1 | positiveInt | Rangfolge | ||||
![]() ![]() |
S | 0..* | Reference(Account) | Abrechnungskontext | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
S | 0..1 | BackboneElement | Klinikaufenthalt | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
0..1 | Identifier | Pre-admission identifier | |||||
![]() ![]() ![]() |
0..1 | Reference(Location | Organization) | The location/organization from which the patient came before admission | |||||
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Aufnahmeanlass Binding: Aufnahmeanlass ValueSet (preferred) | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | The type of hospital re-admission that has occurred (if any). If the value is absent, then this is not identified as a readmission Binding: hl7VS-re-admissionIndicator (example): The reason for re-admission of this hospitalization encounter. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Diet preferences reported by the patient Binding: Diet (example): Medical, cultural or ethical food preferences to help with catering requirements. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Special courtesies (VIP, board member) Binding: SpecialCourtesy (preferred): Special courtesies. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Wheelchair, translator, stretcher, etc. Binding: SpecialArrangements (preferred): Special arrangements. | |||||
![]() ![]() ![]() |
0..1 | Reference(Location | Organization) | Location/organization to which the patient is discharged | |||||
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Entlassung Binding: DischargeDisposition (example): Discharge Disposition. | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | (Complex) | Entlassungsgrund URL: http://fhir.de/StructureDefinition/Entlassungsgrund | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "ErsteUndZweiteStelle" | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Entlassungsgrund Erste und Zweite Stelle ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "DritteStelle" | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Entlassungsgrund Dritte Stelle ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "http://fhir.de/StructureDefinition/Entlassungsgrund" | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
S | 0..* | BackboneElement | Kontaktort Slice: Unordered, Open by pattern:physicalType, pattern:status | ||||
![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |||||
![]() ![]() ![]() ![]() |
0..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) | |||||
![]() ![]() ![]() ![]() |
0..1 | Period | Time period during which the patient was present at the location | |||||
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Zimmer | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |||||
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active | ||||
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: ro | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() |
0..1 | Period | Time period during which the patient was present at the location | |||||
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Bett | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |||||
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active | ||||
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: bd | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() |
0..1 | Period | Time period during which the patient was present at the location | |||||
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Station | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |||||
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active | ||||
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: wa | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() |
0..1 | Period | Time period during which the patient was present at the location | |||||
![]() ![]() |
0..1 | Reference(Organization) | Leistungserbringer | |||||
![]() ![]() |
S | 0..1 | Reference(Encounter) | Teil von Kontakt | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Encounter.meta.security | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| Encounter.meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Encounter.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Encounter.extension:Aufnahmegrund.extension:ErsteUndZweiteStelle.value[x] | Base | required | Aufnahmegrund Erste und Zweite Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.extension:Aufnahmegrund.extension:DritteStelle.value[x] | Base | required | AufnahmegrundDritteStelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.extension:Aufnahmegrund.extension:VierteStelle.value[x] | Base | required | Aufnahmegrund Vierte Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.identifier:Aufnahmenummer.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Encounter.identifier:Aufnahmenummer.type | Base | extensible | MII VS Fall Identifier Type Codes | 📦2026.0.1 | This IG |
| Encounter.status | Base | required | Encounter Status ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.statusHistory.status | Base | required | EncounterStatus | 📍4.0.1 | FHIR Std. |
| Encounter.class | Base | required | EncounterClassDE | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.classHistory.class | Base | extensible | ActEncounterCode | 📦3.0.0 | THO v7.2 |
| Encounter.type | Base | example | Encounter type | 📍4.0.1 | FHIR Std. |
| Encounter.type:Kontaktebene | Base | required | KontaktebeneDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.type:KontaktArt | Base | required | KontaktartDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType | Base | example | Service type | 📍4.0.1 | FHIR Std. |
| Encounter.serviceType.coding:Fachabteilungsschluessel | Base | required | Fachabteilungsschlüssel ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType.coding:ErweiterterFachabteilungsschluessel | Base | required | FachabteilungsschluesselErweitert ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.priority | Base | example | ActPriority | 📦3.0.0 | THO v7.2 |
| Encounter.subject.type | Base | extensible | ResourceType | 📍4.0.1 | FHIR Std. |
| Encounter.participant.type | Base | extensible | Participant type | 📍4.0.1 | FHIR Std. |
| Encounter.reasonCode | Base | preferred | Encounter Reason Codes | 📍4.0.1 | FHIR Std. |
| Encounter.diagnosis.use | Base | extensible | MII VS Fall Diagnosis Use | 📦2026.0.1 | This IG |
| Encounter.diagnosis.use.coding:Diagnosetyp | Base | required | DiagnoseTyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.diagnosis.use.coding:DiagnosesubTyp | Base | required | Diagnosesubtyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.account.type | Base | extensible | ResourceType | 📍4.0.1 | FHIR Std. |
| Encounter.account.identifier.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Encounter.account.identifier.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.admitSource | Base | preferred | Aufnahmeanlass ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.hospitalization.reAdmission | Base | example | hl7VS-re-admissionIndicator | 📦3.0.0 | THO v7.2 |
| Encounter.hospitalization.dietPreference | Base | example | Diet | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.specialCourtesy | Base | preferred | Special courtesy | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.specialArrangement | Base | preferred | Special arrangements | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.dischargeDisposition | Base | example | Discharge disposition | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.dischargeDisposition.extension:Entlassungsgrund.extension:ErsteUndZweiteStelle.value[x] | Base | required | Entlassungsgrund Erste und Zweite Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.hospitalization.dischargeDisposition.extension:Entlassungsgrund.extension:DritteStelle.value[x] | Base | required | Entlassungsgrund Dritte Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.location.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Zimmer.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Zimmer.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Bett.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Bett.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Station.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Station.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.partOf.type | Base | extensible | ResourceType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Encounter | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Encounter | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Encounter | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Encounter | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Encounter | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| mii-enc-1 | error | Encounter | Falls der Encounter abgeschlossen wurde, MUSS ein Enddatum bekannt sein |
status = 'finished' implies period.end.exists()
|
| mii-enc-2 | error | Encounter | Abgeschlossene, stationäre Kontakte MÜSSEN einen Start- und End-Zeitpunkt angeben |
status = 'finished' and class.code = 'IMP' implies period.start.exists() and period.end.exists()
|
| mii-enc-3 | error | Encounter | Geplante Kontakte DÜRFEN NICHT einen Start- oder End-Zeitpunkt angeben |
status = 'planned' implies period.exists().not()
|
| mii-enc-4 | warning | Encounter | Geplante Kontakte SOLLTEN die Extensions für den geplanten Start- oder End-Zeitpunkt verwenden |
status = 'planned' implies extension.where(url = 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate').exists()
|
| mii-enc-5 | error | Encounter | In-Durchführung befindliche Kontakte MÜSSEN einen Start-Zeitpunkt angeben |
status = 'in-progress' implies period.start.exists()
|
| mii-enc-6 | error | Encounter | Kontakte mit Abwesenheitsstatus MÜSSEN einen Start-Zeitpunkt angeben |
status = 'onleave' implies period.start.exists()
|
| mii-enc-7 | warning | Encounter | Kontakte mit unbekannten Status SOLLTEN einen Start-Zeitpunkt angeben |
status = 'unknown' implies period.start.exists()
|
Summary
Mandatory: 1 element(20 nested mandatory elements)
Must-Support: 97 elements
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Encounter | An interaction during which services are provided to the patient Constraints: mii-enc-1, mii-enc-2, mii-enc-3, mii-enc-4, mii-enc-5, mii-enc-6, mii-enc-7 |
![]() ![]() |
SΣ | 0..1 | id | Logical id of this artifact |
![]() ![]() |
SΣ | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() |
SΣ | 0..1 | uri | Identifies where the resource comes from |
![]() ![]() ![]() |
SΣ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..1 | (Complex) | Aufnahmegrund URL: http://fhir.de/StructureDefinition/Aufnahmegrund Constraints: ext-1 |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 1. und 2. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "ErsteUndZweiteStelle" |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Aufnahmegrund Erste und Zweite Stelle ValueSet (required) |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 3. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "DritteStelle" |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: AufnahmegrundDritteStelle ValueSet (required) |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 4. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "VierteStelle" |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Aufnahmegrund Vierte Stelle ValueSet (required) |
![]() ![]() ![]() ![]() |
1..1 | uri | "http://fhir.de/StructureDefinition/Aufnahmegrund" | |
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned start date/time (or admission date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned end date/time (or discharge date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedEndDate Constraints: ext-1 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
SΣ | 0..* | Identifier | Identifikator Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | Aufnahmenummer Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
0..1 | Period | Time period when id is/was valid for use | |
![]() ![]() ![]() ![]() |
0..1 | Reference(Organization) | Organization that issued id (may be just text) | |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: MII VS Fall Identifier Type Codes (extensible) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: VN | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | Coding | Code defined by a terminology system Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: VN |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() |
?!SΣ | 1..1 | code | Status Binding: Encounter Status ValueSet (required) |
![]() ![]() |
SΣ | 1..1 | Coding | Kontaktklasse Binding: EncounterClassDE (required) |
![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kontakttyp Slice: Unordered, Open by pattern:$this Binding: EncounterType (example): The type of encounter. |
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Kontaktebene Binding: KontaktebeneDe ValueSet (required): Kontaktebene Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/Kontaktebene |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Kontaktart Binding: KontaktartDe ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/kontaktart-de |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
SΣ | 0..1 | CodeableConcept | Fachabteilung Binding: ServiceType (example): Broad categorization of the service that is to be provided. |
![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Fachabteilungsschlüssel Binding: Fachabteilungsschlüssel ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Erweiterter Fachabteilungsschlüssel Binding: FachabteilungsschluesselErweitert ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
SΣ | 1..1 | Reference(Patient | Group) | Patientenidentifikator |
![]() ![]() ![]() |
SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
![]() ![]() |
S | 0..1 | Period | Zeitraum des Kontaktes |
![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Beginndatum |
![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Enddatum |
![]() ![]() |
SΣ | 0..* | BackboneElement | Diagnosen |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Condition | Procedure) | Referenz zu Diagnose-Ressource |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Diagnosetyp Binding: MII VS Fall Diagnosis Use (extensible) |
![]() ![]() ![]() ![]() |
SΣ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Diagnosetyp Binding: DiagnoseTyp ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Diagnosesubtyp Binding: Diagnosesubtyp ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
S | 0..1 | positiveInt | Rangfolge |
![]() ![]() |
S | 0..* | Reference(Account) | Abrechnungskontext |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | The value that is unique Example General: 123456 |
![]() ![]() |
S | 0..1 | BackboneElement | Klinikaufenthalt |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Aufnahmeanlass Binding: Aufnahmeanlass ValueSet (preferred) |
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Entlassung Binding: DischargeDisposition (example): Discharge Disposition. |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | (Complex) | Entlassungsgrund URL: http://fhir.de/StructureDefinition/Entlassungsgrund |
![]() ![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "ErsteUndZweiteStelle" |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Entlassungsgrund Erste und Zweite Stelle ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "DritteStelle" |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Entlassungsgrund Dritte Stelle ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "http://fhir.de/StructureDefinition/Entlassungsgrund" |
![]() ![]() |
S | 0..* | BackboneElement | Kontaktort Slice: Unordered, Open by pattern:physicalType, pattern:status |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) | |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Zimmer |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: ro |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Bett |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: bd |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Station |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: wa |
![]() ![]() |
0..1 | Reference(Organization) | Leistungserbringer | |
![]() ![]() |
S | 0..1 | Reference(Encounter) | Teil von Kontakt |
![]() ![]() ![]() |
SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Encounter.extension:Aufnahmegrund.extension:ErsteUndZweiteStelle.value[x] | Base | required | Aufnahmegrund Erste und Zweite Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.extension:Aufnahmegrund.extension:DritteStelle.value[x] | Base | required | AufnahmegrundDritteStelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.extension:Aufnahmegrund.extension:VierteStelle.value[x] | Base | required | Aufnahmegrund Vierte Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.identifier:Aufnahmenummer.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Encounter.identifier:Aufnahmenummer.type | Base | extensible | MII VS Fall Identifier Type Codes | 📦2026.0.1 | This IG |
| Encounter.status | Base | required | Encounter Status ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.class | Base | required | EncounterClassDE | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.type | Base | example | Encounter type | 📍4.0.1 | FHIR Std. |
| Encounter.type:Kontaktebene | Base | required | KontaktebeneDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.type:KontaktArt | Base | required | KontaktartDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType | Base | example | Service type | 📍4.0.1 | FHIR Std. |
| Encounter.serviceType.coding:Fachabteilungsschluessel | Base | required | Fachabteilungsschlüssel ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType.coding:ErweiterterFachabteilungsschluessel | Base | required | FachabteilungsschluesselErweitert ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.diagnosis.use | Base | extensible | MII VS Fall Diagnosis Use | 📦2026.0.1 | This IG |
| Encounter.diagnosis.use.coding:Diagnosetyp | Base | required | DiagnoseTyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.diagnosis.use.coding:DiagnosesubTyp | Base | required | Diagnosesubtyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.account.identifier.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.admitSource | Base | preferred | Aufnahmeanlass ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.hospitalization.dischargeDisposition | Base | example | Discharge disposition | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.dischargeDisposition.extension:Entlassungsgrund.extension:ErsteUndZweiteStelle.value[x] | Base | required | Entlassungsgrund Erste und Zweite Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.hospitalization.dischargeDisposition.extension:Entlassungsgrund.extension:DritteStelle.value[x] | Base | required | Entlassungsgrund Dritte Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.location.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Zimmer.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Zimmer.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Bett.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Bett.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Station.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Station.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Encounter | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Encounter | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Encounter | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Encounter | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Encounter | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| mii-enc-1 | error | Encounter | Falls der Encounter abgeschlossen wurde, MUSS ein Enddatum bekannt sein |
status = 'finished' implies period.end.exists()
|
| mii-enc-2 | error | Encounter | Abgeschlossene, stationäre Kontakte MÜSSEN einen Start- und End-Zeitpunkt angeben |
status = 'finished' and class.code = 'IMP' implies period.start.exists() and period.end.exists()
|
| mii-enc-3 | error | Encounter | Geplante Kontakte DÜRFEN NICHT einen Start- oder End-Zeitpunkt angeben |
status = 'planned' implies period.exists().not()
|
| mii-enc-4 | warning | Encounter | Geplante Kontakte SOLLTEN die Extensions für den geplanten Start- oder End-Zeitpunkt verwenden |
status = 'planned' implies extension.where(url = 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate').exists()
|
| mii-enc-5 | error | Encounter | In-Durchführung befindliche Kontakte MÜSSEN einen Start-Zeitpunkt angeben |
status = 'in-progress' implies period.start.exists()
|
| mii-enc-6 | error | Encounter | Kontakte mit Abwesenheitsstatus MÜSSEN einen Start-Zeitpunkt angeben |
status = 'onleave' implies period.start.exists()
|
| mii-enc-7 | warning | Encounter | Kontakte mit unbekannten Status SOLLTEN einen Start-Zeitpunkt angeben |
status = 'unknown' implies period.start.exists()
|
Differential View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Encounter | An interaction during which services are provided to the patient Constraints: mii-enc-1, mii-enc-2, mii-enc-3, mii-enc-4, mii-enc-5, mii-enc-6, mii-enc-7 |
![]() ![]() |
S | 0..1 | id | Logical id of this artifact |
![]() ![]() |
S | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() |
S | 0..1 | uri | Identifies where the resource comes from |
![]() ![]() ![]() |
S | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..1 | (Complex) | Aufnahmegrund URL: http://fhir.de/StructureDefinition/Aufnahmegrund |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 1. und 2. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 3. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 4. Stelle |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension |
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned start date/time (or admission date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate | |
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned end date/time (or discharge date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedEndDate | |
![]() ![]() |
S | 0..* | Identifier | Identifikator Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() |
S | 0..1 | Identifier | Aufnahmenummer Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Binding: MII VS Fall Identifier Type Codes (extensible) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: VN | |
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | Coding | Code defined by a terminology system Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Fixed Value: VN |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() |
S | 1..1 | code | Status Binding: Encounter Status ValueSet (required) |
![]() ![]() |
S | 1..1 | Coding | Kontaktklasse Binding: EncounterClassDE (required) |
![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
S | 0..* | CodeableConcept | Kontakttyp Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Kontaktebene Binding: KontaktebeneDe ValueSet (required): Kontaktebene Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
Fixed Value: (Complex) | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/Kontaktebene |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Kontaktart Binding: KontaktartDe ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
Fixed Value: (Complex) | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/kontaktart-de |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
S | 0..1 | CodeableConcept | Fachabteilung |
![]() ![]() ![]() |
S | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Fachabteilungsschlüssel Binding: Fachabteilungsschlüssel ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Erweiterter Fachabteilungsschlüssel Binding: FachabteilungsschluesselErweitert ValueSet (required) Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system |
![]() ![]() |
S | 1..1 | Reference(Patient | Group) | Patientenidentifikator |
![]() ![]() ![]() |
S | 0..1 | string | Literal reference, Relative, internal or absolute URL |
![]() ![]() |
S | 0..1 | Period | Zeitraum des Kontaktes |
![]() ![]() ![]() |
S | 0..1 | dateTime | Beginndatum |
![]() ![]() ![]() |
S | 0..1 | dateTime | Enddatum |
![]() ![]() |
S | 0..* | BackboneElement | Diagnosen |
![]() ![]() ![]() |
S | 1..1 | Reference(Condition | Procedure) | Referenz zu Diagnose-Ressource |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Diagnosetyp Binding: MII VS Fall Diagnosis Use (extensible) |
![]() ![]() ![]() ![]() |
S | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Diagnosetyp Binding: DiagnoseTyp ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Diagnosesubtyp Binding: Diagnosesubtyp ValueSet (required) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
S | 0..1 | positiveInt | Rangfolge |
![]() ![]() |
S | 0..* | Reference(Account) | Abrechnungskontext |
![]() ![]() ![]() |
S | 0..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() ![]() ![]() |
S | 0..1 | uri | The namespace for the identifier value |
![]() ![]() ![]() ![]() |
S | 0..1 | string | The value that is unique |
![]() ![]() |
S | 0..1 | BackboneElement | Klinikaufenthalt |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Aufnahmeanlass Binding: Aufnahmeanlass ValueSet (preferred) |
![]() ![]() ![]() ![]() |
S | 0..* | Coding | Code defined by a terminology system |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Entlassung |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | (Complex) | Entlassungsgrund URL: http://fhir.de/StructureDefinition/Entlassungsgrund |
![]() ![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | identifies the meaning of the extension |
![]() ![]() |
S | 0..* | BackboneElement | Kontaktort Slice: Unordered, Open by pattern:physicalType, pattern:status |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) | |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Zimmer |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system Fixed Value: ro |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Bett |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system Fixed Value: bd |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Station |
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Required Pattern: active |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
S | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type |
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | Symbol in syntax defined by the system Fixed Value: wa |
![]() ![]() |
0..1 | Reference(Organization) | Leistungserbringer | |
![]() ![]() |
S | 0..1 | Reference(Encounter) | Teil von Kontakt |
![]() ![]() ![]() |
S | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Encounter.identifier:Aufnahmenummer.type | Base | extensible | MII VS Fall Identifier Type Codes | 📦2026.0.1 | This IG |
| Encounter.status | Base | required | Encounter Status ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.class | Base | required | EncounterClassDE | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.type:Kontaktebene | Base | required | KontaktebeneDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.type:KontaktArt | Base | required | KontaktartDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType.coding:Fachabteilungsschluessel | Base | required | Fachabteilungsschlüssel ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType.coding:ErweiterterFachabteilungsschluessel | Base | required | FachabteilungsschluesselErweitert ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.diagnosis.use | Base | extensible | MII VS Fall Diagnosis Use | 📦2026.0.1 | This IG |
| Encounter.diagnosis.use.coding:Diagnosetyp | Base | required | DiagnoseTyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.diagnosis.use.coding:DiagnosesubTyp | Base | required | Diagnosesubtyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.hospitalization.admitSource | Base | preferred | Aufnahmeanlass ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.location.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| mii-enc-1 | error | Encounter | Falls der Encounter abgeschlossen wurde, MUSS ein Enddatum bekannt sein |
status = 'finished' implies period.end.exists()
|
| mii-enc-2 | error | Encounter | Abgeschlossene, stationäre Kontakte MÜSSEN einen Start- und End-Zeitpunkt angeben |
status = 'finished' and class.code = 'IMP' implies period.start.exists() and period.end.exists()
|
| mii-enc-3 | error | Encounter | Geplante Kontakte DÜRFEN NICHT einen Start- oder End-Zeitpunkt angeben |
status = 'planned' implies period.exists().not()
|
| mii-enc-4 | warning | Encounter | Geplante Kontakte SOLLTEN die Extensions für den geplanten Start- oder End-Zeitpunkt verwenden |
status = 'planned' implies extension.where(url = 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate').exists()
|
| mii-enc-5 | error | Encounter | In-Durchführung befindliche Kontakte MÜSSEN einen Start-Zeitpunkt angeben |
status = 'in-progress' implies period.start.exists()
|
| mii-enc-6 | error | Encounter | Kontakte mit Abwesenheitsstatus MÜSSEN einen Start-Zeitpunkt angeben |
status = 'onleave' implies period.start.exists()
|
| mii-enc-7 | warning | Encounter | Kontakte mit unbekannten Status SOLLTEN einen Start-Zeitpunkt angeben |
status = 'unknown' implies period.start.exists()
|
Snapshot ViewView
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Encounter | An interaction during which services are provided to the patient Constraints: mii-enc-1, mii-enc-2, mii-enc-3, mii-enc-4, mii-enc-5, mii-enc-6, mii-enc-7 | ||||
![]() ![]() |
SΣ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
SΣ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
SΣ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
SΣ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
S | 0..1 | (Complex) | Aufnahmegrund URL: http://fhir.de/StructureDefinition/Aufnahmegrund Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 1. und 2. Stelle | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "ErsteUndZweiteStelle" | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Aufnahmegrund Erste und Zweite Stelle ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 3. Stelle | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "DritteStelle" | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: AufnahmegrundDritteStelle ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | 4. Stelle | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "VierteStelle" | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Aufnahmegrund Vierte Stelle ValueSet (required) | ||||
![]() ![]() ![]() ![]() |
1..1 | uri | "http://fhir.de/StructureDefinition/Aufnahmegrund" | |||||
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned start date/time (or admission date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | dateTime | R5: The planned end date/time (or discharge date) of the encounter (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedEndDate Constraints: ext-1 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
SΣ | 0..* | Identifier | Identifikator Slice: Unordered, Open by pattern:$this | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | Aufnahmenummer Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: MII VS Fall Identifier Type Codes (extensible) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: VN | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | Coding | Code defined by a terminology system Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: VN | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
?!SΣ | 1..1 | code | Status Binding: Encounter Status ValueSet (required) | ||||
![]() ![]() |
0..* | BackboneElement | List of past encounter statuses | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | code | planned | arrived | triaged | in-progress | onleave | finished | cancelled + Binding: EncounterStatus (required): Current state of the encounter. | |||||
![]() ![]() ![]() |
1..1 | Period | The time that the episode was in the specified status | |||||
![]() ![]() |
SΣ | 1..1 | Coding | Kontaktklasse Binding: EncounterClassDE (required) | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() |
0..* | BackboneElement | List of past encounter classes | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | Coding | inpatient | outpatient | ambulatory | emergency + Binding: ActEncounterCode (extensible): Classification of the encounter. | |||||
![]() ![]() ![]() |
1..1 | Period | The time that the episode was in the specified class | |||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kontakttyp Slice: Unordered, Open by pattern:$this Binding: EncounterType (example): The type of encounter. | ||||
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Kontaktebene Binding: KontaktebeneDe ValueSet (required): Kontaktebene Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/Kontaktebene | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Kontaktart Binding: KontaktartDe ValueSet (required) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/kontaktart-de | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
SΣ | 0..1 | CodeableConcept | Fachabteilung Binding: ServiceType (example): Broad categorization of the service that is to be provided. | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Fachabteilungsschlüssel Binding: Fachabteilungsschlüssel ValueSet (required) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Erweiterter Fachabteilungsschlüssel Binding: FachabteilungsschluesselErweitert ValueSet (required) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
0..1 | CodeableConcept | Indicates the urgency of the encounter Binding: ActPriority (example): Indicates the urgency of the encounter. | |||||
![]() ![]() |
SΣ | 1..1 | Reference(Patient | Group) | Patientenidentifikator | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
Σ | 0..* | Reference(EpisodeOfCare) | Episode(s) of care that this encounter should be recorded against | ||||
![]() ![]() |
0..* | Reference(ServiceRequest) | The ServiceRequest that initiated this encounter | |||||
![]() ![]() |
Σ | 0..* | BackboneElement | List of participants involved in the encounter | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Role of participant in encounter Binding: ParticipantType (extensible): Role of participant in encounter. | ||||
![]() ![]() ![]() |
0..1 | Period | Period of time during the encounter that the participant participated | |||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson) | Persons involved in the encounter other than the patient | ||||
![]() ![]() |
Σ | 0..* | Reference(Appointment) | The appointment that scheduled this encounter | ||||
![]() ![]() |
S | 0..1 | Period | Zeitraum des Kontaktes | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Beginndatum | ||||
![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Enddatum | ||||
![]() ![]() |
0..1 | Duration | Quantity of time the encounter lasted (less time absent) | |||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Coded reason the encounter takes place Binding: EncounterReasonCodes (preferred): Reason why the encounter takes place. | ||||
![]() ![]() |
Σ | 0..* | Reference(Condition | Procedure | Observation | ImmunizationRecommendation) | Reason the encounter takes place (reference) | ||||
![]() ![]() |
SΣ | 0..* | BackboneElement | Diagnosen | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Condition | Procedure) | Referenz zu Diagnose-Ressource | ||||
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Diagnosetyp Binding: MII VS Fall Diagnosis Use (extensible) | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..* | Coding | Code defined by a terminology system Slice: Unordered, Open by pattern:$this | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Diagnosetyp Binding: DiagnoseTyp ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Diagnosesubtyp Binding: Diagnosesubtyp ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() |
S | 0..1 | positiveInt | Rangfolge | ||||
![]() ![]() |
S | 0..* | Reference(Account) | Abrechnungskontext | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
S | 0..1 | BackboneElement | Klinikaufenthalt | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
0..1 | Identifier | Pre-admission identifier | |||||
![]() ![]() ![]() |
0..1 | Reference(Location | Organization) | The location/organization from which the patient came before admission | |||||
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Aufnahmeanlass Binding: Aufnahmeanlass ValueSet (preferred) | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | The type of hospital re-admission that has occurred (if any). If the value is absent, then this is not identified as a readmission Binding: hl7VS-re-admissionIndicator (example): The reason for re-admission of this hospitalization encounter. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Diet preferences reported by the patient Binding: Diet (example): Medical, cultural or ethical food preferences to help with catering requirements. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Special courtesies (VIP, board member) Binding: SpecialCourtesy (preferred): Special courtesies. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Wheelchair, translator, stretcher, etc. Binding: SpecialArrangements (preferred): Special arrangements. | |||||
![]() ![]() ![]() |
0..1 | Reference(Location | Organization) | Location/organization to which the patient is discharged | |||||
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Entlassung Binding: DischargeDisposition (example): Discharge Disposition. | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | (Complex) | Entlassungsgrund URL: http://fhir.de/StructureDefinition/Entlassungsgrund | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "ErsteUndZweiteStelle" | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Entlassungsgrund Erste und Zweite Stelle ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Extension | Extension | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "DritteStelle" | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Value of extension Binding: Entlassungsgrund Dritte Stelle ValueSet (required) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | "http://fhir.de/StructureDefinition/Entlassungsgrund" | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
S | 0..* | BackboneElement | Kontaktort Slice: Unordered, Open by pattern:physicalType, pattern:status | ||||
![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |||||
![]() ![]() ![]() ![]() |
0..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) | |||||
![]() ![]() ![]() ![]() |
0..1 | Period | Time period during which the patient was present at the location | |||||
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Zimmer | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |||||
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active | ||||
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: ro | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() |
0..1 | Period | Time period during which the patient was present at the location | |||||
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Bett | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |||||
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active | ||||
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: bd | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() |
0..1 | Period | Time period during which the patient was present at the location | |||||
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Station | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Location) | Location the encounter takes place | |||||
![]() ![]() ![]() ![]() |
S | 1..1 | code | planned | active | reserved | completed Binding: EncounterLocationStatus (required): The status of the location. Required Pattern: active | ||||
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Kontaktorttyp Binding: MII VS Fall Location Physical Type (extensible) Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/location-physical-type | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | Symbol in syntax defined by the system Fixed Value: wa | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() |
0..1 | Period | Time period during which the patient was present at the location | |||||
![]() ![]() |
0..1 | Reference(Organization) | Leistungserbringer | |||||
![]() ![]() |
S | 0..1 | Reference(Encounter) | Teil von Kontakt | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Encounter.meta.security | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| Encounter.meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Encounter.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Encounter.extension:Aufnahmegrund.extension:ErsteUndZweiteStelle.value[x] | Base | required | Aufnahmegrund Erste und Zweite Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.extension:Aufnahmegrund.extension:DritteStelle.value[x] | Base | required | AufnahmegrundDritteStelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.extension:Aufnahmegrund.extension:VierteStelle.value[x] | Base | required | Aufnahmegrund Vierte Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.identifier:Aufnahmenummer.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Encounter.identifier:Aufnahmenummer.type | Base | extensible | MII VS Fall Identifier Type Codes | 📦2026.0.1 | This IG |
| Encounter.status | Base | required | Encounter Status ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.statusHistory.status | Base | required | EncounterStatus | 📍4.0.1 | FHIR Std. |
| Encounter.class | Base | required | EncounterClassDE | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.classHistory.class | Base | extensible | ActEncounterCode | 📦3.0.0 | THO v7.2 |
| Encounter.type | Base | example | Encounter type | 📍4.0.1 | FHIR Std. |
| Encounter.type:Kontaktebene | Base | required | KontaktebeneDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.type:KontaktArt | Base | required | KontaktartDe ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType | Base | example | Service type | 📍4.0.1 | FHIR Std. |
| Encounter.serviceType.coding:Fachabteilungsschluessel | Base | required | Fachabteilungsschlüssel ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.serviceType.coding:ErweiterterFachabteilungsschluessel | Base | required | FachabteilungsschluesselErweitert ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.priority | Base | example | ActPriority | 📦3.0.0 | THO v7.2 |
| Encounter.subject.type | Base | extensible | ResourceType | 📍4.0.1 | FHIR Std. |
| Encounter.participant.type | Base | extensible | Participant type | 📍4.0.1 | FHIR Std. |
| Encounter.reasonCode | Base | preferred | Encounter Reason Codes | 📍4.0.1 | FHIR Std. |
| Encounter.diagnosis.use | Base | extensible | MII VS Fall Diagnosis Use | 📦2026.0.1 | This IG |
| Encounter.diagnosis.use.coding:Diagnosetyp | Base | required | DiagnoseTyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.diagnosis.use.coding:DiagnosesubTyp | Base | required | Diagnosesubtyp ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.account.type | Base | extensible | ResourceType | 📍4.0.1 | FHIR Std. |
| Encounter.account.identifier.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Encounter.account.identifier.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.admitSource | Base | preferred | Aufnahmeanlass ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.hospitalization.reAdmission | Base | example | hl7VS-re-admissionIndicator | 📦3.0.0 | THO v7.2 |
| Encounter.hospitalization.dietPreference | Base | example | Diet | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.specialCourtesy | Base | preferred | Special courtesy | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.specialArrangement | Base | preferred | Special arrangements | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.dischargeDisposition | Base | example | Discharge disposition | 📍4.0.1 | FHIR Std. |
| Encounter.hospitalization.dischargeDisposition.extension:Entlassungsgrund.extension:ErsteUndZweiteStelle.value[x] | Base | required | Entlassungsgrund Erste und Zweite Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.hospitalization.dischargeDisposition.extension:Entlassungsgrund.extension:DritteStelle.value[x] | Base | required | Entlassungsgrund Dritte Stelle ValueSet | 📦1.5.4 | de.basisprofil.r4 v1.5 |
| Encounter.location.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Zimmer.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Zimmer.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Bett.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Bett.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.location:Station.status | Base | required | EncounterLocationStatus | 📍4.0.1 | FHIR Std. |
| Encounter.location:Station.physicalType | Base | extensible | MII VS Fall Location Physical Type | 📦2026.0.1 | This IG |
| Encounter.partOf.type | Base | extensible | ResourceType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Encounter | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Encounter | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Encounter | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Encounter | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Encounter | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| mii-enc-1 | error | Encounter | Falls der Encounter abgeschlossen wurde, MUSS ein Enddatum bekannt sein |
status = 'finished' implies period.end.exists()
|
| mii-enc-2 | error | Encounter | Abgeschlossene, stationäre Kontakte MÜSSEN einen Start- und End-Zeitpunkt angeben |
status = 'finished' and class.code = 'IMP' implies period.start.exists() and period.end.exists()
|
| mii-enc-3 | error | Encounter | Geplante Kontakte DÜRFEN NICHT einen Start- oder End-Zeitpunkt angeben |
status = 'planned' implies period.exists().not()
|
| mii-enc-4 | warning | Encounter | Geplante Kontakte SOLLTEN die Extensions für den geplanten Start- oder End-Zeitpunkt verwenden |
status = 'planned' implies extension.where(url = 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.plannedStartDate').exists()
|
| mii-enc-5 | error | Encounter | In-Durchführung befindliche Kontakte MÜSSEN einen Start-Zeitpunkt angeben |
status = 'in-progress' implies period.start.exists()
|
| mii-enc-6 | error | Encounter | Kontakte mit Abwesenheitsstatus MÜSSEN einen Start-Zeitpunkt angeben |
status = 'onleave' implies period.start.exists()
|
| mii-enc-7 | warning | Encounter | Kontakte mit unbekannten Status SOLLTEN einen Start-Zeitpunkt angeben |
status = 'unknown' implies period.start.exists()
|
Summary
Mandatory: 1 element(20 nested mandatory elements)
Must-Support: 97 elements
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron