396 Commits

Author SHA1 Message Date
dotasek
1b823ef97a Failing test 2022-11-28 15:12:17 -05:00
James Agnew
1fc0ed4cbd
Add null guard to converter (#1013)
* Add null guard to converter

* One more guard

* One more null guard

Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-11-28 12:24:01 -05:00
Grahame Grieve
f3413dad23 Fix error converting Identifier.use = old to R3 2022-11-25 22:35:55 -03:00
Grahame Grieve
80f275ff18 upgrade to new JSON parser 2022-11-24 17:57:46 -03:00
Grahame Grieve
cb72792b7e More work on R4 <-> R4B guides 2022-11-14 18:03:22 +11:00
Grahame Grieve
aa6daa3ea0 build core packages in other versions 2022-11-11 12:29:24 +11:00
Grahame Grieve
87a5b50662 Fix issue with ActivityDefinition.kind = TASK not converting properly 2022-11-05 11:28:44 +11:00
Grahame Grieve
1ae7093eef #934 Parameters object's getParameter(String theParameterName) is misnamed 2022-11-02 08:51:17 +11:00
Grahame Grieve
9352b6e441 Fix problem generating snapshots for specializations where inherited types have properties 2022-10-28 17:48:27 +11:00
Grahame Grieve
dd36590599 Add requirements renderer 2022-10-25 15:02:10 +11:00
Grahame Grieve
ac67f945a0 Support for requirements resource 2022-10-24 11:40:00 +11:00
Grahame Grieve
a2af53f180 Merge remote-tracking branch 'origin/master' 2022-10-19 22:37:28 +11:00
Grahame Grieve
142c6503f8 hack around R5 issues in ballot 2022-10-19 20:46:47 +11:00
Grahame Grieve
d6f09c3cc2
Merge pull request #889 from NSolooki/patch-1
Add Author to DocumentReference Converters
2022-10-19 07:25:37 +11:00
Grahame Grieve
b17735a15b Add support for ActorDefinition 2022-10-17 11:43:33 +11:00
Grahame Grieve
004519ccc8 Fix for some old packages missing ElementDefinition.min 2022-10-14 08:34:52 +11:00
Grahame Grieve
e1657c66b0 refactor IWorkerContext 2022-10-07 21:50:59 +11:00
Grahame Grieve
d71a5833c1
Gg 202210 shareables (#936)
* Don't validate contained resources against Shareable* Profiles, + validate ShareableMeasure

* release notes

* fix compile problem

Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
2022-09-30 15:00:22 -04:00
Grahame Grieve
b47edc0109 xig publisher improvements 2022-09-23 09:32:39 -04:00
NSolooki
bf4854f434
Update DocumentReference30_50.java 2022-09-20 12:41:20 -04:00
NSolooki
bef61d64f2
Update DocumentReference43_50.java 2022-09-20 12:40:43 -04:00
NSolooki
5d2643a86f
Update DocumentReference30_50.java 2022-09-20 12:38:43 -04:00
NSolooki
85370af3c6
Merge branch 'hapifhir:master' into patch-1 2022-09-20 11:02:06 -04:00
Grahame Grieve
e044bf6607 bug fixes from loading all published packages 2022-09-20 04:47:41 -04:00
Grahame Grieve
ba56fc1a89 upgrade package visitor to visit all packages 2022-09-20 04:47:21 -04:00
Grahame Grieve
35233ee1e5 R5 updates for IG publisher 2022-09-15 08:41:37 +02:00
Lloyd McKenzie
b71d5ceac2 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into ConversionTypo 2022-09-10 12:32:36 -06:00
Lloyd McKenzie
4b03a7e0de Fix small typo in conversion 2022-09-10 12:32:24 -06:00
Grahame Grieve
0148208a14 Fix version problem with MessageHeader.entry 2022-09-10 15:02:29 +10:00
dotasek
a307edc95e Add test case 2022-09-09 16:09:49 -04:00
dotasek
9783fcfe7b Delete comment 2022-09-08 21:00:23 -04:00
dotasek
a54b8162c6 Restore commented logic 2022-09-08 20:58:33 -04:00
dotasek
c8071ba68a Make pretty 2022-09-08 20:47:35 -04:00
dotasek
1679376f38 Improved param name + re-introduce logic. 2022-09-08 20:44:30 -04:00
dotasek
cf77cd1717 Add new param to BaseAdvisor_40_50 2022-09-08 17:50:39 -04:00
Grahame Grieve
dad979641e fix for IG issue for now 2022-09-07 17:31:07 +10:00
Grahame Grieve
1917476135 new R5 release coming 2022-09-06 20:28:04 +10:00
Grahame Grieve
619b60fdcf Regenerate R5 2022-09-05 23:22:19 +10:00
NSolooki
1e7601f39b
Add Author to DocumentReference30_40 Converter
The current code for DocumentReference30_40 does not transfer the Author(s) of the DocumentReference while converting. This change adds transferring of the Author(s).
2022-08-04 07:45:18 -04:00
Grahame Grieve
482078df55 more R4B/R5 conversion 2022-07-28 22:00:43 +10:00
Grahame Grieve
1ac49bdce2 Add R4B / R5 Conversions 2022-07-28 21:30:12 +10:00
Grahame Grieve
816f1832d5 fix phinvads format 2022-07-27 22:38:09 +10:00
dotasek
b213d00f6d
Fix for #869 Use backbone element conversion (#870)
* Add new copyBackboneElement methods

Plus bring BackboneElement40_50 closer to matching Element40_50

* BackboneElement 40_50

* Undo replacement in commented code.

* add new conv30_50 copyBackboneElement methods

* BackboneElement 30_50

* add new conv30_40 copyBackboneElement methods

* Fix typos + reference

* BackboneElement 30_40

* add new conv14_50 copyBackboneElement methods

* BackboneElement 14_50

* add new conv14_40 copyBackboneElement methods

* BackboneElement 14_40

* add new conv14_30 copyBackboneElement methods

* BackboneElement 14_30

* add new conv10_50 copyBackboneElement methods

* BackboneElement 10_50

* Add new conv10_40 copyBackboneElement methods

* BackboneElement 10_40

* Add new conv10_30 copyBackboneElement methods

* BackboneElement 10_30

* Remove incorrect, commented code

* Add minimal examples for backbone element tests

* Add test code

Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-07-25 16:10:13 -04:00
dotasek
a221e6b009
Move product to 0_medication_10 expected (#878)
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-07-25 12:36:54 -04:00
Grahame Grieve
392b064433 updates for new release of R5 2022-07-18 17:56:23 +10:00
Grahame Grieve
62a082dbf3 Add value set expand by URL and use it in vsac 2022-06-13 21:50:11 +03:00
Grahame Grieve
b0dfc9f281 fix bug counting children + fix issue with automatic string conversion in FHIRPath + fix bug in HTTP client + fix bug rendering profile comparison 2022-06-08 08:56:46 +10:00
Grahame Grieve
4cc0a8dfba Add support for 4.3.0 2022-05-27 22:17:32 +10:00
Grahame Grieve
293dcf0920 fix test issue 2022-05-27 14:43:19 +10:00
Grahame Grieve
d30234cdeb Update VSAC importer for changes to VSAC FHIR authorization 2022-05-27 13:38:50 +10:00