Skip to content

Commit

Permalink
Add recommendation for fhirContext.type to fix FHIR-43862
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Jan 26, 2024
1 parent 60ba558 commit 89352c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/pages/scopes-and-launch-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ properties:

* `"identifier"` (object): FHIR Identifier for the `fhirContext` item

* `"type"` (string): FHIR resource type of the `fhirContext` item
* `"type"` (string): FHIR resource type of the `fhirContext` item (RECOMMENDED when `"identifier"` or `"canonical"` is present)

* `"role"` (string): URI identifying the role of this `fhirContext` item.
Relative role URIs can only be used if they are defined in this specification; other
Expand Down

0 comments on commit 89352c3

Please sign in to comment.