Skip to content

Commit f3a56d4

Browse files
NPA-6014: explicit datetime format to comply with ISO
1 parent 3e58280 commit f3a56d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

specification/examples/requests/POST_Consent/adult_to_adult_proxy_creation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ConsentAdultToAdultGuardianRequest:
2828
value: "9000000017"
2929
provision:
3030
period:
31-
start: "2025-02-11"
31+
start: "2025-02-11T14:30:00Z"
3232
actor:
3333
- role:
3434
coding:
@@ -46,4 +46,4 @@ ConsentAdultToAdultGuardianRequest:
4646
coding:
4747
- system: https://terminology.hl7.org/CodeSystem/consent-reason
4848
code: ROLE_CREATED
49-
display: Role created from scratch by GP
49+
display: Role created from scratch by GP

specification/examples/requests/POST_Consent/parent_child_proxy_creation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ConsentParentChildProxyCreationRequest:
2828
value: "9000000009"
2929
provision:
3030
period:
31-
start: "2025-02-11"
32-
end: "2026-02-11"
31+
start: "2025-02-11T14:30:00Z"
32+
end: "2026-02-11T14:30:00Z"
3333
actor:
3434
- role:
3535
coding:
@@ -47,4 +47,4 @@ ConsentParentChildProxyCreationRequest:
4747
coding:
4848
- system: https://terminology.hl7.org/CodeSystem/consent-reason
4949
code: ROLE_CREATED
50-
display: Role created from scratch by GP
50+
display: Role created from scratch by GP

0 commit comments

Comments
 (0)