296 Commits

Author SHA1 Message Date
Grahame Grieve
23eb7282bd Support displayLanguage through validator framework 2019-06-16 14:02:09 +10:00
Grahame Grieve
4ff9e0626a update graphql generation - add note about types.graphql & fix typo 2019-06-16 05:59:13 +10:00
Grahame Grieve
422c659bb3 add draft graphql server tests 2019-06-16 05:30:43 +10:00
Grahame Grieve
8798c5cf58 fix CDA parsing 2019-06-15 08:05:24 +10:00
Grahame Grieve
9a344b251c Release new version 2019-06-11 07:46:36 +10:00
Grahame Grieve
74cfa3efcc Release new version 2019-06-11 05:06:50 +10:00
Grahame Grieve
027104b2b4 HAPI updates and validation message enhancements 2019-06-11 05:05:01 +10:00
Grahame Grieve
a42f075f69 Release new version 2019-06-08 14:30:39 +10:00
Grahame Grieve
04bfb2f1a8 Release new version 2019-06-08 14:28:46 +10:00
Grahame Grieve
2bdd175591 Release new version 2019-06-08 06:19:01 +10:00
Grahame Grieve
9621a0f7cf Release new version 2019-06-04 14:04:27 +10:00
Grahame Grieve
706405e794 open api work 2019-06-04 14:03:32 +10:00
Grahame Grieve
f08b313cfc Release new version 2019-06-03 19:39:05 +10:00
Grahame Grieve
766f6b55ed add openAPI tests 2019-06-03 19:38:10 +10:00
Vadim Peretokin
e0dd0d78ec Fix snapshot generation crash when a mapping doesn't have a uri 2019-06-02 13:58:53 +02:00
Grahame Grieve
e88a43ff3e Release new version 2019-05-31 10:21:49 +10:00
Grahame Grieve
75500dae86 Release new version 2019-05-30 13:32:23 +10:00
Grahame Grieve
590a4d48b1 add debugging for terminology cache issue 2019-05-30 13:29:25 +10:00
Grahame Grieve
e3faaa5ccc fix up display validation on codes 2019-05-29 08:39:59 +10:00
Grahame Grieve
c476e89091 Release new version 2019-05-28 19:19:12 +10:00
Grahame Grieve
847b6a1fc8 validation fixes for US-Core testing 2019-05-28 19:18:04 +10:00
Grahame Grieve
c9a3d8efc0
Merge branch 'master' into ValueSet-display-names 2019-05-28 08:01:09 +10:00
Grahame Grieve
2cc62df915 extend validator to handle contained profiles 2019-05-25 07:23:20 +10:00
Grahame Grieve
6af05d5762 Release new version 2019-05-24 22:42:41 +10:00
Grahame Grieve
1aa26aee72 rendering improvemnets for code system 2019-05-24 22:42:05 +10:00
Lloyd McKenzie
5bac79a936 Add test case for validator complaining about display names that are defined in the value set. 2019-05-23 13:33:34 -06:00
Grahame Grieve
eaeac2d2c5 Release new version 2019-05-23 13:40:44 +10:00
Grahame Grieve
23d6b434bc Release new version 2019-05-22 11:19:50 +10:00
Grahame Grieve
4e0c33755e fix problem where slicing depends on inner slicing 2019-05-22 11:13:47 +10:00
Grahame Grieve
86602a1bc1 Release new version 2019-05-21 10:40:15 +10:00
Grahame Grieve
be84bb427c improve xls output 2019-05-21 10:39:51 +10:00
Grahame Grieve
05c5069c4c Release new version 2019-05-20 16:54:07 +10:00
Grahame Grieve
2b53f0368f fix problem with failing date/time comparison tests 2019-05-20 16:01:11 +10:00
Grahame Grieve
607817f4ce
Merge pull request #26 from lmckenzi/Snapshot-Test-error-handling
Snapshot test error handling
2019-05-20 14:57:07 +10:00
Lloyd McKenzie
0e95aa3008 The current test process succeeds incorrectly because of an NPE if the differential ends up including elements that aren't in the snapshot. We need a messaging array defined so that raising the errors doesn't cause an NPE. 2019-05-19 16:23:31 -06:00
Grahame Grieve
a67693bc4b tidy up and work on tests. 2019-05-15 13:26:14 +10:00
Grahame Grieve
a9363a5923
Merge pull request #3 from ahdis/oliveregger-fml
[GF#20324] FML support for share in Target Transform
2019-05-15 12:40:41 +10:00
Grahame Grieve
257603fcff Release new version 2019-05-13 13:33:09 +10:00
Grahame Grieve
25de65431e add sorting utility method 2019-05-13 13:32:25 +10:00
Grahame Grieve
8263b0b5fa Release new version 2019-05-10 00:09:16 +10:00
Grahame Grieve
2d946790d7 generated patterns + improved package cache errors 2019-05-10 00:08:18 +10:00
Grahame Grieve
86151d5f13 add generated patterns 2019-05-07 09:30:08 +10:00
Grahame Grieve
62ec11aad2 Release new version 2019-05-05 09:22:29 +10:00
Grahame Grieve
c4bb96b1a2 fix bug in turtle parser 2019-05-05 09:20:51 +10:00
Oliver Egger
f659b67307 fix R4 compilation error and update pr for R5 2019-05-03 13:39:04 +02:00
Grahame Grieve
88646a8216 Release new version 2019-04-27 09:10:16 +10:00
James Agnew
b38e81ac88 Merge branch 'master' of github.com:hapifhir/org.hl7.fhir.core 2019-04-24 20:28:09 -04:00
Grahame Grieve
31e5adf40f Release new version 2019-04-25 10:14:14 +10:00
James Agnew
c5a8beb3d1 FHIRPath fixes after last HAPI FHIR sync 2019-04-23 22:00:22 -04:00
Grahame Grieve
3a1bd1c429 Release new version 2019-04-24 06:19:47 +10:00