1282 Commits

Author SHA1 Message Date
Grahame Grieve
be5089a80c add case exception for populations 2020-04-07 14:50:40 +10:00
Grahame Grieve
35074ca0b2 fix bug in ConceptMap rendering for unmapped codes 2020-04-07 14:49:55 +10:00
Grahame Grieve
d2dc15e2c8 throw Error when a value is assigned to NamingSystem.url 2020-04-07 14:49:27 +10:00
Grahame Grieve
b179c482e7 complete CQL based Measure Validation 2020-04-07 07:27:59 +10:00
Grahame Grieve
971b59b7af fix more bugs in CSV reader 2020-04-07 07:27:19 +10:00
Grahame Grieve
210cc0affc alias id() for Npmpackage.name() 2020-04-06 11:26:24 +10:00
Grahame Grieve
3edfeda13a Release new version 4.2.14 2020-04-06 10:20:49 +10:00
Grahame Grieve
0e2797827d
Merge pull request #166 from lmckenzi/IdentifyValueSetSystemWithExcludes
The validator currently treats value sets that contain exclude elemen…
2020-04-06 10:18:17 +10:00
Grahame Grieve
5865f8da3e Release new version 4.2.14 2020-04-06 10:12:24 +10:00
Grahame Grieve
7400263b86 Change validator so root resource id is not in the same space as all other ids 2020-04-06 10:11:33 +10:00
Grahame Grieve
3e49000188 fix bug in CSV reader (read past end of line) 2020-04-06 10:11:00 +10:00
Grahame Grieve
a52a1127f8 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-04-05 20:35:59 +10:00
Grahame Grieve
42461e6162 Add resource type to messages for clarity + fix typos in messages 2020-04-05 20:35:22 +10:00
Grahame Grieve
a3be26f356 Add loadByCanonical to NpmPackage 2020-04-05 20:34:18 +10:00
Grahame Grieve
12b2011a63 fix bug in ElementModel.Element.setProperty 2020-04-05 20:33:32 +10:00
Grahame Grieve
c718a67396
Merge pull request #164 from hapifhir/cli_cleanup
Cli cleanup
2020-04-05 06:23:44 +10:00
Lloyd McKenzie
f6a5217d98 The validator currently treats value sets that contain exclude elements as ones where a code system cannot be determined. However, that's not appropriate. So long as there's only one *include* for the value set, the presence of excludes are irrelevant. For example, I have a value set that includes all specializations of code X, then explicitly excludes code X. There's only one include and only one system, so it's a perfectly appropriate value set to be bound to a 'code' extension. Stripping out the test that checks for excludes as irrelevant. 2020-04-03 23:20:33 -06:00
Grahame Grieve
830afa4087
Merge pull request #163 from hapifhir/CQL_to_ELM
Adding dependencies for CQL-to-ELM libs.
2020-04-04 06:24:44 +11:00
markiantorno
7affad01fc Cleanup 2020-04-03 14:12:47 -04:00
markiantorno
0e45efb766 Cleaning up validator 2020-04-03 14:04:03 -04:00
markiantorno
a31ce48e6e Merge branch 'master' of ssh://github.com/hapifhir/org.hl7.fhir.core into cli_cleanup 2020-04-03 09:36:37 -04:00
Grahame Grieve
03be5d65a8 debugging fix 2020-04-04 00:02:53 +11:00
Grahame Grieve
31f80f29f8 fix for NPE 2020-04-04 00:01:00 +11:00
Grahame Grieve
6d1fe2ff1e fix apparent bug in Base64binary 2020-04-03 23:59:15 +11:00
markiantorno
85a2352fdf Adding dependencies for CQL-to-ELM libs. See https://github.com/cqframework/clinical_quality_language/blob/master/Src/java/cql-to-elm/OVERVIEW.md 2020-04-02 22:51:46 -04:00
markiantorno
6e9b760b75 wip 2020-04-02 22:46:49 -04:00
Grahame Grieve
101fbe3126 more work on Measure/MeasureReport validation 2020-04-03 12:16:33 +11:00
Grahame Grieve
8d695bb4c1 Improve List rendering 2020-04-03 12:15:55 +11:00
markiantorno
b0a15a11a2 Cleaning up cli code 2020-04-02 11:40:44 -04:00
Grahame Grieve
aef4404405 Release new version 4.2.13 2020-04-02 11:07:25 +11:00
Grahame Grieve
ab581fdf86 further modularise validator and add Measure Validation 2020-04-02 11:05:55 +11:00
Grahame Grieve
95c2f99e7b track libraries (prep for CQL validation) 2020-04-02 11:04:29 +11:00
Grahame Grieve
bdad4d9a6b work around issue where constraint.source is not populated properly in base packages 2020-04-02 11:03:35 +11:00
Grahame Grieve
1da57be1c0 support comments in json source when configured to do so 2020-04-02 11:00:42 +11:00
Grahame Grieve
9e59ce2323 Release new version 4.2.12 2020-03-31 11:21:06 +11:00
Grahame Grieve
51952c26c1 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-03-31 10:16:04 +11:00
Grahame Grieve
753d3bd971 fix problems fetching packages 2020-03-31 10:15:49 +11:00
Grahame Grieve
d6ee58d47a fix bug with type at root of statement 2020-03-31 10:14:45 +11:00
Grahame Grieve
232f1ff8ff Start building support for measure validation 2020-03-31 10:14:12 +11:00
Grahame Grieve
2128e3fa99
Merge pull request #162 from rhausam/multiple-expansion-version-notice
Fix build - remove erroneous r5 model import statements from r4 NarrativeGenerator
2020-03-31 10:10:41 +11:00
Rob Hausam
314380be77 Remove erroneous r5 model import statements from r4 NarrativeGenerator. 2020-03-30 09:47:58 -05:00
Grahame Grieve
7689e10abe
Merge pull request #161 from rhausam/multiple-expansion-version-notice
Fix incorrect appending of <br/> tag causing it to be escaped.
2020-03-30 15:35:37 +11:00
Rob Hausam
2defba63ec Fix incorrect appending of <br/> tag causing it to be escaped. 2020-03-29 16:42:07 -05:00
Grahame Grieve
afb0453e7b
Merge pull request #160 from rhausam/multiple-expansion-version-notice
Support listing multiple "Expansion based on" versions.
2020-03-29 16:53:11 +11:00
Rob Hausam
49a6c9d746 Support listing multiple "Expansion based on" versions. 2020-03-28 20:37:56 -05:00
markiantorno
5d9f1d734a Full disclosure: this isn't really a 'bug' per say, it's more of a best practice thing. The only reason I'm making this change is because I'm working on a parser in my spare time that will most likely never see the light of day, and these accessors are causing me problems because both the line and column fields are private and need to be accessed through the appropriate accessor. 2020-03-28 16:48:37 -04:00
Grahame Grieve
092a694a3f Release new version 4.2.11 2020-03-28 06:52:41 +11:00
Grahame Grieve
6baf62eca2 Release new version 4.2.12 2020-03-28 06:50:41 +11:00
Grahame Grieve
60cba0c52c * fix internal exception with missing type in R3 + add missing short definitions from differential format 2020-03-28 06:17:01 +11:00
Grahame Grieve
9a55346de5 fix for parsing nulls when validating 2020-03-28 06:13:31 +11:00