Skip to content

Commit

Permalink
NPA-2163: Updated ID element resource entries for examples to align w…
Browse files Browse the repository at this point in the history
…ith the API (#31)
  • Loading branch information
jake-hall3-NHSD authored Mar 12, 2024
1 parent 094159c commit b8aac6b
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit b8aac6b

Please sign in to comment.