Skip to content

Commit

Permalink
Füge Slice für Patient.identifier mit KVZ10 Kodierung hinzu, Versiche…
Browse files Browse the repository at this point in the history
…rtenId-GKV ist deprecated
  • Loading branch information
alexzautke committed Mar 11, 2024
1 parent af92491 commit 4f1a3e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/input/fsh/ISiKPatient.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ Description: "Dieses Profil beschreibt die Nutzung von administrativen Patienten
* ^slicing.discriminator.path = "$this"
* ^slicing.rules = #open
* identifier contains
VersichertenId 0..1 MS and
VersichertenId-GKV 0..1 MS and
Patientennummer 1..* MS and
Versichertennummer_PKV 0..1
* identifier[VersichertenId-GKV] only IdentifierKvid10
* ^patternIdentifier.type = $identifier-type-de-basis#KVZ10
* ^comment = "Die als 'KVZ10' kodierte Versichertennummer gilt für alle Krankenversichertennummern, unabhängig, ob es sich um GKV, PKV oder Sonterkostenträger handelt."
* type 1.. MS
* system MS
* value MS
* identifier[VersichertenId-GKV] only IdentifierKvid10
* ^patternIdentifier.type = $identifier-type-de-basis#GKV
* ^comment = "Die Verwendung der 'GKV'-Kodierung einer Versichertennummer ist abgekündigt. Bitte den 'VersichertenId'-Slice verwenden."
* type 1.. MS
* system MS
* value MS
Expand Down

0 comments on commit 4f1a3e8

Please sign in to comment.