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/examples/requests/POST_QuestionnaireResponse/adult-nominates-adult.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
QuestionnaireResponseAdultNominatesAdultRequest:
2
2
summary: Adult nominates Adult access request
3
3
description: |
4
-
Example proxy access request from an adult (Jill) with NHS number `9000000006` nominating her husband (Tom) with NHS number `9000000005` to act on her behalf.
5
-
4
+
Example proxy access request from an adult (Jill) with NHS number `9000000006` nominating her husband (Tom) with NHS number `9000000005` to act on her behalf.
5
+
6
6
Significant things to point out:
7
7
8
8
- `source.type` should be `Patient` when a patient is nominating a proxy
9
9
- `source.identifier.value` should be the NHS number of the user completing the form - this should correlate with the Identity token in the request
10
10
- `subject.type` should be `Patient` since it is the patient that is the subject of the application
11
11
- `subject.identifier.value` should be the NHS Number of the patient to which the application relates
12
12
- `relatedPerson` demographics are present in the request as a result of being provided by the applicant
Example proxy access request from an adult (Tom) with NHS number `9000000005` requesting access to act on behalf of his wife (Jill) with NHS number `9000000006`.
5
-
4
+
Example proxy access request from an adult (Tom) with NHS number `9000000005` requesting access to act on behalf of his wife (Jill) with NHS number `9000000006`.
5
+
6
6
Significant details to point out:
7
7
8
8
- `source.type` should be `RelatedPerson` when a proxy is applying
9
9
- `source.identifier.value` should be the NHS number of the user completing the form - this should correlate with the Identity token in the request
10
10
- `subject.type` should be `Patient` since it is the patient that is the subject of the application
11
11
- `subject.identifier.value` should be the NHS Number of the patient to which the application relates
12
12
- `patient` demographics are present in the request as a result of being provided by the applicant
Example proxy access request from an adult (Danny) with NHS number `9876543210` requesting access to act on behalf of an elderly parent (Florence) without capacity wth NHS number `9000000008`.
5
-
4
+
Example proxy access request from an adult (Danny) with NHS number `9876543210` requesting access to act on behalf of an elderly parent (Florence) without capacity wth NHS number `9000000008`.
5
+
6
6
Significant details to point out:
7
7
8
8
- `source.type` should be `RelatedPerson` when a proxy is applying
9
9
- `source.identifier.value` should be the NHS number of the user completing the form - this should correlate with the Identity token in the request
10
10
- `subject.type` should be `Patient` since it is the patient that is the subject of the application
11
11
- `subject.identifier.value` should be the NHS Number of the patient to which the application relates
12
12
- `patient` demographics are present in the request as a result of being provided by the applicant
Copy file name to clipboardExpand all lines: specification/examples/requests/POST_QuestionnaireResponse/mother-child.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
QuestionnaireResponseMotherChildRequest:
2
2
summary: Mother > Child access request
3
3
description: |
4
-
Example proxy access request from a mother (Martha) with NHS number `9000000001` requesting access to act on behalf of their child (Timmy) with NHS number `9000000002`.
5
-
4
+
Example proxy access request from a mother (Martha) with NHS number `9000000001` requesting access to act on behalf of their child (Timmy) with NHS number `9000000002`.
5
+
6
6
Significant details to point out:
7
7
8
8
- `source.type` should be `RelatedPerson` when a proxy is applying
9
9
- `source.identifier.value` should be the NHS number of the user completing the form - this should correlate with the Identity token in the request
10
10
- `subject.type` should be `Patient` since it is the patient that is the subject of the application
11
11
- `subject.identifier.value` should be the NHS Number of the patient to which the application relates
12
12
- `patient` demographics are present in the request as a result of being provided by the applicant
0 commit comments