From 4ac8a46f3b219f175e4bb1006a01e3b9f5f98d7d Mon Sep 17 00:00:00 2001 From: Someshwara Nazare Date: Tue, 30 Apr 2024 18:07:04 +0530 Subject: [PATCH 1/2] [R4][Slot] General Resource Extension update --- content/millennium/r4/base/workflow/slot.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/millennium/r4/base/workflow/slot.md b/content/millennium/r4/base/workflow/slot.md index 3ac51f082..fb2aaf775 100644 --- a/content/millennium/r4/base/workflow/slot.md +++ b/content/millennium/r4/base/workflow/slot.md @@ -34,6 +34,7 @@ The following fields are returned if valued: ## Extensions * [Scheduling Location] +* [General Resource] ### Custom Extensions @@ -42,6 +43,7 @@ All URLs for custom extensions are defined as `https://fhir-ehr.cerner.com/r4/St ID | Value\[x] Type | Description -----------------------|----------------|------------------------------------------------------------------------------------------------ `scheduling-location` | [`Reference`] | Reference to the location corresponding to this schedule, where the appointment can be booked. + `general-resource` | [`String`] | Value String referencing to the General Resource corresponding to this schedule. ## Search @@ -286,3 +288,4 @@ The common [errors] and [OperationOutcomes] may be returned. [errors]: ../../../#client-errors [OperationOutcomes]: ../../../#operation-outcomes [Scheduling Location]: #custom-extensions +[General Resource]: #custom-extensions From 059ea9d082f03f03a862496741c78b45b2f16afd Mon Sep 17 00:00:00 2001 From: Someshwara Nazare Date: Tue, 30 Apr 2024 19:58:36 +0530 Subject: [PATCH 2/2] review changes --- content/millennium/r4/base/workflow/slot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/millennium/r4/base/workflow/slot.md b/content/millennium/r4/base/workflow/slot.md index fb2aaf775..49bd0cbaf 100644 --- a/content/millennium/r4/base/workflow/slot.md +++ b/content/millennium/r4/base/workflow/slot.md @@ -43,7 +43,7 @@ All URLs for custom extensions are defined as `https://fhir-ehr.cerner.com/r4/St ID | Value\[x] Type | Description -----------------------|----------------|------------------------------------------------------------------------------------------------ `scheduling-location` | [`Reference`] | Reference to the location corresponding to this schedule, where the appointment can be booked. - `general-resource` | [`String`] | Value String referencing to the General Resource corresponding to this schedule. + `general-resource` | [`String`] | Value String referencing a General Resource corresponding to this schedule. ## Search