@@ -1193,43 +1193,44 @@ IEnumerable<MedicationAdministration> f_(MedicationAdministration BCGNotGiven)
1193
1193
{
1194
1194
bool ? p_ ( Extension @this )
1195
1195
{
1196
- string an_ = @this ? . Url ;
1197
- FhirString ao_ = context . Operators . Convert < FhirString > ( an_ ) ;
1198
- string ap_ = FHIRHelpers_4_4_000 . Instance . ToString ( context , ao_ ) ;
1199
- bool ? aq_ = context . Operators . Equal ( ap_ , "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded" ) ;
1196
+ string ao_ = @this ? . Url ;
1197
+ FhirString ap_ = context . Operators . Convert < FhirString > ( ao_ ) ;
1198
+ string aq_ = FHIRHelpers_4_4_000 . Instance . ToString ( context , ap_ ) ;
1199
+ bool ? ar_ = context . Operators . Equal ( aq_ , "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded" ) ;
1200
1200
1201
- return aq_ ;
1201
+ return ar_ ;
1202
1202
} ;
1203
1203
IEnumerable < Extension > q_ = context . Operators . Where < Extension > ( ( IEnumerable < Extension > ) ( BCGNotGiven is DomainResource
1204
1204
? ( BCGNotGiven as DomainResource ) . Extension
1205
1205
: default ) , p_ ) ;
1206
1206
DataType r_ ( Extension @this )
1207
1207
{
1208
- DataType ar_ = @this ? . Value ;
1208
+ DataType as_ = @this ? . Value ;
1209
1209
1210
- return ar_ ;
1210
+ return as_ ;
1211
1211
} ;
1212
1212
IEnumerable < DataType > s_ = context . Operators . Select < Extension , DataType > ( q_ , r_ ) ;
1213
1213
DataType t_ = context . Operators . SingletonFrom < DataType > ( s_ ) ;
1214
- CqlDateTime u_ = context . Operators . Convert < CqlDateTime > ( t_ ) ;
1215
- DataType v_ = FirstBladderCancerStaging ? . Performed ;
1216
- object w_ = FHIRHelpers_4_4_000 . Instance . ToValue ( context , v_ ) ;
1217
- CqlInterval < CqlDateTime > x_ = QICoreCommon_2_1_000 . Instance . toInterval ( context , w_ ) ;
1218
- CqlDateTime y_ = context . Operators . Start ( x_ ) ;
1219
- object aa_ = FHIRHelpers_4_4_000 . Instance . ToValue ( context , v_ ) ;
1220
- CqlInterval < CqlDateTime > ab_ = QICoreCommon_2_1_000 . Instance . toInterval ( context , aa_ ) ;
1221
- CqlDateTime ac_ = context . Operators . Start ( ab_ ) ;
1222
- CqlQuantity ad_ = context . Operators . Quantity ( 6m , "months" ) ;
1223
- CqlDateTime ae_ = context . Operators . Add ( ac_ , ad_ ) ;
1224
- CqlInterval < CqlDateTime > af_ = context . Operators . Interval ( y_ , ae_ , false , true ) ;
1225
- bool ? ag_ = context . Operators . In < CqlDateTime > ( u_ , af_ , default ) ;
1226
- object ai_ = FHIRHelpers_4_4_000 . Instance . ToValue ( context , v_ ) ;
1227
- CqlInterval < CqlDateTime > aj_ = QICoreCommon_2_1_000 . Instance . toInterval ( context , ai_ ) ;
1228
- CqlDateTime ak_ = context . Operators . Start ( aj_ ) ;
1229
- bool ? al_ = context . Operators . Not ( ( bool ? ) ( ak_ is null ) ) ;
1230
- bool ? am_ = context . Operators . And ( ag_ , al_ ) ;
1231
-
1232
- return am_ ;
1214
+ FhirDateTime u_ = context . Operators . Convert < FhirDateTime > ( t_ ) ;
1215
+ CqlDateTime v_ = context . Operators . Convert < CqlDateTime > ( u_ ) ;
1216
+ DataType w_ = FirstBladderCancerStaging ? . Performed ;
1217
+ object x_ = FHIRHelpers_4_4_000 . Instance . ToValue ( context , w_ ) ;
1218
+ CqlInterval < CqlDateTime > y_ = QICoreCommon_2_1_000 . Instance . toInterval ( context , x_ ) ;
1219
+ CqlDateTime z_ = context . Operators . Start ( y_ ) ;
1220
+ object ab_ = FHIRHelpers_4_4_000 . Instance . ToValue ( context , w_ ) ;
1221
+ CqlInterval < CqlDateTime > ac_ = QICoreCommon_2_1_000 . Instance . toInterval ( context , ab_ ) ;
1222
+ CqlDateTime ad_ = context . Operators . Start ( ac_ ) ;
1223
+ CqlQuantity ae_ = context . Operators . Quantity ( 6m , "months" ) ;
1224
+ CqlDateTime af_ = context . Operators . Add ( ad_ , ae_ ) ;
1225
+ CqlInterval < CqlDateTime > ag_ = context . Operators . Interval ( z_ , af_ , false , true ) ;
1226
+ bool ? ah_ = context . Operators . In < CqlDateTime > ( v_ , ag_ , default ) ;
1227
+ object aj_ = FHIRHelpers_4_4_000 . Instance . ToValue ( context , w_ ) ;
1228
+ CqlInterval < CqlDateTime > ak_ = QICoreCommon_2_1_000 . Instance . toInterval ( context , aj_ ) ;
1229
+ CqlDateTime al_ = context . Operators . Start ( ak_ ) ;
1230
+ bool ? am_ = context . Operators . Not ( ( bool ? ) ( al_ is null ) ) ;
1231
+ bool ? an_ = context . Operators . And ( ah_ , am_ ) ;
1232
+
1233
+ return an_ ;
1233
1234
} ;
1234
1235
IEnumerable < Procedure > m_ = context . Operators . Where < Procedure > ( ( IEnumerable < Procedure > ) k_ , l_ ) ;
1235
1236
MedicationAdministration n_ ( Procedure FirstBladderCancerStaging ) =>
@@ -1241,18 +1242,18 @@ MedicationAdministration n_(Procedure FirstBladderCancerStaging) =>
1241
1242
IEnumerable < MedicationAdministration > g_ = context . Operators . SelectMany < MedicationAdministration , MedicationAdministration > ( e_ , f_ ) ;
1242
1243
bool ? h_ ( MedicationAdministration BCGNotGiven )
1243
1244
{
1244
- List < CodeableConcept > as_ = BCGNotGiven ? . StatusReason ;
1245
- CqlConcept at_ ( CodeableConcept @this )
1245
+ List < CodeableConcept > at_ = BCGNotGiven ? . StatusReason ;
1246
+ CqlConcept au_ ( CodeableConcept @this )
1246
1247
{
1247
- CqlConcept ax_ = FHIRHelpers_4_4_000 . Instance . ToConcept ( context , @this ) ;
1248
+ CqlConcept ay_ = FHIRHelpers_4_4_000 . Instance . ToConcept ( context , @this ) ;
1248
1249
1249
- return ax_ ;
1250
+ return ay_ ;
1250
1251
} ;
1251
- IEnumerable < CqlConcept > au_ = context . Operators . Select < CodeableConcept , CqlConcept > ( ( IEnumerable < CodeableConcept > ) as_ , at_ ) ;
1252
- CqlValueSet av_ = this . Unavailability_of_Bacillus_Calmette_Guerin_for_urology_care ( context ) ;
1253
- bool ? aw_ = context . Operators . ConceptsInValueSet ( au_ , av_ ) ;
1252
+ IEnumerable < CqlConcept > av_ = context . Operators . Select < CodeableConcept , CqlConcept > ( ( IEnumerable < CodeableConcept > ) at_ , au_ ) ;
1253
+ CqlValueSet aw_ = this . Unavailability_of_Bacillus_Calmette_Guerin_for_urology_care ( context ) ;
1254
+ bool ? ax_ = context . Operators . ConceptsInValueSet ( av_ , aw_ ) ;
1254
1255
1255
- return aw_ ;
1256
+ return ax_ ;
1256
1257
} ;
1257
1258
IEnumerable < MedicationAdministration > i_ = context . Operators . Where < MedicationAdministration > ( g_ , h_ ) ;
1258
1259
0 commit comments