Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

[Condition][Update] Refuted status is not relevant for updating clinicalStatus #933

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 lib/resources/r4/condition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fields:
action: update
note: |
<ul>
<li> A clinicalStatus must always be provided when updating a Condition, unless verificationStatus is <code>entered-in-error</code> or <code>refuted</code>. </li>
<li> A clinicalStatus must always be provided when updating a Condition, unless verificationStatus is <code>entered-in-error</code>. </li>
<li> Only the <code>active</code> code is supported when the category is <code>encounter-diagnosis</code>. </li>
</ul>
example: |
Expand Down