Skip to content

Commit c05ed00

Browse files
authored
Merge pull request #177 from NHSDigital/bug/NPA-4704/add-provision-actor-to-post-consent-schema
NPA-4704: Add provision.actor to POST /Consent Schema
2 parents c1dc99c + eee9dee commit c05ed00

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,6 +2107,18 @@ components:
21072107
type: string
21082108
description: "End time with inclusive boundary, if not ongoing"
21092109
format: date-time
2110+
actor:
2111+
type: array
2112+
description: "Individuals or organisations involved in the provision"
2113+
items:
2114+
type: object
2115+
properties:
2116+
reference:
2117+
$ref: "#/components/schemas/Reference"
2118+
description: "Individuals or organizations that agreed to the consent"
2119+
role:
2120+
$ref: "#/components/schemas/CodeableConcept"
2121+
description: "Classification of the role of consent, bound to http://terminology.hl7.org/CodeSystem/v3-RoleCode"
21102122

21112123
Extension:
21122124
type: object

0 commit comments

Comments
 (0)