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

Commit

Permalink
added security field
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoCrespo-ora committed Oct 10, 2023
1 parent 62a4f56 commit 798971e
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions lib/resources/example_json/r4_examples_condition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,21 @@ module Resources
"id": 'p73875571',
"meta": {
"versionId": '73936721',
"lastUpdated": '2023-08-01T16: 09: 08.000Z'
"lastUpdated": '2023-08-01T16: 09: 08.000Z',
'security': [
{
'system': 'http://terminology.hl7.org/CodeSystem/v3-ActCode',
'code': 'PHY',
'display': 'physician requested information sensitivity',
'userSelected': false
},
{
'system': 'http://terminology.hl7.org/CodeSystem/v3-ActCode',
'code': 'PRS',
'display': 'patient requested information sensitivity',
'userSelected': false
}
]
},
"text": {
"status": 'generated',
Expand Down Expand Up @@ -193,7 +207,21 @@ module Resources
"id": 'p73703587',
"meta": {
"versionId": '73875225',
"lastUpdated": '2023-05-20T19:17:15.000Z'
"lastUpdated": '2023-05-20T19:17:15.000Z',
'security': [
{
'system': 'http://terminology.hl7.org/CodeSystem/v3-ActCode',
'code': 'PHY',
'display': 'physician requested information sensitivity',
'userSelected': false
},
{
'system': 'http://terminology.hl7.org/CodeSystem/v3-ActCode',
'code': 'PRS',
'display': 'patient requested information sensitivity',
'userSelected': false
}
]
},
"text": {
"status": 'generated',
Expand Down

0 comments on commit 798971e

Please sign in to comment.