You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/validated-relationships-service-api.yaml
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2034,6 +2034,14 @@ components:
2034
2034
2035
2035
Consent:
2036
2036
type: object
2037
+
required:
2038
+
- id
2039
+
- status
2040
+
- scope
2041
+
- category
2042
+
- patient
2043
+
- dateTime
2044
+
- performer
2037
2045
description: The details of the consent including who the patient and care "performer" are, status of the relationship and whether consent was given by a patient with capacity.
2038
2046
properties:
2039
2047
resourceType:
@@ -2047,7 +2055,7 @@ components:
2047
2055
description: Unique identifier of the Consent resource
2048
2056
status:
2049
2057
type: string
2050
-
description: "The status of the consent, following the ConsentStateCodes value set."
2058
+
description: "The status of the consent, following the ConsentStateCodes value set."
0 commit comments