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
da6ec97abe
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir
2022-02-19 22:46:38 +11:00
Grahame Grieve
f61a49ef80
release notes
2022-02-19 22:44:41 +11:00
Grahame Grieve
356dadd7d7
Merge pull request #747 from hapifhir/gg-202202-rendering
...
Gg 202202 rendering
2022-02-19 22:43:29 +11:00
Grahame Grieve
98ba40748e
Follow content reference when rendering XML resources
2022-02-19 21:46:05 +11:00
Grahame Grieve
4923382138
fix whitespace in messages
2022-02-19 21:45:28 +11:00
Grahame Grieve
99b8122728
Fix rendering problem. to XML resources
2022-02-19 21:43:14 +11:00
Grahame Grieve
a1912cd423
fix various rendering issues from core spec
2022-02-19 21:41:50 +11:00
Grahame Grieve
d66c5abec0
Add UTGCaseConvertor for future reference
2022-02-19 21:40:16 +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
fa5f13a59f
Merge pull request #745 from hapifhir/gg-202202-broken-links
...
Gg 202202 broken links
2022-02-16 15:53:57 +11:00
Grahame Grieve
031f892439
release notes
2022-02-16 14:06:58 +11: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
dotasek
1b5e5b8e72
Update RELEASE_NOTES.md
2022-02-15 16:51:13 -05: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
Grahame Grieve
fcd1d1494a
change location of dev server
2022-02-15 22:16:50 +11:00
markiantorno
cf7415b33e
Release: v5.6.33
...
## Validator Changes
* no changes
## Other code changes
* Fix error access experimental on canonical
***NO_CI***
2022-02-15 11:00:55 +00:00
Grahame Grieve
15b168d819
Merge pull request #744 from hapifhir/gg-202202-ns-exp
...
Fix error accessing experimental on NamingSystem
2022-02-15 20:35:23 +11:00
Grahame Grieve
4983b0122c
Fix error accessing experimental on NamingSystem
2022-02-15 19:32:04 +11:00
markiantorno
e1613a7087
Updating version to: 5.6.33-SNAPSHOT and incrementing test cases dependency.
2022-02-14 06:57:10 +00:00
markiantorno
4a8aeda4e9
Release: v5.6.32
...
## Validator Changes
* no changes
## Other code changes
* Fix NPE error in Patient renderer
***NO_CI***
2022-02-14 06:25:49 +00:00
Grahame Grieve
d91f6a450b
Fix Patient Renderer
2022-02-14 16:23:22 +11:00
markiantorno
4ab3fea400
Updating version to: 5.6.32-SNAPSHOT and incrementing test cases dependency.
2022-02-14 01:27:51 +00:00
markiantorno
04bb17783e
Release: v5.6.31
...
## Validator Changes
* accept regex on ElementDefinition and ElementDefinition.type, and an error for regex on ElementDefintion.type (though core packages have it on the wrong place)
* fix handling of cross-version extensions on choice elements
* fix OID validation (accept 1.3.88 GTIN OID)
* only consider bindable types when checking for multi-type bindings
## Other code changes
* Fix definitions in ListResource ("List" not "ListResource")
* introduce fhir-tools-settings.conf (see https://confluence.hl7.org/display/FHIR/Using+fhir-tool-settings.conf )
* Rendering fixes & improvements for Questionnaire and Patient and partial dates
* improvements to relative link handling in markdown when generating snapshots
* updates to package tools for changes to package.json#type (see https://confluence.hl7.org/pages/viewpage.action?pageId=35718629#NPMPackageSpecification-Packagemanifest )
* fix semver handling for tags in versions
* Bump mockito and bytebuddy versions for Java 17 compatibility & fix Kotlin ref
***NO_CI***
2022-02-14 01:08:37 +00:00
Grahame Grieve
32927e29bd
Merge pull request #743 from hapifhir/gg-202202-ws-msg
...
Gg 202202 ws msg
2022-02-14 11:23:59 +11:00
Mark Iantorno
27382edb91
Updating test case dependency to v1.1.89
...
***NO_CI***
2022-02-13 23:30:12 +00:00
Grahame Grieve
e520d6b272
update test dependency
2022-02-14 10:15:10 +11:00
Grahame Grieve
0fb53385ba
release notes
2022-02-14 09:31:29 +11:00
Grahame Grieve
a925b6056c
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir
2022-02-14 09:16:52 +11:00
Grahame Grieve
e36e1d2973
fix list issues #722
2022-02-14 09:15:30 +11:00
Grahame Grieve
2dfa821e12
Add content to whitespace message
2022-02-14 09:13:35 +11:00
Grahame Grieve
159fbc1a4b
#722 : fix issues in the ListResource definitions
2022-02-14 09:13:14 +11:00
Grahame Grieve
d421557ae5
Merge pull request #742 from hapifhir/gg-202202-regex-mess
...
#737 - fix up for regex extension location mess
2022-02-14 09:12:17 +11:00
Grahame Grieve
6310b1158e
#722 fix ListResource name misuse
2022-02-13 08:29:01 +11:00
Grahame Grieve
0b4544368a
#737 - fix up for regex extension location mess
2022-02-13 08:11:27 +11:00
Grahame Grieve
223d4b5ea7
Merge pull request #741 from hapifhir/gg-202202-rendering-plus
...
Gg 202202 rendering plus
2022-02-13 07:22:26 +11:00
Grahame Grieve
c1758e3e8a
update dependency on test cases
2022-02-12 14:22:17 +11:00
Grahame Grieve
2a8dbcf8a4
fix r4b compile problem
2022-02-12 11:00:41 +11:00
Grahame Grieve
7bf1af8671
r4b fixes
2022-02-12 10:56:32 +11:00
Grahame Grieve
ea3ae8d82c
fix bug in ini file
2022-02-12 09:53:33 +11:00
Grahame Grieve
38a1770bb6
fix compile changes
2022-02-12 09:29:58 +11:00