Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPA-2163: Updated ID element resource entries for examples to align with the API #31

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions specification/validated-relationships-service-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ components:
url:
type: string
format: uri
example: https://api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson?_include=RelatedPerson%3apatient&identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9449304130&patient=7c236cce-7dca-4e93-91c8-b00e98ff0041
example: https://api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson?_include=RelatedPerson%3apatient&identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9449304130&patient=9000000001
entry:
type: array
description: |
Expand All @@ -240,7 +240,7 @@ components:
fullUrl:
type: string
description: The canonical URL of the resource in the entry
example: "https://api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/17773b27-427e-4940-8c16-64cdac715001"
example: "https://api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/507B7621"
resource:
type: object
properties:
Expand All @@ -251,7 +251,7 @@ components:
id:
type: string
description: Identifier of the resource
example: "17773b27-427e-4940-8c16-64cdac715001"
example: "507B7621"
identifier:
type: array
description: The proxy's NHS number.
Expand Down Expand Up @@ -332,7 +332,7 @@ components:
fullUrl:
type: string
description: The canonical URL of the resource in the entry
example: "https://api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/27773b27-427e-4940-8c16-64cdac715002"
example: "https://api.service.nhs.uk/validated-relationships/FHIR/R4/Patient/9000000002"
resource:
type: object
properties:
Expand All @@ -343,7 +343,7 @@ components:
id:
type: string
description: Identifier of the resource
example: "27773b27-427e-4940-8c16-64cdac715002"
example: "9000000002"
identifier:
type: array
description: The patient's NHS number.
Expand Down
Loading