4647 Commits

Author SHA1 Message Date
Tobias Rodehutskors
82e0eedc41 use correct code system URL to encode the clinical status in converted resources 2019-06-25 16:47:59 +02:00
Grahame Grieve
4ca4a595b2
Merge pull request #53 from tobiasgirardet/conv_fix_dosage
Fix dosage converter
2019-06-25 22:27:33 +10:00
Grahame Grieve
3038246df5 Release new version 2019-06-25 08:27:12 +00:00
Grahame Grieve
3c8b3ec97c fix sturcture definition rendering issues 2019-06-25 16:27:56 +10:00
Tobias Brieden
93a09941dc typo 2019-06-20 17:21:25 +02:00
Tobias Brieden
afc79ad74d type 2019-06-20 17:21:01 +02:00
Tobias Brieden
511358f314 fix dosage converter 2019-06-20 17:19:55 +02:00
Tobias Brieden
b7dca094b6 fix URL, and add an additional legacy URL
(cherry picked from commit 8048a63e024f43b25705963bbcfc0197d28e3142)
2019-06-20 16:00:12 +02:00
Tobias Brieden
249ffc907d make convertCondition*Status more robust 2019-06-20 15:03:05 +02:00
Tobias Brieden
4cafadfbe8 adding correct constants for the value set URLs for states of the Condition resource 2019-06-20 14:44:30 +02:00
Grahame Grieve
6c4620996f Release new version 2019-06-20 08:01:44 +10:00
Grahame Grieve
50a0140624 fix bug in search parameter R4/R5 conversion 2019-06-20 08:01:08 +10:00
Grahame Grieve
37f2efcbf7 fix syntax 2019-06-19 22:31:24 +10:00
Grahame Grieve
72d923b2e8 fix syntax 2019-06-19 22:30:23 +10:00
Grahame Grieve
d43c0e0da5 Release new version 2019-06-19 14:09:13 +10:00
Grahame Grieve
3fc19f92bf add to JsonUtil 2019-06-19 14:08:40 +10:00
Grahame Grieve
a544140d2c Release new version 2019-06-19 09:09:06 +10:00
Grahame Grieve
70035ce5e9 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2019-06-19 09:07:54 +10:00
Grahame Grieve
3b76303d83 fix validator bug (issue 47) 2019-06-19 09:07:29 +10:00
Grahame Grieve
b747b5a8f2
Merge pull request #49 from ahdis/oliveregger_#48
StructureMap ruleName not quoted after parsing #48
2019-06-19 06:58:56 +10:00
Grahame Grieve
70ce1ded74 Release new version 2019-06-19 06:41:58 +10:00
Oliver Egger
4c182151ea StructureMap rulenName not quoted after parsing #48 2019-06-18 22:41:00 +02:00
Grahame Grieve
5e6755e422 fix bug converting search parameters 2019-06-19 06:40:36 +10:00
Grahame Grieve
c002d5b5d1 fix graph-ql tests 2019-06-19 04:55:21 +10:00
Grahame Grieve
c8beb27d59 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2019-06-18 07:35:26 +10:00
Grahame Grieve
a6162ceee0 update graphql tests 2019-06-18 07:30:32 +10:00
Grahame Grieve
2ed1bb9b36 test commit from staging server 2019-06-17 04:51:15 +00:00
Grahame Grieve
ecc4f81780 Release new version 2019-06-16 14:04:44 +10:00
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
c3a0958c94 issue 34 - npe reading npm without canonical 2019-06-11 07:26:55 +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
b972620ed1 more fixes 2019-06-08 06:23:01 +10:00
Grahame Grieve
2bdd175591 Release new version 2019-06-08 06:19:01 +10:00
Grahame Grieve
299014c606
Merge pull request #45 from lmckenzi/bad-bundle-reference-types
Bad bundle reference types
2019-06-08 05:26:50 +10:00
Grahame Grieve
90f8b829f2
Merge pull request #44 from lmckenzi/multi-targetprofiles-per-same-resource
1. Cleaned up test cases to work after version changes in R5 (not sur…
2019-06-08 05:24:50 +10:00
Lloyd McKenzie
ce26cae736 Fixed issue where wrong profile was being used, suppressed message when it wasn't needed 2019-06-05 23:40:06 -04:00
Lloyd McKenzie
f44bb526c2 Fixed problem with inconsistent values for refTypes
Check that when referencing resources by type/id when the target has a urn:uuid fullUrl that the type matches as well as the id.
2019-06-05 20:38:00 -04:00
Lloyd McKenzie
2a2005f93b 1. Cleaned up test cases to work after version changes in R5 (not sure what to do with uk one and patient-contained-org I'll work on next)
2. Added new test case for (and fixed issue with) validation problems when there are multiple target profiles declared that have the same resource type.  (Previously, the validator was always choosing the first profile, even if it was invalid.)
3. Fixed problems where certain profiles were triggering silent NPEs in the validator and improved console messaging so you can tell what warnings and errors are being generated for what.
2019-06-04 20:50:49 -04: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
95cb367016
Merge pull request #43 from tobiasgirardet/conv_consent_producure_procedurerequest
Adding convertors for the Consent, Procedure and ProcedureRequest resource.
2019-06-04 14:02:33 +10:00
Tobias Brieden
6b8f12da58 integrating new convertors 2019-06-03 12:19:33 +02:00
Tobias Brieden
adeeda74ab adding convertor for the Consent resource 2019-06-03 12:15:55 +02:00