Skip to content

Commit d8d505f

Browse files
NPA-4511: Corrected references
1 parent ae36e3d commit d8d505f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

specification/examples/requests/POST_Consent/adult_to_adult_proxy_creation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ ConsentAdultToAdultGuardianRequest:
1919
type: Patient
2020
identifier:
2121
system: https://fhir.nhs.uk/Id/nhs-number
22-
value: "9000000017"
22+
value: "9000000012"
2323
dateTime: "2025-02-11T14:30:00Z"
2424
performer:
2525
- type: RelatedPerson
2626
identifier:
2727
system: https://fhir.nhs.uk/Id/nhs-number
28-
value: "9000000012"
28+
value: "9000000017"
2929
provision:
3030
period:
3131
start: "2025-02-11"
@@ -39,7 +39,7 @@ ConsentAdultToAdultGuardianRequest:
3939
type: RelatedPerson
4040
identifier:
4141
system: https://fhir.nhs.uk/Id/nhs-number
42-
value: "9000000012"
42+
value: "9000000017"
4343
extension:
4444
- url: https://fhir.hl7.org.uk/StructureDefinition/Extension-statusReason
4545
valueCodeableConcept:

specification/examples/requests/POST_Consent/parent_child_proxy_creation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ ConsentParentChildProxyCreationRequest:
1919
type: Patient
2020
identifier:
2121
system: https://fhir.nhs.uk/Id/nhs-number
22-
value: "9000000017"
22+
value: "9000000012"
2323
dateTime: "2025-02-11T14:30:00Z"
2424
performer:
2525
- type: RelatedPerson
2626
identifier:
2727
system: https://fhir.nhs.uk/Id/nhs-number
28-
value: "9000000012"
28+
value: "9000000009"
2929
provision:
3030
period:
3131
start: "2025-02-11"
@@ -40,7 +40,7 @@ ConsentParentChildProxyCreationRequest:
4040
type: RelatedPerson
4141
identifier:
4242
system: https://fhir.nhs.uk/Id/nhs-number
43-
value: "9000000012"
43+
value: "9000000009"
4444
extension:
4545
- url: https://fhir.hl7.org.uk/StructureDefinition/Extension-statusReason
4646
valueCodeableConcept:

0 commit comments

Comments
 (0)