Skip to content

Commit 122410b

Browse files
committed
ditto for other endpoints
1 parent d6298bb commit 122410b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

specification/immunisation-fhir-api.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,8 @@ paths:
15171517
resourceType:
15181518
description: FHIR resource type. Always `Immunization`.
15191519
type: string
1520-
example: Immunization
1520+
enum:
1521+
- Immunization
15211522
id:
15221523
description: Immunization record Id.
15231524
type: string
@@ -1581,7 +1582,8 @@ paths:
15811582
resourceType:
15821583
type: string
15831584
description: FHIR resource type. Always `Practitioner`.
1584-
example: Practitioner
1585+
enum:
1586+
- Practitioner
15851587
id:
15861588
type: string
15871589
description: Logical id of this artifact
@@ -1610,7 +1612,8 @@ paths:
16101612
resourceType:
16111613
type: string
16121614
description: FHIR resource type. Always `Patient`.
1613-
example: Patient
1615+
enum:
1616+
- Patient
16141617
id:
16151618
type: string
16161619
description: Logical id of this artifact
@@ -2280,7 +2283,8 @@ paths:
22802283
resourceType:
22812284
description: FHIR resource type. Always `Immunization`.
22822285
type: string
2283-
example: Immunization
2286+
enum:
2287+
- Immunization
22842288
id:
22852289
description: Immunization record Id.
22862290
type: string
@@ -2347,7 +2351,8 @@ paths:
23472351
resourceType:
23482352
type: string
23492353
description: FHIR resource type. Always `Practitioner`.
2350-
example: Practitioner
2354+
enum:
2355+
- Practitioner
23512356
id:
23522357
type: string
23532358
description: Logical id of this artifact
@@ -2373,7 +2378,8 @@ paths:
23732378
resourceType:
23742379
type: string
23752380
description: FHIR resource type. Always `Patient`.
2376-
example: Patient
2381+
enum:
2382+
- Patient
23772383
id:
23782384
type: string
23792385
description: Logical id of this artifact

0 commit comments

Comments
 (0)