Remove ips-nz support

This commit is contained in:
dotasek 2024-11-21 14:55:03 -05:00
parent 4f34a4d97e
commit d970cf154d
1 changed files with 0 additions and 13 deletions

View File

@ -287,19 +287,6 @@ public class ValidatorCli {
res.add("-bundle");
res.add("Composition:0");
res.add("http://hl7.org.au/fhir/ips/StructureDefinition/Composition-au-ips");
} else if (a.equals("-ips:nz")) {
res.add("-version");
res.add("4.0");
res.add("-check-ips-codes");
res.add("-ig");
res.add("tewhatuora.fhir.nzps#current");
res.add("-profile");
res.add("https://standards.digital.health.nz/fhir/StructureDefinition/nzps-bundle");
res.add("-extension");
res.add("any");
res.add("-bundle");
res.add("Composition:0");
res.add("https://standards.digital.health.nz/fhir/StructureDefinition/nzps-composition");
} else if (a.equals("-ips#")) {
res.add("-version");
res.add("4.0");