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

Patient Arrival Time #1017

Merged
merged 2 commits into from
Dec 4, 2023
Merged
Changes from all commits
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
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
Loading