|
973 | 973 | "status", |
974 | 974 | "vaccineCode", |
975 | 975 | "patient", |
976 | | - "occurrenceDateTime", |
| 976 | + "occurrence[X]", |
977 | 977 | "recorded", |
978 | 978 | "primarySource", |
979 | 979 | "location", |
|
1216 | 1216 | } |
1217 | 1217 | } |
1218 | 1218 | }, |
1219 | | - "occurrenceDateTime": { |
1220 | | - "description": "Date and time of immunisation.", |
1221 | | - "type": "string", |
1222 | | - "example": "2021-02-07T13:28:17.271000+00:00" |
| 1219 | + "occurrence[X]": { |
| 1220 | + "type": "object", |
| 1221 | + "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.", |
| 1222 | + "properties": { |
| 1223 | + "occurrenceDateTime": { |
| 1224 | + "description": "Date and time of immunisation.", |
| 1225 | + "type": "string", |
| 1226 | + "example": "2021-02-07T13:28:17.271000+00:00" |
| 1227 | + } |
| 1228 | + }, |
| 1229 | + "required": [ |
| 1230 | + "occurrenceDateTime" |
| 1231 | + ] |
1223 | 1232 | }, |
1224 | 1233 | "recorded": { |
1225 | 1234 | "description": "The date the occurrence of the immunization was first captured in the record - potentially significantly after the occurrence of the event.", |
|
1885 | 1894 | "status", |
1886 | 1895 | "vaccineCode", |
1887 | 1896 | "patient", |
1888 | | - "occurrenceDateTime", |
| 1897 | + "occurrence[X]", |
1889 | 1898 | "recorded", |
1890 | 1899 | "primarySource", |
1891 | 1900 | "location", |
|
2128 | 2137 | } |
2129 | 2138 | } |
2130 | 2139 | }, |
2131 | | - "occurrenceDateTime": { |
2132 | | - "description": "Date and time of immunisation.", |
2133 | | - "type": "string", |
2134 | | - "example": "2021-02-07T13:28:17.271000+00:00" |
| 2140 | + "occurrence[X]": { |
| 2141 | + "type": "object", |
| 2142 | + "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.", |
| 2143 | + "properties": { |
| 2144 | + "occurrenceDateTime": { |
| 2145 | + "description": "Date and time of immunisation.", |
| 2146 | + "type": "string", |
| 2147 | + "example": "2021-02-07T13:28:17.271000+00:00" |
| 2148 | + } |
| 2149 | + }, |
| 2150 | + "required": [ |
| 2151 | + "occurrenceDateTime" |
| 2152 | + ] |
2135 | 2153 | }, |
2136 | 2154 | "recorded": { |
2137 | 2155 | "description": "The date the occurrence of the immunization was first captured in the record - potentially significantly after the occurrence of the event.", |
|
2735 | 2753 | "status", |
2736 | 2754 | "vaccineCode", |
2737 | 2755 | "patient", |
2738 | | - "occurrenceDateTime", |
| 2756 | + "occurrence[X]", |
2739 | 2757 | "recorded", |
2740 | 2758 | "primarySource", |
2741 | 2759 | "location", |
|
3093 | 3111 | } |
3094 | 3112 | } |
3095 | 3113 | }, |
3096 | | - "occurrenceDateTime": { |
3097 | | - "description": "Date and time of immunisation.", |
3098 | | - "type": "string", |
3099 | | - "example": "2021-02-07T13:28:17.271000+00:00" |
| 3114 | + "occurrence[X]": { |
| 3115 | + "type": "object", |
| 3116 | + "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.", |
| 3117 | + "properties": { |
| 3118 | + "occurrenceDateTime": { |
| 3119 | + "description": "Date and time of immunisation.", |
| 3120 | + "type": "string", |
| 3121 | + "example": "2021-02-07T13:28:17.271000+00:00" |
| 3122 | + } |
| 3123 | + }, |
| 3124 | + "required": [ |
| 3125 | + "occurrenceDateTime" |
| 3126 | + ] |
3100 | 3127 | }, |
3101 | 3128 | "recorded": { |
3102 | 3129 | "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