Add support for NZ IPS
This commit is contained in:
parent
90b0e0d3d6
commit
e56dfb8693
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue