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

Commit

Permalink
Observation r4 Expose standard code display (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdeep677 committed Jul 7, 2023
1 parent 5c4f270 commit 0c33412
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions lib/resources/example_json/r4_examples_observation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ module Resources
},
{
'system': 'http://loinc.org',
'code': '8328-7'
'code': '8328-7',
'display': 'Axillary temperature'
},
{
'system': 'http://loinc.org',
'code': '8310-5'
'code': '8310-5',
'display': 'Body temperature'
}
],
'text': 'Temperature Axillary'
Expand Down Expand Up @@ -411,11 +413,13 @@ module Resources
},
{
'system': 'http://loinc.org',
'code': '2708-6'
'code': '2708-6',
'display': 'Oxygen saturation in Arterial blood'
},
{
'system': 'http://loinc.org',
'code': '59408-5'
'code': '59408-5',
'display': 'Oxygen saturation in Arterial blood by Pulse oximetry'
}
],
'text': 'SpO2'
Expand Down Expand Up @@ -1099,11 +1103,13 @@ module Resources
},
{
'system': 'http://loinc.org',
'code': '75539-7'
'code': '75539-7',
'display': 'Body temperature - Temporal artery'
},
{
'system': 'http://loinc.org',
'code': '8310-5'
'code': '8310-5',
'display': 'Body temperature'
}
],
'text': 'Temperature Temporal Artery'
Expand Down

0 comments on commit 0c33412

Please sign in to comment.