File tree Expand file tree Collapse file tree 2 files changed +28
-8
lines changed
examples/requests/PATCH_Consent Expand file tree Collapse file tree 2 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 1+ StatusUpdate :
2+ summary : Update consent status
3+ description : Example status change to inactive. Along with reason for the status change.
4+ value :
5+ - op : replace
6+ path : /status
7+ value : inactive
8+ - op : replace
9+ path : /extension
10+ value :
11+ - url : https://fhir.hl7.org.uk/StructureDefinition/Extension-statusReason
12+ valueCodeableConcept :
13+ coding :
14+ - system : http://terminology.hl7.org/CodeSystem/consent-reason
15+ code : TBC
16+ display : TBC
17+
Original file line number Diff line number Diff line change @@ -752,13 +752,7 @@ paths:
752752 $ref : " #/components/schemas/PatchOperation"
753753 examples :
754754 statusUpdate :
755- summary : Update consent status
756- description : |
757- Example status change to inactive.
758- value :
759- - op : replace
760- path : /status
761- value : inactive
755+ $ref : " ./examples/requests/PATCH_Consent/replace_status.yaml#/StatusUpdate"
762756 updateProvision :
763757 summary : Set an end date for a role
764758 description : |
@@ -2283,8 +2277,17 @@ components:
22832277 enum : [add, remove, replace]
22842278 path :
22852279 type : string
2280+ enum :
2281+ - /status
2282+ - /provision/period/end
2283+ - /provision/actor
2284+ - /extension
22862285 value :
2287- type : object
2286+ oneOf :
2287+ - type : string
2288+ - type : array
2289+ items :
2290+ type : object
22882291
22892292 parameters :
22902293 RelatedPersonIdentifier :
You can’t perform that action at this time.
0 commit comments