Add support for NZ IPS

This commit is contained in:
Grahame Grieve 2023-11-13 08:10:56 +11:00
parent 90b0e0d3d6
commit e56dfb8693
1 changed files with 13 additions and 0 deletions

View File

@ -301,6 +301,19 @@ 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");