Commit Graph

365 Commits

Author SHA1 Message Date
Grahame Grieve 9b562f3489 more bug fixes in R3/R5 conversions 2020-02-12 18:02:36 +11:00
Grahame Grieve 9dc8b910c3 fix problem with conversion of ElementDefinition between R3 and R5 2020-02-12 17:36:37 +11:00
Grahame Grieve 422a6b09c5
Merge pull request #131 from hapifhir/element_access3
Structure definition error fixed.
2020-02-12 09:10:48 +11:00
markiantorno dc0559c3e7 Fixing class cast exceptions. However build is still failing. 2020-02-11 15:30:37 -05:00
markiantorno 9feec949f3 CapabilityStatement30_50 fix 2020-02-10 18:07:16 -05:00
markiantorno 1ab62c9316 StructureMap30_50 fix 2020-02-10 17:51:50 -05:00
markiantorno 4b6cff4429 CodeSystem30_50 fix 2020-02-10 17:35:29 -05:00
markiantorno 505a56a525 SearchParameter30_50 2020-02-10 17:18:27 -05:00
markiantorno a15b436891 CapabilityStatement30_50 fix 2020-02-10 17:01:34 -05:00
markiantorno 3ec55be629 ImplementationGuide30_50 fixes. 2020-02-10 16:44:19 -05:00
markiantorno dd8d5965de wip 2020-02-10 16:29:18 -05:00
markiantorno 76a93db9cb continuing fixes within convertor 2020-02-10 16:14:41 -05:00
markiantorno 4044c899ba Error in CapabilityStatement30_50 2020-02-10 15:49:41 -05:00
markiantorno 44c9fd596e Structure definition error fixed. 2020-02-10 15:26:40 -05:00
Grahame Grieve a3059d6f47
Merge pull request #130 from hapifhir/element_access2
element_access 2, this is where I fix all the errors
2020-02-11 07:08:07 +11:00
markiantorno eb09015abb element_access 2, this is where I fix all the errors 2020-02-10 15:01:19 -05:00
Grahame Grieve c8ec61602a
Merge pull request #129 from hapifhir/element_access
Element access
2020-02-11 06:01:55 +11:00
markiantorno b10aa49f16 Cleanup of parsing files. 2020-02-10 11:28:19 -05:00
markiantorno 8fd62a3614 conv30_50 updated 2020-02-10 10:31:56 -05:00
markiantorno 69b615b915 convo30_40 updated 2020-02-07 15:51:24 -05:00
markiantorno 10eb8b98e4 convo14_50 upadted. 2020-02-07 14:24:23 -05:00
markiantorno 70252e8be4 convo14_40 updated 2020-02-07 12:28:43 -05:00
markiantorno ecb9d1b9e6 conv14_30 updated 2020-02-07 11:10:56 -05:00
markiantorno d30c923745 convo10_50 folder updated 2020-02-07 10:07:01 -05:00
Grahame Grieve b6ba504320 Release new version 4.1.61 2020-02-07 10:55:06 +11:00
markiantorno 68979fee95 conv10_40 files cleaned up 2020-02-06 17:24:52 -05:00
markiantorno 5054c83e90 convo10_30 updated and verified 2020-02-06 15:42:28 -05:00
markiantorno 4c3e49de9d Fixed double if statement 2020-02-05 15:49:35 -05:00
markiantorno 147164d66d Changing filenames to reflect version 2020-02-05 13:28:43 -05:00
markiantorno 3a6ab2f545 Specimen convertor written differently than other convertors, making difficult to parse. 2020-02-03 11:44:07 -05:00
Grahame Grieve 2732ef3dd5 Release new version 2020-02-02 23:12:05 +11:00
Grahame Grieve b112b82951 Release new version 2020-02-02 06:13:54 +11:00
Grahame Grieve ca29fdf182 Release new version 2020-01-31 08:23:17 +11:00
Grahame Grieve 1831d19541 Release new version 2020-01-30 11:09:52 +11:00
Grahame Grieve 9ba52134f8
Merge pull request #128 from hapifhir/wrap_all_conversion_accessors
Wrap all conversion accessors
2020-01-30 06:57:15 +11:00
Grahame Grieve 6242a70b68 Release new version 2020-01-29 19:33:18 +11:00
Grahame Grieve e286d5b7bb Release new version 2020-01-29 13:40:22 +11:00
markiantorno 810f5eabca Removed parser. 2020-01-28 17:07:53 -05:00
markiantorno 92415bad8b Wrapped all accessors in convertor files in has___() condition. 2020-01-28 17:05:29 -05:00
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 ee6e0d90de Release new version 2020-01-24 17:20:23 +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
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 21768851f9 fix import error for old extension context path 2020-01-21 11:35:13 +11:00
Grahame Grieve 240e412cf6 Release new version 2020-01-20 21:56:07 +11:00
Grahame Grieve 53c35ced6b Release new version 2020-01-19 16:55:34 +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 d84758f54d Release new version 2020-01-17 10:54:24 +11:00
Grahame Grieve 98df625435 Release new version 2020-01-15 17:55:48 +11:00
Grahame Grieve 9f1697dad1 Release new version 2020-01-15 08:08:07 +11:00
Grahame Grieve 5332a8ad60 Release new version 2020-01-14 14:31:06 +11:00
Grahame Grieve bd1d677ab8 Release new version 2020-01-14 10:44:15 +11:00
Grahame Grieve 1d3d21d4bc fix problem converting opdef params to R5 2020-01-13 12:59:56 +11:00
Grahame Grieve aabe8b43eb Release new version 2020-01-11 06:39:42 +11:00
Grahame Grieve 8b5d451556 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-01-11 06:32:37 +11:00
Grahame Grieve bf063db86a
Merge pull request #118 from lmckenzi/MessageEventConversion
Message event conversion
2020-01-11 06:32:15 +11:00
Grahame Grieve ef085a847e fix how CodeableConcept is validated, and add Tx interaction logging by validator 2020-01-11 06:22:16 +11:00
Lloyd McKenzie 91880e7a09 Updated CommunicationRequest converter to handle type changes for payload content 2020-01-04 19:30:15 -07:00
Grahame Grieve bdab9a78b3 Release new version 2019-12-31 14:32:16 +11:00
Grahame Grieve 094b73af04 4.2.0 release 2019-12-31 14:31:28 +11:00
Grahame Grieve a8b5e86bb3 Release new version 2019-12-30 21:16:00 +11:00
Grahame Grieve 5340926ead Release new version 2019-12-30 10:27:02 +11:00
Grahame Grieve 5e27541288 rebuild R5 generated code for changes to abstract types. 2019-12-30 10:24:14 +11:00
Lloyd McKenzie 00e2822292 Fixed bug 2019-12-27 00:29:12 -06:00
Lloyd McKenzie 2bb872fee2 Added conversion support for Conformance.messaging.event 2019-12-26 23:33:52 -06:00
Lloyd McKenzie d551ecca87 Fixed problem with packageId extension not converting. Also don't treat non-expanded value-sets as bad-subset errors 2019-12-23 22:53:56 -07:00
Grahame Grieve ec42fe7bfc Release new version 2019-12-22 08:16:35 +11:00
Grahame Grieve 0fbbd1ff02 re-org R5 source core preparatory to regenerating 2019-12-22 08:05:58 +11:00
Grahame Grieve 9ae93ee689 Release new version 2019-12-21 09:25:36 +11:00
Grahame Grieve 44893b89b9 be specific about which resource types to cache up from core package 2019-12-21 09:13:18 +11:00
Grahame Grieve 219e4acbbd fix so UTG can ignore FHIR core terminology resources 2019-12-21 09:12:23 +11:00
Grahame Grieve 3f25f96aca refix version 2019-12-20 16:44:46 +11:00
Grahame Grieve 74daa21ddb Release new version 2019-12-20 09:04:08 +11:00
Grahame Grieve 2472a75212 Release new version 2019-12-20 08:02:13 +11:00
Grahame Grieve 9345017494 Release new version 2019-12-19 22:40:26 +11:00
Grahame Grieve 47a1382966 Release new version 2019-12-19 21:50:25 +11:00
Grahame Grieve a732d84037 Release new version 2019-12-19 17:36:36 +11:00
Grahame Grieve ed84384205 fix conversion error with postiveInt / unsignedInt in R4 <-> R5 conversion code. 2019-12-19 17:35:13 +11:00
Grahame Grieve c8c2bb7b75 Release new version 2019-12-19 12:59:17 +11:00
Grahame Grieve 9d822536c3 Release new version 2019-12-19 11:03:44 +11:00
Grahame Grieve 96a4bc7aac add filtering extensions to copyElement for v1.4 2019-12-19 10:46:55 +11:00
Grahame Grieve 89dfaec1de Release new version 2019-12-18 11:42:16 +11:00
Grahame Grieve 23fdcf304d Release new version 2019-12-17 13:48:08 +11:00
Grahame Grieve 6948ef61eb Release new version 2019-12-17 10:00:19 +11:00
Grahame Grieve 54f8ca7600 Release new version 2019-12-16 23:40:13 +11:00
Grahame Grieve 930ab92929 try fixing issue with ContactPoint.rank 2019-12-16 23:34:28 +11:00
Grahame Grieve 2a867d66ee Release new version 2019-12-16 07:27:35 +11:00
Grahame Grieve f6c3bac038 Release new version 2019-12-14 08:07:38 +11:00
Grahame Grieve 674432a8ad Release new version 2019-12-13 11:29:49 +11:00
Grahame Grieve 64d4e7598d Release new version 2019-12-11 21:47:16 +11:00
Grahame Grieve 1848c4ca3e fix issue converting value set binding R3 <-> R5 2019-12-11 14:50:17 +11:00
Grahame Grieve 27ecd52d97 Release new version 2019-12-10 11:46:36 +11:00
Grahame Grieve 89592da490 Release new version 2019-12-09 17:46:58 +11:00