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

Commit

Permalink
[R4] Condition example updated with Diagnosis Type Extension (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
shushruth-s authored Apr 30, 2024
1 parent 329cd7b commit 99963a8
Showing 1 changed file with 16 additions and 0 deletions.
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': [
{
'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

0 comments on commit 99963a8

Please sign in to comment.