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
@@ -2040,6 +2040,14 @@ components:
2040
2040
2041
2041
Consent:
2042
2042
type: object
2043
+
required:
2044
+
- id
2045
+
- status
2046
+
- scope
2047
+
- category
2048
+
- patient
2049
+
- dateTime
2050
+
- performer
2043
2051
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.
2044
2052
properties:
2045
2053
resourceType:
@@ -2053,7 +2061,7 @@ components:
2053
2061
description: Unique identifier of the Consent resource
2054
2062
status:
2055
2063
type: string
2056
-
description: "The status of the consent, following the ConsentStateCodes value set."
2064
+
description: "The status of the consent, following the ConsentStateCodes value set."
0 commit comments