Skip to content

Commit cbf18b9

Browse files
authored
Merge pull request #453 from cds-hooks/iss410-userId-resourcename-prefix
Fix to prefetch example, for userId
2 parents 96735b7 + 2848a9e commit cbf18b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Only the `encounterId` field in this example is eligible to be a prefetch token
318318
"prefetch": {
319319
"patient": "Patient/{{context.patientId}}",
320320
"hemoglobin-a1c": "Observation?patient={{context.patientId}}&code=4548-4&_count=1&sort:desc=date",
321-
"user": "Practitioner/{{context.userId}}"
321+
"user": "{{context.userId}}"
322322
}
323323
}
324324
```

0 commit comments

Comments
 (0)