Skip to content

Commit d6298bb

Browse files
committed
ditto for POST Create
1 parent 680aa73 commit d6298bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

specification/immunisation-fhir-api.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,8 @@ paths:
510510
resourceType:
511511
type: string
512512
description: FHIR resource type. Always `Practitioner`.
513-
example: Practitioner
513+
enum:
514+
- Practitioner
514515
id:
515516
type: string
516517
description: Logical id of this artifact
@@ -536,7 +537,8 @@ paths:
536537
resourceType:
537538
type: string
538539
description: FHIR resource type. Always `Patient`.
539-
example: Patient
540+
enum:
541+
- Patient
540542
id:
541543
type: string
542544
description: Logical id of this artifact

0 commit comments

Comments
 (0)