Die Expression triggert nicht im Kontext Identifier.type.
($this.identifier.type.coding.exists(system='http://fhir.de/CodeSystem/identifier-type-de-basis' and code='GKV') or $this.identifier.type.coding.exists(system='http://fhir.de/CodeSystem/identifier-type-de-basis' and code='PKV')).not()
Sollte sein:
($this.coding.exists(system='http://fhir.de/CodeSystem/identifier-type-de-basis' and code='GKV') or $this.coding.exists(system='http://fhir.de/CodeSystem/identifier-type-de-basis' and code='PKV')).not()
https://github.com/hl7germany/basisprofil-de-r4/blob/2913ef5eeb983f9131a81744214ba37250f66591/resources/input/fsh/profiles/IdentifierKvid10.fsh#L9
Die Expression triggert nicht im Kontext Identifier.type.
Sollte sein: