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

allow all possible references #302 #314

Merged
merged 1 commit into from
Jan 15, 2025
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
4 changes: 2 additions & 2 deletions input/fsh/profiles-resources/CHCoreEncounter.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Description: "Base definition of the Encounter resource for use in Swiss specifi
* priority from $bfs-medstats-18-admittype_1 (extensible)
* priority ^short = "BFS Medizinische Statistik - Eintrittsart / Mode d’admission / Genere di ricovero"
* subject 1..
* subject only Reference(CHCorePatient)
* subject only Reference(CHCorePatient or Group)
* participant.type from http://fhir.ch/ig/ch-core/ValueSet/ch-core-encounter-participation-type (extensible)
* participant.individual only Reference(CHCorePractitioner)
* participant.individual only Reference(CHCorePractitioner or CHCorePractitionerRole or RelatedPerson)

* hospitalization.extension ^slicing.discriminator.type = #value
* hospitalization.extension ^slicing.discriminator.path = "url"
Expand Down
1 change: 1 addition & 0 deletions input/pagecontent/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All significant changes to this FHIR implementation guide will be documented on
#### Changed / Updated

#### Fixed
* [#302](https://github.com/hl7ch/ch-core/issues/302): Allow all possible references for Encounter.subject and Encounter.participant.individual

#### Issues resolved without amendment (in IG)

Expand Down