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

[R4] Condition example updated with Diagnosis Type Extension #1048

Merged
merged 3 commits into from
Apr 30, 2024
Merged
Changes from 1 commit
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
16 changes: 16 additions & 0 deletions lib/resources/example_json/r4_examples_condition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,22 @@ module Resources
' Medical</p><p><b>Clinical Status</b>: Active</p><p><b>Verification Status</b>: Confirmed</p>'\
'<p><b>Onset</b>: Jun 10, 2020 5:00 P.M. UTC</p></div>'
},
'extension': [
SukeshKonjeti marked this conversation as resolved.
Show resolved Hide resolved
{
SukeshKonjeti marked this conversation as resolved.
Show resolved Hide resolved
'valueCodeableConcept': {
'coding': [
{
'system': 'http://snomed.info/sct',
'code': '89100005',
'display': 'Final diagnosis (discharge) (contextual qualifier) (qualifier value)',
'userSelected': false
}
],
'text': 'Discharge'
},
'url': 'https://fhir-ehr.cerner.com/r4/StructureDefinition/diagnosis-type'
}
],
'clinicalStatus': {
'coding': [
{
Expand Down
Loading