Skip to content

Commit 525bfad

Browse files
NPA-6014: task 1 status reason updates to schema
1 parent f1a7ff8 commit 525bfad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specification/examples/requests/PATCH_Consent/replace_status.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ StatusUpdate:
55
- op: replace
66
path: /status
77
value: inactive
8-
- op: replace
9-
path: /extension
8+
- op: add
9+
path: /extension/-
1010
value:
1111
- url: https://fhir.hl7.org.uk/StructureDefinition/Extension-statusReason
1212
valueCodeableConcept:

specification/validated-relationships-service-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,8 +1006,8 @@ paths:
10061006
- op: replace
10071007
path: /status
10081008
value: active
1009-
- op: replace
1010-
path: /extension
1009+
- op: add
1010+
path: /extension/-
10111011
value:
10121012
- url: https://fhir.hl7.org.uk/StructureDefinition/Extension-statusReason
10131013
valueCodeableConcept:

0 commit comments

Comments
 (0)