Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix example for patient-merge #415

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ImplementationGuide/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Datum: tbd.
* Hinzufügen von Use Case Beschreibungen (nicht normativ) https://github.com/gematik/spec-ISiK-Basismodul/pull/399
* Hinzufügen einer Referenz zwischen Observation-Seiten und Profildarstellung
* Entfernen der MS-Flag für .id, da irreführend https://github.com/gematik/spec-ISiK-Basismodul/pull/414
* Fix Beispiel DorisResultat für patient-merge https://github.com/gematik/spec-ISiK-Basismodul/pull/415

----

Expand Down
58 changes: 0 additions & 58 deletions Resources/fsh-generated/resources/Patient-DorisResultat.json

This file was deleted.

4 changes: 4 additions & 0 deletions Resources/input/fsh/IsiKPatientMerge.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ Usage: #example
* gender = #female
* birthDate = "1964-08-12"


/*This ressource should not be continously generated, since assigning identical IDs is a problem.
ID was changed directly in JSON in order to be conformant to merge-behaviour as requested in FHIR R5 $merge.
Instance: DorisResultat
InstanceOf: ISiKPatient
Usage: #example
Expand All @@ -89,6 +92,7 @@ Usage: #example
* system = "https://fhir.krankenhaus.example/sid/PID"
* value = "654321"
* type = #replaces
*/

Instance: SubscriptionNotificationBundleExample
InstanceOf: Bundle
Expand Down