Skip to content

Commit

Permalink
Fix stray div/span
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Apr 9, 2024
1 parent 3eeebb1 commit 0109dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/pages/scopes-and-launch-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`. </div>
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.</span>
* `"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)

Expand Down

0 comments on commit 0109dac

Please sign in to comment.