|
676 | 676 | }, |
677 | 677 | "doseNumber[X]": { |
678 | 678 | "type": "object", |
679 | | - "description": "Nominal position in a series. The use of an integer is preferred if known. A string should only be used in cases where an integer is not available.", |
| 679 | + "description": "Nominal position in a series. This SHALL be provided but may be populated using either of the dataTypes available: PositiveInt or String. The use of an integer is preferred.", |
680 | 680 | "properties": { |
681 | 681 | "doseNumberPositiveInt": { |
682 | 682 | "description": "Nominal position in a course of vaccines. This `SHOULD be populated` where the data is available.", |
|
1489 | 1489 | "items": { |
1490 | 1490 | "type": "object", |
1491 | 1491 | "required": [ |
1492 | | - "targetDisease" |
| 1492 | + "targetDisease", |
| 1493 | + "doseNumber[X]" |
1493 | 1494 | ], |
1494 | 1495 | "properties": { |
1495 | 1496 | "targetDisease": { |
|
1532 | 1533 | }, |
1533 | 1534 | "doseNumber[X]": { |
1534 | 1535 | "type": "object", |
1535 | | - "description": "Dose number within series. Can be an integer or string. Kindly, refer below elements", |
| 1536 | + "description": "Nominal position in a series. This SHALL be provided but may be populated using either of the dataTypes available: PositiveInt or String. The use of an integer is preferred.", |
1536 | 1537 | "properties": { |
1537 | 1538 | "doseNumberPositiveInt": { |
1538 | | - "description": "Dose number within a series of doses.", |
| 1539 | + "description": "Nominal position in a course of vaccines. This `SHOULD be populated` where the data is available.", |
1539 | 1540 | "type": "integer", |
1540 | 1541 | "example": 1 |
1541 | 1542 | }, |
1542 | 1543 | "doseNumberString": { |
1543 | | - "description": "A string should only be used in cases where an integer is not available.", |
| 1544 | + "description": "Description of the dose sequence where it is not a numeric or a reason a dose number cannot be provided. \nA string should only be used in cases where an integer is not available.", |
1544 | 1545 | "type": "string" |
1545 | 1546 | } |
1546 | | - }, |
1547 | | - "required": [ |
1548 | | - "doseNumberPositiveInt" |
1549 | | - ] |
| 1547 | + } |
1550 | 1548 | } |
1551 | 1549 | } |
1552 | 1550 | } |
|
2410 | 2408 | "items": { |
2411 | 2409 | "type": "object", |
2412 | 2410 | "required": [ |
2413 | | - "targetDisease" |
| 2411 | + "targetDisease", |
| 2412 | + "doseNumber[X]" |
2414 | 2413 | ], |
2415 | 2414 | "properties": { |
2416 | 2415 | "targetDisease": { |
|
2453 | 2452 | }, |
2454 | 2453 | "doseNumber[X]": { |
2455 | 2454 | "type": "object", |
2456 | | - "description": "Dose number within series. Can be an integer or string. Kindly, refer below elements", |
| 2455 | + "description": "Nominal position in a series. This SHALL be provided but may be populated using either of the dataTypes available: PositiveInt or String. The use of an integer is preferred.", |
2457 | 2456 | "properties": { |
2458 | 2457 | "doseNumberPositiveInt": { |
2459 | | - "description": "Dose number within a series of doses.", |
| 2458 | + "description": "Nominal position in a course of vaccines. This `SHOULD be populated` where the data is available.", |
2460 | 2459 | "type": "integer", |
2461 | 2460 | "example": 1 |
2462 | 2461 | }, |
2463 | 2462 | "doseNumberString": { |
2464 | | - "description": "A string should only be used in cases where an integer is not available.", |
| 2463 | + "description": "Description of the dose sequence where it is not a numeric or a reason a dose number cannot be provided. \nA string should only be used in cases where an integer is not available.", |
2465 | 2464 | "type": "string" |
2466 | 2465 | } |
2467 | | - }, |
2468 | | - "required": [ |
2469 | | - "doseNumberPositiveInt" |
2470 | | - ] |
| 2466 | + } |
2471 | 2467 | } |
2472 | 2468 | } |
2473 | 2469 | } |
|
3384 | 3380 | "items": { |
3385 | 3381 | "type": "object", |
3386 | 3382 | "required": [ |
3387 | | - "targetDisease" |
| 3383 | + "targetDisease", |
| 3384 | + "doseNumber[X]" |
3388 | 3385 | ], |
3389 | 3386 | "properties": { |
3390 | 3387 | "targetDisease": { |
|
3427 | 3424 | }, |
3428 | 3425 | "doseNumber[X]": { |
3429 | 3426 | "type": "object", |
3430 | | - "description": "Dose number within series. Can be an integer or string. Kindly, refer below elements", |
| 3427 | + "description": "Nominal position in a series. This SHALL be provided but may be populated using either of the dataTypes available: PositiveInt or String. The use of an integer is preferred.", |
3431 | 3428 | "properties": { |
3432 | 3429 | "doseNumberPositiveInt": { |
3433 | | - "description": "Dose number within a series of doses.", |
| 3430 | + "description": "Nominal position in a course of vaccines. This `SHOULD be populated` where the data is available.", |
3434 | 3431 | "type": "integer", |
3435 | 3432 | "example": 1 |
3436 | 3433 | }, |
3437 | 3434 | "doseNumberString": { |
3438 | | - "description": "A string should only be used in cases where an integer is not available.", |
| 3435 | + "description": "Description of the dose sequence where it is not a numeric or a reason a dose number cannot be provided. \nA string should only be used in cases where an integer is not available.", |
3439 | 3436 | "type": "string" |
3440 | 3437 | } |
3441 | | - }, |
3442 | | - "required": [ |
3443 | | - "doseNumberPositiveInt" |
3444 | | - ] |
| 3438 | + } |
3445 | 3439 | } |
3446 | 3440 | } |
3447 | 3441 | } |
|
4302 | 4296 | }, |
4303 | 4297 | "doseNumber[X]": { |
4304 | 4298 | "type": "object", |
4305 | | - "description": "Nominal position in a series. The use of an integer is preferred if known. A string should only be used in cases where an integer is not available.", |
| 4299 | + "description": "Nominal position in a series. This SHALL be provided but may be populated using either of the dataTypes available: PositiveInt or String. The use of an integer is preferred.", |
4306 | 4300 | "properties": { |
4307 | 4301 | "doseNumberPositiveInt": { |
4308 | 4302 | "description": "Nominal position in a course of vaccines. This `SHOULD be populated` where the data is available.", |
|
0 commit comments