File tree 1 file changed +0
-13
lines changed
org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -287,19 +287,6 @@ private static String[] addAdditionalParamsForIpsParam(String[] args) {
287
287
res .add ("-bundle" );
288
288
res .add ("Composition:0" );
289
289
res .add ("http://hl7.org.au/fhir/ips/StructureDefinition/Composition-au-ips" );
290
- } else if (a .equals ("-ips:nz" )) {
291
- res .add ("-version" );
292
- res .add ("4.0" );
293
- res .add ("-check-ips-codes" );
294
- res .add ("-ig" );
295
- res .add ("tewhatuora.fhir.nzps#current" );
296
- res .add ("-profile" );
297
- res .add ("https://standards.digital.health.nz/fhir/StructureDefinition/nzps-bundle" );
298
- res .add ("-extension" );
299
- res .add ("any" );
300
- res .add ("-bundle" );
301
- res .add ("Composition:0" );
302
- res .add ("https://standards.digital.health.nz/fhir/StructureDefinition/nzps-composition" );
303
290
} else if (a .equals ("-ips#" )) {
304
291
res .add ("-version" );
305
292
res .add ("4.0" );
You can’t perform that action at this time.
0 commit comments