Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
This commit is contained in:
commit
3f5461346b
|
@ -17,6 +17,7 @@
|
|||
* Don't require HL7 committee for contained resources in HL7 namespace
|
||||
* Fix where validator was ignoring minimum cardinality for XML attributes (especially in CDA)
|
||||
* Improved ConceptMap validation
|
||||
* Updated IG versions used for -cda and -ccda CLI validation options.
|
||||
|
||||
## Other code changes
|
||||
|
||||
|
|
|
@ -327,12 +327,12 @@ public class ValidatorCli {
|
|||
res.add("-version");
|
||||
res.add("5.0");
|
||||
res.add("-ig");
|
||||
res.add("hl7.cda.uv.core#2.0.0-sd-ballot");
|
||||
res.add("hl7.cda.uv.core#2.0.0-sd-snapshot1");
|
||||
} else if (a.equals("-ccda")) {
|
||||
res.add("-version");
|
||||
res.add("5.0");
|
||||
res.add("-ig");
|
||||
res.add("hl7.cda.us.ccda#current");
|
||||
res.add("hl7.cda.us.ccda#3.0.0-ballot");
|
||||
} else if (a.equals("-view-definition")) {
|
||||
res.add("-version");
|
||||
res.add("5.0");
|
||||
|
|
Loading…
Reference in New Issue