Skip to content

Commit 0c34197

Browse files
committed
NRL-478 update swagger docs
1 parent d493c17 commit 0c34197

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

api/producer/swagger.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,18 @@ paths:
349349
}
350350
]
351351
```
352-
* `context` MUST include a `related` entry containing the ASID if the document is to be accessed via SSP, e.g.
352+
* `context` MUST include a `practiceSetting` and `related` entry containing the ASID if the document is to be accessed via SSP, e.g.
353353
```
354354
"context": {
355+
"practiceSetting": {
356+
"coding": [
357+
{
358+
"system": "http://snomed.info/sct",
359+
"code": "390826005",
360+
"display": "Mental health caregiver support"
361+
}
362+
]
363+
},
355364
"related": [
356365
{
357366
"identifier": {

0 commit comments

Comments
 (0)