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

update recorder comment #40

Merged
merged 1 commit into from
Dec 1, 2023
Merged
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
2 changes: 1 addition & 1 deletion input/fsh/logicals/BeModelPatientWill.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description: "Logical model of the patient will"
* recordedDate 1..1 dateTime "Date of encoding of the information"
* identifier 0..1 Identifier "Unique identifier"
* patient 1..1 Identifier "Is the patient's unique identifier. The unique identifier must be the patient's national patient registry number (NISS) or BIS number."
* recorder 1..1 Identifier "Is the unique identifier of either the healthcare professional responsible for the encrypted content, or the patient encoding his or her own wishes, or a representative of the patient encoding the patient's wishes. The unique identifier must be the National Register Number (NISS) or BIS number (what about the prior declaration of euthanasia by a municipal official?)."
* recorder 1..1 Identifier "Is the unique identifier of either the healthcare professional responsible for the encrypted content, or the patient encoding his or her own wishes, or a representative of the patient encoding the patient's wishes. The unique identifier must be the National Register Number (NISS) or BIS number."
//* Performer 0 .. 1 Identifier "Is the unique identifier of the health professional making the statement. The unique identifier should be the National Registration Number (NISS) or BIS number of the practitioner."
* representative 0..* BackboneElement "The representative is the person who acts on behalf of the applicant (patient) when he is no longer able to express his wishes. For example: the confidant is the person who guides the patient through his steps and assists him during medical appointments. He guarantees the follow-up of the wishes of the patient when he can no longer express his wishes clearly."
* representative.role 0..1 CodeableConcept "Role of the representative (e.g. confidant, administrator, guardian...)"
Expand Down