Grahame Grieve
d23c319a90
Merge branch 'master' into gg-202203-vs-system
2022-03-11 11:30:07 +11:00
Grahame Grieve
a3e8fca51a
Merge pull request #759 from hapifhir/R4B-datatypes-and-xml-cleanup
...
R4 b datatypes and xml cleanup
2022-03-11 10:53:52 +11:00
Lloyd McKenzie
0b3ccbbe37
Reverted lower-casing of version comparison
2022-03-10 16:48:41 -07:00
Grahame Grieve
6b3d7d4eaa
infer system when value set has includes
2022-03-11 10:37:10 +11:00
Grahame Grieve
56c52ab7dd
make fhir version code case independent
2022-03-11 10:34:18 +11:00
Grahame Grieve
791f16a05d
fix failing tests.
2022-03-10 11:18:03 +11:00
Grahame Grieve
33f6c57d48
fix NPE
2022-03-10 06:52:44 +11:00
Grahame Grieve
89b912dde2
Fix cross version extension validation, and check that extensions are consistent wrt isModifier in profiles
2022-03-09 17:37:26 +11:00
Grahame Grieve
d7754a321f
Fix snapshot generation - always populate constraint source properly
2022-03-09 17:36:39 +11:00
Grahame Grieve
2ff53e9bf1
merge
...
# Conflicts:
# RELEASE_NOTES.md
2022-03-08 13:25:16 +11:00
Lloyd McKenzie
478663cdf8
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into R4B-datatypes-and-xml-cleanup
2022-03-07 19:20:19 -07:00
Grahame Grieve
cc983073cd
more cross version extensions
2022-03-08 13:19:19 +11:00
Grahame Grieve
32c2ad96b7
Merge pull request #755 from hapifhir/gg-202203-extensions
...
Gg 202203 extensions
2022-03-08 09:39:54 +11:00
Lloyd McKenzie
074da98066
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into R4B-datatypes-and-xml-cleanup
...
# Conflicts:
# org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/model/Enumerations.java
2022-03-04 22:01:48 -07:00
Lloyd McKenzie
9f01f7c9f2
Per FHIR-31722 and FHIR-34453, ensure that CodeableReference and RatioRange aren't allowed in extensions Parameters, etc. in R4B
2022-03-04 21:58:17 -07:00
Lloyd McKenzie
ca91cfad1a
When running in Eclipse, the version comes in as upper-case, and the enum comparison needs it to be lower-case, so fold it to be that way.
2022-03-04 21:56:27 -07:00
dotasek
6f57013f98
Fix intermittent failures in NarrativeGenerationTests
2022-03-03 16:19:39 -05:00
Grahame Grieve
38e84a46f2
Merge pull request #750 from cqframework/master
...
Fix include resolution in LiquidRenderer
2022-03-03 07:46:12 +11:00
Grahame Grieve
64aed90f1e
fix handling of xver extensions with choice sub-extensions
2022-03-03 07:43:43 +11:00
Grahame Grieve
4f652bceee
more presenting extensions when rendering.
2022-03-03 07:43:09 +11:00
Grahame Grieve
862c8de664
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir
2022-03-01 11:38:53 +11:00
markiantorno
4909286a4b
Updating version to: 5.6.37-SNAPSHOT and incrementing test cases dependency.
2022-02-26 05:00:46 +00:00
markiantorno
17bf21ecf8
Release: v5.6.36
...
## Validator Changes
* No changes
## Other code changes
* fix expansions where inactive = false (was wrongly including inactive codes)
***NO_CI***
2022-02-26 04:42:17 +00:00
Grahame Grieve
23fe900624
Merge branch 'gg-202202-various' of https://github.com/hapifhir/org.hl7.fhir
2022-02-26 08:09:27 +11:00
Grahame Grieve
df89ca1df3
remdering work
2022-02-26 08:09:15 +11:00
dotasek
6975397675
Fix breaking SimpleWorkerContextTests
2022-02-25 15:36:04 -05:00
Grahame Grieve
a5060d9475
fix failing JUnit test
2022-02-26 06:42:43 +11:00
Grahame Grieve
c918f724ee
fix problem missing profiles on references in discriminators
2022-02-26 06:22:42 +11:00
Grahame Grieve
f32895da67
Fix ValueSet presentation
2022-02-26 06:21:14 +11:00
Grahame Grieve
c5b3e022a4
fix bug where inactive codes always put in expansions, and add unit tests for this
2022-02-25 13:07:07 +11:00
Bryn Rhodes
778738d3ac
Fix constructor argument
2022-02-23 20:20:38 -07:00
Bryn Rhodes
8212604250
Fix missing argument
2022-02-23 20:09:17 -07:00
Bryn Rhodes
5544460d20
Added documentation
2022-02-23 19:44:21 -07:00
Bryn Rhodes
ab329c8c63
Added a Liquid template resolver to narrative generation to support include resolution in the publisher
2022-02-21 15:05:42 -07:00
markiantorno
9e693b6a03
Updating version to: 5.6.36-SNAPSHOT and incrementing test cases dependency.
2022-02-19 22:00:05 +00:00
markiantorno
685ea98d37
Release: v5.6.35
...
## Validator Changes
* no changes
## Other code changes
* fix various rendering issues from core spec
***NO_CI***
2022-02-19 21:28:34 +00:00
Grahame Grieve
905f8a7197
Merge pull request #746 from lmckenzi/Suppress-ignoring-ignore-messages
...
When you have a dependency on the R4 examples package, you get 100s o…
2022-02-20 08:00:04 +11:00
Grahame Grieve
98ba40748e
Follow content reference when rendering XML resources
2022-02-19 21:46:05 +11:00
Grahame Grieve
a1912cd423
fix various rendering issues from core spec
2022-02-19 21:41:50 +11:00
Lloyd McKenzie
4d26ca64fb
When you have a dependency on the R4 examples package, you get 100s of messages about every value set, profile, etc. that's being ignored. Changed this so it's only a debug log message rather than something that happens all the time.
2022-02-16 23:17:09 -07:00
Grahame Grieve
c9b6ab4e64
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir
2022-02-17 02:07:00 +11:00
Grahame Grieve
84f7133cf1
remove debugging statements
2022-02-17 02:05:02 +11:00
markiantorno
73baca035e
Updating version to: 5.6.35-SNAPSHOT and incrementing test cases dependency.
2022-02-16 05:52:52 +00:00
markiantorno
edd2c43e64
Release: v5.6.34
...
## Validator Changes
* Improve code validation error when value set can't be supported on tx.fhir.org
* Hide error about regex in core package
## Other code changes
* Fix wrong URL links in processed markdown
* Don't let txCache errors stop the process
* Fix broken links in questionnaire +
***NO_CI***
2022-02-16 05:32:34 +00:00
Grahame Grieve
db19b0dd00
Fix broken links + remove error about regex in core package
2022-02-16 14:04:35 +11:00
Grahame Grieve
647d3efcee
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir
2022-02-16 13:15:19 +11:00
Grahame Grieve
0f1d9db24f
Fix wrong URL links + txCache errors + questionnaire rendering at root
2022-02-16 13:14:55 +11:00
markiantorno
1d02e04edd
Updating version to: 5.6.34-SNAPSHOT and incrementing test cases dependency.
2022-02-15 11:21:29 +00:00
Grahame Grieve
fd36a5b0d2
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir
2022-02-15 22:17:36 +11:00
Grahame Grieve
c13193835e
Preserve code validation error
2022-02-15 22:17:08 +11:00