We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2f7516 + 13d2a28 commit e36a5aaCopy full SHA for e36a5aa
1 file changed
specification/record-locator/consumer.yaml
@@ -1297,11 +1297,16 @@ components:
1297
- "https://fhir.nhs.uk/England/CodeSystem/England-RetrievalMechanism"
1298
code:
1299
type: string
1300
- enum: ["SSP", "Direct", "LDR"]
+ enum: ["SSP", "Direct", "LDR", "InContext"]
1301
display:
1302
1303
enum:
1304
- ["Spine Secure Proxy", "Direct", "Large Document Retrieval"]
+ [
1305
+ "Spine Secure Proxy",
1306
+ "Direct",
1307
+ "Large Document Retrieval",
1308
+ "Direct using In-Context"
1309
+ ]
1310
required:
1311
- system
1312
- code
0 commit comments