Commit Graph

1139 Commits

Author SHA1 Message Date
markiantorno edc933fed9 Forgot to remove the parser file. 2020-01-27 11:07:08 -05:00
markiantorno 3132dbfc7f Refactored main version convertor files
- All convertors now have static access, previously 10_30, 10_40, 10_50
  needed to be instantiated
- All code specific to resource types has been moved into it's own file.
  Ex. Patient dstu3 -> r5 is located in conv30_50/Patient30_50.java
2020-01-27 10:29:42 -05:00
Grahame Grieve dfd3ff067d Release new version 2020-01-27 21:15:09 +11:00
Grahame Grieve 00080d7c48 change resolve interface (pass source as well) + don't validate perferred if any other profiles are specified + fix bug resolving references in bundles + pre-calculate bundle references 2020-01-27 21:14:40 +11:00
Grahame Grieve ab0f3f0996 autofix slice names 2020-01-27 21:13:02 +11:00
Grahame Grieve 9e0e8fec3b fixes for change to validator resolve interface 2020-01-27 21:12:09 +11:00
Grahame Grieve 149f7caad2 fixes in memberOf and add source to resolve() interface 2020-01-27 21:11:33 +11:00
Grahame Grieve 11ba24bf31 more types converted to Coding 2020-01-27 21:09:55 +11:00
Grahame Grieve 33d5462bcd autofix slice names 2020-01-27 21:09:02 +11:00
Grahame Grieve 06d6d9452a autofix slice names + check differentials 2020-01-27 21:08:17 +11:00
Grahame Grieve ee6e0d90de Release new version 2020-01-24 17:20:23 +11:00
Grahame Grieve f69173d445 fix bug checking reference type and allow tools extensions 2020-01-24 17:19:33 +11:00
Grahame Grieve ce28b6d1eb fix issue with converting Communication between R4 and R5 2020-01-24 17:18:34 +11:00
Grahame Grieve 2b1021adbd Release new version 2020-01-22 10:56:12 +11:00
Grahame Grieve 1d3d05682c fixes for warnings in IGs 2020-01-22 10:55:47 +11:00
Grahame Grieve 8c7eab4066
Merge pull request #126 from lmckenzi/igpub-validation-fixes
Keep new IGPublisher stuff from raising errors when down-converted to…
2020-01-22 06:30:16 +11:00
Grahame Grieve 9b64f03a3e
Merge pull request #104 from ahdis/oliveregger_fmltests
FML updates for tests and validator
2020-01-22 06:17:10 +11:00
Lloyd McKenzie 01c34f6dd3 Keep new IGPublisher stuff from raising errors when down-converted to R4. Also changed Spreadsheet extension so it doesn't raise errors when used. 2020-01-20 18:41:06 -07:00
Grahame Grieve 32240f41c7 Release new version 2020-01-21 12:27:12 +11:00
Grahame Grieve a09a657be7 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
# Conflicts:
#	org.hl7.fhir.validation/src/main/java/org/hl7/fhir/r5/validation/InstanceValidator.java
2020-01-21 12:25:48 +11:00
Grahame Grieve df9a05b56a fix error message 2020-01-21 12:22:53 +11:00
Grahame Grieve 300c87a657 better validation of example references by validator 2020-01-21 11:38:05 +11:00
Grahame Grieve d4701a2cad track issues with sorting diffs into qa.html 2020-01-21 11:37:01 +11:00
Grahame Grieve 21768851f9 fix import error for old extension context path 2020-01-21 11:35:13 +11:00
Grahame Grieve a72c5567fa
Merge pull request #124 from hapifhir/fix_uri_whitespace_check
fixed check for "URI values cannot have whitespace"
2020-01-21 06:48:22 +11:00
patrick-werner 610989c24d fixed check for "URI values cannot have whitespace" 2020-01-20 17:37:38 +01:00
Grahame Grieve 240e412cf6 Release new version 2020-01-20 21:56:07 +11:00
Grahame Grieve 975abb32f1 fix bug 2020-01-20 21:55:08 +11:00
Grahame Grieve 459ce57793 improve doco 2020-01-20 21:54:42 +11:00
Grahame Grieve a7adae8d74 improve debugging for Parameters 2020-01-20 21:54:17 +11:00
Grahame Grieve d80d3efed2 add identifier to terminology capabilities 2020-01-20 21:53:50 +11:00
Grahame Grieve 9efeb6843c improve reference conversion 2020-01-20 21:52:30 +11:00
Grahame Grieve 125fafe92e improve error messaging 2020-01-20 21:51:38 +11:00
Grahame Grieve 53c35ced6b Release new version 2020-01-19 16:55:34 +11:00
Grahame Grieve 2ce844175f fix bugs with extension context checking 2020-01-19 16:53:48 +11:00
Grahame Grieve fa3c8305bf fix conversion of contexts invariant for resources 2020-01-19 16:52:22 +11:00
Grahame Grieve 06b413f028 Release new version 2020-01-17 21:45:56 +11:00
Grahame Grieve 6d87bebfe3 implement contextInvariant, and finish implementing memberOf 2020-01-17 21:41:33 +11:00
Grahame Grieve d84758f54d Release new version 2020-01-17 10:54:24 +11:00
Grahame Grieve 6300ba24b7 rebuild instance validator to get reference profile checking working properly, many downstream issues with validation uncovered and fixes 2020-01-17 10:51:42 +11:00
Grahame Grieve 8482ba43c5 refactor profile handling in validator 2020-01-16 23:37:30 +11:00
Grahame Grieve 494b268d0b fix bug in Element.toString 2020-01-16 23:36:57 +11:00
Grahame Grieve e0add75d2f fix bug analysing types 2020-01-16 23:36:18 +11:00
Grahame Grieve 98df625435 Release new version 2020-01-15 17:55:48 +11:00
Grahame Grieve c13de56203 fixes to snapshot generation and validation for Bundle.tnry slicing by resource profile 2020-01-15 17:55:24 +11:00
Grahame Grieve 9f1697dad1 Release new version 2020-01-15 08:08:07 +11:00
Grahame Grieve f2b7c518c5 handle validation for current version better 2020-01-15 08:07:20 +11:00
Grahame Grieve a28261abc6 move turtle tests to non-version specific test folder 2020-01-15 08:06:51 +11:00
Grahame Grieve 5332a8ad60 Release new version 2020-01-14 14:31:06 +11:00
Grahame Grieve c8c5c0e769 fix bug in slice names for primitive types on choices 2020-01-14 14:29:54 +11:00