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

Commit

Permalink
Patient Arrival Time (#1017)
Browse files Browse the repository at this point in the history
* added example for patient arrival time

* fixed rubocop

---------

Co-authored-by: Nandita92 <[email protected]>
  • Loading branch information
Nandita92 and NanditaJ committed Dec 4, 2023
1 parent 832c6a1 commit a614add
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions lib/resources/example_json/r4_examples_appointment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,11 @@ module Resources
"display": 'Smart II, Nancy'
},
"required": 'required',
"status": 'accepted'
"status": 'accepted',
'period': {
'start': '2023-07-26T14:00:00Z',
'end': '2023-07-26T15:00:00Z'
}
}
],
"requestedPeriod": [
Expand Down Expand Up @@ -279,7 +283,11 @@ module Resources
'display': 'SMART, NANCY'
},
'required': 'required',
'status': 'accepted'
'status': 'accepted',
'period': {
'start': '2023-07-26T14:00:00Z',
'end': '2023-07-26T15:00:00Z'
}
},
{
'type': [
Expand Down

0 comments on commit a614add

Please sign in to comment.