Skip to content

Commit

Permalink
NPA-3543: add generalPractitioner to patient resource to enable us to…
Browse files Browse the repository at this point in the history
… surface ODS code
  • Loading branch information
James Taylor committed Sep 2, 2024
1 parent e32f520 commit 5e03ea6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion specification/validated-relationships-service-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,9 @@ components:
example: "2010-10-22"
type: string
format: date
generalPractitioner:
$ref: '#/components/schemas/Reference'
description: "Patient's nominated primary care provider"

Consent:
type: object
Expand Down Expand Up @@ -1689,7 +1692,10 @@ components:

Reference:
type: object
properties:
properties:
type:
type: string
description: The resource type that the reference refers to
identifier:
$ref: '#/components/schemas/Identifier'

Expand Down

0 comments on commit 5e03ea6

Please sign in to comment.