Notice: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
Scenario - Modify a Relationship
Actors
Name | Type | Description |
---|---|---|
Client Application | System | The application the user uses |
NHS England PDS | System | NHS England Personal Demographics Service (PDS) |
Use Case(s)
Modify a Relationship
The sequence diagram below is a high level view of the actual process which focuses on the interactions exchanged between the actors.
Update RelatedPerson
An existing RelatedPerson can be updated by the following:
PUT https://pdsrepository.example.nhs.uk/FHIR/R4/RelatedPerson/{id}
Where id
is the current id of the resource. This request is then submitted to the Personal Demographics Service via FHIR RESTful API
Update Example
PUT https://pdsrepository.example.nhs.uk/FHIR/R4/RelatedPerson/PDS-RelatedPerson-D1EDA4B8-Example
See RelatedPerson-D1EDA4B8-Example for existing resource.