Skip to content

Commit 3fb9732

Browse files
Merge pull request #308745 from evachen96/patch-14
Fix URL in SMART v2 parameter-constrained scopes example
2 parents 1e0cfe1 + b637383 commit 3fb9732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/healthcare-apis/fhir/smart-on-fhir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Scopes:
8686

8787
- Parameter-constrained scopes:
8888
- SMART v2 expands on standard scopes by introducing parameter-constrained scopes, allowing clients to access only the subset of resources matching specific query parameters.
89-
- Example: `Condition.rs?category=http//terminology.hl7.org/CodeSystem/condition-category|encounter-diagnosis`
89+
- Example: `Condition.rs?category=http://terminology.hl7.org/CodeSystem/condition-category|encounter-diagnosis`
9090
- This scope grants read/search access only to Condition resources with that specific category.
9191
- Note: Chained, `_include`, and `_revinclude` are only supported in the normal search query, they are not supported in the granular scope query string.
9292

0 commit comments

Comments
 (0)