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

Update document to support Communication.category with only notification #972

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion lib/resources/example_json/r4_examples_communication.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module Resources
'coding': [
{
'system': 'http://terminology.hl7.org/CodeSystem/communication-category',
'code': 'reminder'
'code': 'notification'
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/resources/r4/communication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fields:
url: https://hl7.org/fhir/r4/communication-definitions.html#Communication.category
note: |
<ul>
<li>Only CommunicationCategory values of <code>notification</code> and <code>reminder</code> and SNOMED CT <code>312853008</code> are supported.</li>
<li>Only CommunicationCategory values of <code>notification</code> is supported.</li>
</ul>
example: |
{
Expand Down
Loading