dotasek
d350327c98
Fix NPE in enumeration switch statements ( #1846 )
...
* Fix weird double if
* Add test for null doc status and preserving extension
* Add fix for null enum DocumentReference30_40
* Use java null instead of Enumeration.NULL for Enumeration src.setValue
* Apply null pointer check to all switch(Enumeration) statements
2024-12-09 10:21:58 -05:00
Grahame Grieve
ee3b6cd1cc
Merge remote-tracking branch 'origin/master'
2024-12-09 07:52:53 +04:00
Grahame Grieve
ca2a726187
release notes
2024-12-09 07:52:33 +04:00
Grahame Grieve
0d6f658a22
Merge pull request #1851 from hapifhir/ValueSetInterversionFix
...
Value set interversion fix
2024-12-09 07:50:18 +04:00
Lloyd McKenzie
7d0822a0d8
Added test scripts for ValueSet conversion
2024-12-08 12:36:50 -07:00
Grahame Grieve
f71dd296c8
disable failing test
2024-12-08 21:07:49 +03:00
hl7-devops
80cab11a26
Updating i18n-coverage csv and png table ***NO_CI***
2024-12-08 17:18:15 +00:00
Grahame Grieve
62fe79bff2
Merge remote-tracking branch 'origin/master'
2024-12-08 19:59:45 +03:00
Grahame Grieve
17dfc5c285
Merge pull request #1850 from hapifhir/2024-12-gg-many-fixes
...
2024 12 gg many fixes
2024-12-08 19:59:24 +03:00
Lloyd McKenzie
4f78eb033c
Fixed bad URL in inter-version extension conversion of ValueSet for ValueSet property. Also added the inter-version conversion rules to R4B<->R5, rather than just R4<->R5
2024-12-08 09:24:17 -07:00
Grahame Grieve
01d2e60ea8
Merge pull request #1750 from hapifhir/CapabilityStatementCompare
...
CapabilityStatement Import Processing
2024-12-08 18:39:33 +03:00
Grahame Grieve
c7872174e8
bump minor version
2024-12-08 18:38:26 +03:00
Grahame Grieve
c19c1cea58
release notes
2024-12-08 18:15:33 +03:00
Grahame Grieve
6fc6a4805d
r4 compile fixes
2024-12-08 18:10:38 +03:00
Grahame Grieve
5385c313dc
first stage of profile based generation
2024-12-08 18:09:25 +03:00
Grahame Grieve
2ce941c527
Fix problem not finding current version of extensions pack for non-R5 versions
2024-12-08 18:09:12 +03:00
Grahame Grieve
2eb5140864
Fix validation of displays when language is unknown
2024-12-08 18:08:52 +03:00
Grahame Grieve
5b73c4762d
Add support for terminology extraction and support for expansion parameters when validating
2024-12-08 18:08:29 +03:00
Grahame Grieve
10e64801cb
fix issue missing idrefs validating IPS documents
2024-12-08 18:07:06 +03:00
Grahame Grieve
16e826fd05
fix bug using wrong reference on uri in liquid renderer
2024-12-08 18:06:24 +03:00
Grahame Grieve
1f7289ed83
update FHIRPath checkTypes to handle rootResource type properly + fix error on contentReference in profiles
2024-12-08 18:05:26 +03:00
Grahame Grieve
be384bb61e
Add support for valueset-version + add translations for expansion errors
2024-12-08 17:56:16 +03:00
Grahame Grieve
bb462b7500
fix issue with comparison template missing
2024-12-08 17:54:11 +03:00
Grahame Grieve
1296722a98
Fix version conversion issue for validating derived questionnaires
2024-12-08 17:52:28 +03:00
Grahame Grieve
34efd6aa1d
Merge pull request #1845 from hapifhir/do-20241204-npe-in-decimaltype
...
Fix NPE in DecimalType
2024-12-08 05:41:12 +03:00
Grahame Grieve
7853203ea3
Merge pull request #1849 from hapifhir/do-20241205-mysql-bump
...
Remove unused mysql dependency
2024-12-08 05:40:02 +03:00
Grahame Grieve
580926720b
Merge pull request #1839 from hapifhir/do-20241202-refactor-process-tx-issues
...
Refactor processTxIssues
2024-12-08 05:38:24 +03:00
dotasek
5fbeb2e594
No dependency, no problem.
2024-12-06 10:24:43 -05:00
Lloyd McKenzie
b5602e79fd
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-12-05 10:09:56 -07:00
dotasek
d0fa45959e
Add tests and fixes for remaining FHIR versions
2024-12-04 16:50:38 -05:00
dotasek
f210ef36a5
Breaking test and fix
2024-12-04 14:44:23 -05:00
dotasek
8851c35563
Comment spelling
2024-12-04 14:43:49 -05:00
Grahame Grieve
2d74bcf08f
release notes
2024-12-04 11:07:43 +03:00
Grahame Grieve
d9fab89acf
Fix questionnaire response status checking
2024-12-04 06:55:57 +03:00
Grahame Grieve
2cdef8f63d
Merge pull request #1840 from hapifhir/2024-12-gg-liquid-refactor
...
2024 12 gg liquid refactor
2024-12-04 06:09:12 +03:00
Grahame Grieve
7bd97f8432
fix r4b liquid tests
2024-12-03 22:16:43 +03:00
Grahame Grieve
8e34570f36
Add versions to message about multiple matching profiles
2024-12-03 20:57:10 +03:00
Grahame Grieve
c63fdddbdc
refactor Liquid engine and add support for forLoop and capture
2024-12-03 20:56:54 +03:00
dotasek
e8f405716b
Documentation + More renaming
2024-12-03 10:32:38 -05:00
dotasek
cddc60e352
Reduce nesting
2024-12-02 19:31:13 -05:00
dotasek
7cbef50f6b
More refactoring + renaming
2024-12-02 19:24:49 -05:00
dotasek
8d27b6f592
Merge remote-tracking branch 'origin/master' into do-20241202-refactor-process-tx-issues
2024-12-02 15:24:00 -05:00
Grahame Grieve
19255b503a
Merge remote-tracking branch 'origin/master'
2024-12-02 22:49:08 +03:00
Grahame Grieve
27a94538d9
Add support for liquid on csv files
2024-12-02 22:49:02 +03:00
Grahame Grieve
467a7351ac
Merge pull request #1838 from hapifhir/2024-12-gg-code_gen_profiles
...
2024 12 gg code gen profiles
2024-12-02 19:46:33 +00:00
dotasek
5750b9e698
Fix expected version
2024-12-02 12:59:30 -05:00
dotasek
ef9fb4c504
WIP try refactor
2024-12-02 12:26:37 -05:00
dotasek
bdef6f995c
Test for new method instead of unused old one
2024-12-02 11:00:59 -05:00
dotasek
001af48777
Fix test mocks
2024-12-02 10:56:22 -05:00
hl7-devops
459020a426
Updating i18n-coverage csv and png table ***NO_CI***
2024-12-02 06:40:56 +00:00