|
43 | 43 | "status", |
44 | 44 | "vaccineCode", |
45 | 45 | "patient", |
46 | | - "occurrenceDateTime", |
| 46 | + "occurrence[X]", |
47 | 47 | "recorded", |
48 | 48 | "primarySource", |
49 | 49 | "location", |
|
384 | 384 | } |
385 | 385 | } |
386 | 386 | }, |
387 | | - "occurrenceDateTime": { |
388 | | - "description": "A dateTime format SHALL be provided. It SHOULD be to the level of precision as recorded within the source system, subject to the FHIR rules for dateTime. \n Only positive timezone offsets of '+00:00' (GMT) and '+01:00' (BST) are allowed. Where time zone information is required but is not available in the source system the time zone element can be a hardcoded static value of `+00:00`.", |
389 | | - "type": "string", |
390 | | - "example": "2021-02-07T13:28:17.271000+00:00" |
| 387 | + "occurrence[X]": { |
| 388 | + "type": "object", |
| 389 | + "description": "When immunizations are given a specific date and time should always be known. The string data type for this element is not supported. Only occurrenceDateTime SHALL be used.", |
| 390 | + "properties": { |
| 391 | + "occurrenceDateTime": { |
| 392 | + "description": "A dateTime format SHALL be provided. It SHOULD be to the level of precision as recorded within the source system, subject to the FHIR rules for dateTime. \n Only positive timezone offsets of '+00:00' (GMT) and '+01:00' (BST) are allowed. Where time zone information is required but is not available in the source system the time zone element can be a hardcoded static value of `+00:00`.", |
| 393 | + "type": "string", |
| 394 | + "example": "2021-02-07T13:28:17.271000+00:00" |
| 395 | + } |
| 396 | + }, |
| 397 | + "required": [ |
| 398 | + "occurrenceDateTime" |
| 399 | + ] |
391 | 400 | }, |
392 | 401 | "recorded": { |
393 | 402 | "description": "The date the occurrence of the immunization was first captured in the record - potentially significantly after the occurrence of the event.", |
|
3629 | 3638 | "status", |
3630 | 3639 | "vaccineCode", |
3631 | 3640 | "patient", |
3632 | | - "occurrenceDateTime", |
| 3641 | + "occurrence[X]", |
3633 | 3642 | "recorded", |
3634 | 3643 | "primarySource", |
3635 | 3644 | "location", |
|
3974 | 3983 | } |
3975 | 3984 | } |
3976 | 3985 | }, |
3977 | | - "occurrenceDateTime": { |
3978 | | - "description": "A dateTime format SHALL be provided. It SHOULD be to the level of precision as recorded within the source system, subject to the FHIR rules for dateTime. \nOnly positive timezone offsets of '+00:00' (GMT) and '+01:00' (BST) are allowed. Where time zone information is required but is not available in the source system the time zone element can be a hardcoded static value of `+00:00`.", |
3979 | | - "type": "string", |
3980 | | - "example": "2021-02-07T13:28:17.271000+00:00" |
| 3986 | + "occurrence[X]": { |
| 3987 | + "type": "object", |
| 3988 | + "description": "When immunizations are given a specific date and time should always be known. The string data type for this element is not supported. Only occurrenceDateTime SHALL be used.", |
| 3989 | + "properties": { |
| 3990 | + "occurrenceDateTime": { |
| 3991 | + "description": "A dateTime format SHALL be provided. It SHOULD be to the level of precision as recorded within the source system, subject to the FHIR rules for dateTime. \n Only positive timezone offsets of '+00:00' (GMT) and '+01:00' (BST) are allowed. Where time zone information is required but is not available in the source system the time zone element can be a hardcoded static value of `+00:00`.", |
| 3992 | + "type": "string", |
| 3993 | + "example": "2021-02-07T13:28:17.271000+00:00" |
| 3994 | + } |
| 3995 | + }, |
| 3996 | + "required": [ |
| 3997 | + "occurrenceDateTime" |
| 3998 | + ] |
3981 | 3999 | }, |
3982 | 4000 | "recorded": { |
3983 | 4001 | "description": "The date the occurrence of the immunization was first captured in the record - potentially significantly after the occurrence of the event.", |
|
0 commit comments