From 0109dac6f8197f9fa6540f65adf3fdb310999b1c Mon Sep 17 00:00:00 2001 From: Josh Mandel Date: Tue, 9 Apr 2024 16:51:50 -0500 Subject: [PATCH] Fix stray div/span --- input/pages/scopes-and-launch-context.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/pages/scopes-and-launch-context.md b/input/pages/scopes-and-launch-context.md index 0d763c99..f4a7ba6e 100644 --- a/input/pages/scopes-and-launch-context.md +++ b/input/pages/scopes-and-launch-context.md @@ -562,14 +562,14 @@ predictable JSON structure, any contextual resource types that were requested by a launch scope will appear in the `fhirContext` array. The two exceptions are Patient and Encounter resource types, which will *not be deprecated from top-level parameters*, and they will *not be permitted* within the `fhirContext` array unless they -include a `role` other than `"launch"`. +include a `role` other than `"launch"`. Each object in the `fhirContext` array SHALL include at least one of `"reference"`, `"canonical"`, or `"identifier"`, and MAY contain additional properties: -* `"reference"` (string): relative reference to a FHIR resource. Note that there MAY be more than one `fhirContext` item referencing the same type of resource. +* `"reference"` (string): relative reference to a FHIR resource. Note that there MAY be more than one `fhirContext` item referencing the same type of resource. * `"canonical"` (string): canonical URL for the `fhirContext` item (MAY include a version suffix)