Skip to content

Commit 462a09c

Browse files
authored
Merge branch 'master' into iss444-require-hook-maturity-level
2 parents 8d9ed51 + cbf18b9 commit 462a09c

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)