Skip to content

Commit 9e15f1e

Browse files
committed
1. Patient Identifier corrected II
1 parent 92f05d8 commit 9e15f1e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

specification/immunisation-fhir-api.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@
302302
"maxItems": 1,
303303
"items": {
304304
"type": "object",
305+
"required": [
306+
"system",
307+
"value"
308+
],
305309
"properties": {
306310
"use": {
307311
"description": "Identifier use as defined by https://www.hl7.org/fhir/valueset-identifier-use.html.",
@@ -3913,6 +3917,10 @@
39133917
"maxItems": 1,
39143918
"items": {
39153919
"type": "object",
3920+
"required": [
3921+
"system",
3922+
"value"
3923+
],
39163924
"properties": {
39173925
"use": {
39183926
"description": "Identifier use as defined by https://www.hl7.org/fhir/valueset-identifier-use.html.",

0 commit comments

Comments
 (0)