Grahame Grieve
2f0a45046e
liquid fixes to FHIRPath
2022-12-20 23:09:44 +13:00
Grahame Grieve
e2dff7d118
change name
2022-12-20 08:48:55 +13:00
Grahame Grieve
96810c984b
revise draft
2022-12-20 08:47:30 +13:00
Grahame Grieve
b6d35314f6
fix bug in cross version extension generation
2022-12-19 22:51:04 +13:00
Grahame Grieve
d8dacd260f
Candidate service for working with profiles in applications
2022-12-19 17:20:31 +13:00
Grahame Grieve
4028d9930b
Merge pull request #1041 from alexey-tschudnowsky/ISSUE_1040_Profile_Compare_NullPointerException
...
fixes #1040 (NullPointerException while comparing profiles)
2022-12-17 08:09:12 +11:00
Grahame Grieve
6b1ae35ef3
* Add validator support for fhir_comments in R2/R2B ( #1042 ) + Add validator checks around versions in extension URLs
2022-12-17 07:11:06 +11:00
Grahame Grieve
85931f9ff2
commit version-base
2022-12-17 05:56:37 +11:00
Alexey Tschudnowsky
84508415ef
fixes #1040
2022-12-16 16:46:49 +01:00
markiantorno
aaa5c9d6a4
Updating version to: 5.6.89-SNAPSHOT and incrementing test cases dependency.
2022-12-16 01:40:27 +00:00
markiantorno
a3a1e79674
Release: v5.6.88
...
## Validator Changes
* Remove use of .fhir/package-client cache (only use the main .fhir/package now)
## Other code changes
* Hack work around for broken template input for R5 OperationOutcome
* Fix up problems with test case consistency in R5 test cases
* Add R5-snapshot3 version enum to R4 version list
***NO_CI***
2022-12-16 01:19:52 +00:00
Grahame Grieve
bd85546820
reintroduce hack for invalid template OO json
2022-12-16 11:27:48 +11:00
Grahame Grieve
64cc3771a6
fix tests to get versions consistent
2022-12-16 08:49:14 +11:00
Grahame Grieve
415d8acc12
Add R5 snapshot3 to R4 versions enum
2022-12-16 08:48:24 +11:00
markiantorno
ba67d790b8
Updating version to: 5.6.88-SNAPSHOT and incrementing test cases dependency.
2022-12-14 03:25:16 +00:00
markiantorno
6d8cd59f1e
Release: v5.6.87
...
## Validator Changes
* Change Java minimum version from 8 to 11
* Fix Error message missing parameter (very minor fix)
## Other code changes
* Refactoring package-list.json handling
* Upgrade code to latest R5 release (Snapshot 3)
* Fix bug with version patching loading package for the first time + fix bug determining spec reference
* Add Ids to profile spreadsheets
***NO_CI***
2022-12-14 02:48:33 +00:00
Grahame Grieve
659457bb65
Merge branch 'master' into gg-202212-r5-update
2022-12-14 11:55:31 +11:00
Grahame Grieve
72eae55218
fix new bug in package manager
2022-12-14 09:59:25 +11:00
Grahame Grieve
2a7136021f
Allow any for resource enum
2022-12-14 07:05:39 +11:00
Grahame Grieve
38c4785236
reverse SearchParameter.base change
2022-12-14 06:29:21 +11:00
Grahame Grieve
0cf8cbcba5
fix failing tests
2022-12-13 22:17:45 +11:00
Grahame Grieve
d1d391496e
upgrade to new R5 release
2022-12-13 21:13:29 +11:00
markiantorno
0e619971c4
Updating version to: 5.6.87-SNAPSHOT and incrementing test cases dependency.
2022-12-12 20:14:04 +00:00
markiantorno
bbf74e6f91
Release: v5.6.86
...
## Validator Changes
* Change Java minimum version from 8 to 11
* Fix Error message missing parameter (very minor fix)
## Other code changes
* Refactoring package-list.json handling
***NO_CI***
2022-12-12 19:56:58 +00:00
markiantorno
915d5e89b7
Updating version to: 5.6.86-SNAPSHOT and incrementing test cases dependency.
2022-12-09 18:40:17 +00:00
markiantorno
c01a9444a4
Release: v5.6.85
...
## Validator Changes
* Change rules around Document and Link Message validation (see [Jira](https://jira.hl7.org/browse/FHIR-39502 ) and [Zulip](https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Entry.20isn't.20reachable.20by.20traversing.20from.20first.20Bundle.20entry ) for details)
* Allow https://example in questionnaire example links
## Other code changes
* Rendering Improvements for deprecated codes Including deprecation reason
* Add Accept header fetching JSON
* Fix version comparison bug
* Fixes for producing profile summary in IGs
* Add contents to .index.json and bump to v2
* Fix stated package & version in alternate versions packages
* Refactor ProfileUtilities.generateSnapshot
* Fix bug in XHTML generation around empty tags
* Fix NPE appending slashes
* Fix rendering timing to not use a specific verb
* Fix R2 - RX ValueSet convertor for Code Systems
***NO_CI***
2022-12-09 18:23:37 +00:00
Grahame Grieve
5f2317a87c
Merge remote-tracking branch 'origin/master'
2022-12-09 23:34:24 +11:00
Grahame Grieve
dd7ca2182a
rendering improvements for deprecated codes
2022-12-09 23:28:58 +11:00
Grahame Grieve
f8a0e82785
Add standards status reason
2022-12-09 20:08:51 +11:00
Grahame Grieve
771fb0ac00
Changes related to validation of document and message links
2022-12-09 11:09:17 +11:00
Grahame Grieve
73cd123234
Merge pull request #1028 from hapifhir/gg-202212-xlsx-csv
...
Gg 202212 xlsx csv
2022-12-07 06:11:32 +11:00
Grahame Grieve
3ee52938d6
updates for all-profiles csv and xlsx
2022-12-06 16:21:33 +11:00
dotasek
a67ca99786
Profile Utilities refactor ( #1027 )
...
* Refactor 1 rename and starter comments
* Refactor 2 more renaming make method for match
* Make final what can be final
* Wrap root call to processPaths
* WIP Create ProfilePathProcessor
* Redo method scoop, move internal classes
* Use profileUtilities instance
* Finish scoop. Tests pass.
* Finish scoop for real this time.
* Encapsulate cursors
* Delete unused params
* Split path processing into two branches
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-12-05 17:32:16 -05:00
Grahame Grieve
a0c28f3326
Round trip XHTML faithfully wrt empty elements
2022-12-05 13:41:31 +11:00
Grahame Grieve
cacf27428e
Fix rendering of Timing to not have specific verb
2022-12-05 13:41:01 +11:00
Grahame Grieve
54875fd17e
fix broken link to base spec
2022-12-05 13:40:17 +11:00
markiantorno
7966deb05c
Updating version to: 5.6.85-SNAPSHOT and incrementing test cases dependency.
2022-12-01 05:52:06 +00:00
markiantorno
b0d3dae149
Release: v5.6.84
...
## Validator Changes
* Perform canonical resolution using package dependencies even for version specific references (workaround for VSAC bad behaviour)
## Other code changes
* Fix conversion between R3 andR4/R5 for Immunization.notGiven
* Fix parameter handling for tx server responses
* Add cast support for more types in FML implementation
* Fixes to GQL Schema generation
***NO_CI***
2022-12-01 05:35:31 +00:00
Grahame Grieve
8b5cb283af
suppress logging
2022-12-01 08:26:07 +11:00
Grahame Grieve
d24cc6c5ee
Merge remote-tracking branch 'origin/master'
2022-12-01 08:22:19 +11:00
Grahame Grieve
8d6f2ff57d
Merge pull request #1020 from ahdis/oe_r5_structuremap_cast
...
FHIR Mapping Language: cast support for more types #1019
2022-12-01 08:18:27 +11:00
Grahame Grieve
fedfa88ffb
refactor resource reference resolution to use package dependencies whereever possible
2022-12-01 08:16:00 +11:00
Grahame Grieve
d79ac9ba66
Merge remote-tracking branch 'origin/master'
2022-11-30 16:34:51 +11:00
Michael Lawley
518e5559c7
fix for #1022
2022-11-30 10:20:57 +10:00
Grahame Grieve
8f9261febf
#1022 - fix expected type for Code Validation parameters
2022-11-30 11:04:47 +11:00
markiantorno
19e957ef53
Updating version to: 5.6.84-SNAPSHOT and incrementing test cases dependency.
2022-11-29 23:46:32 +00:00
markiantorno
b939b33040
Release: v5.6.83
...
## Validator Changes
* no changes
## Other code changes
* Update FHIR test cases to released version
***NO_CI***
2022-11-29 23:29:15 +00:00
Grahame Grieve
aaa53cdfb0
#1005 - fix graphql processing issue
2022-11-30 08:32:25 +11:00
Grahame Grieve
5225640e50
Merge pull request #1018 from hapifhir/ja_20221129_graphql_type_cleanup
...
Correct GraphQL Schema Validation Errors
2022-11-30 08:18:35 +11:00
Oliver Egger
2d8885d4e3
FHIR Mapping Language: cast support for more types #1019
2022-11-29 22:15:02 +01:00
James Agnew
2744b5eeed
Fixes to schema generator
2022-11-29 14:42:47 -05:00
dotasek
8f1f961315
Revert "BugFix: Accepts null base in all implementations of FHIRPathEngines.evaluate(Base base, String path) to match all other evaluate methods. ( #1015 )" ( #1017 )
...
This reverts commit ba828cbb0e
.
2022-11-29 14:39:59 -05:00
Vitor Pamplona
ba828cbb0e
BugFix: Accepts null base in all implementations of FHIRPathEngines.evaluate(Base base, String path) to match all other evaluate methods. ( #1015 )
2022-11-29 14:35:39 -05:00
markiantorno
ab00f53ee7
Updating version to: 5.6.83-SNAPSHOT and incrementing test cases dependency.
2022-11-29 18:22:35 +00:00
markiantorno
b11bf21f9b
Release: v5.6.82
...
## Validator Changes
* no changes
## Other code changes
* Fix Turtle generation
***NO_CI***
2022-11-29 18:05:15 +00:00
Grahame Grieve
1048a483a2
Fix turtle generation ( #1014 )
...
Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
2022-11-29 11:29:04 -05:00
Grahame Grieve
adfd0d26e6
Fix turtle generation
2022-11-30 01:40:07 +11:00
James Agnew
82bd4e5c25
Work on cleanup
2022-11-29 07:54:58 -05:00
markiantorno
63f905d184
Updating version to: 5.6.82-SNAPSHOT and incrementing test cases dependency.
2022-11-28 18:44:16 +00:00
markiantorno
2715d811dc
Release: v5.6.81
...
## Validator Changes
* Avoid repeated R5 Extension loading in ValidatorService
* Fix problems validating logical models
* Fix `-locale` parameter functionality
* Add Spanish internationalization phrases
## Other code changes
* ProfileUtilities: Provide Standards Status in tree view
* JSONParser: numerous r4b/r5 speed improvements and fixes
* FHIRPathEngine: Catch exceptions resolving references in r5
* Handle null source and target in ConceptMap conversions
* Provide consistent rendering of comments in examples in IGs
* Preparations for changes to IG Publisher narrative generation
* Fix for Identifier.use conversion in dstu3
***NO_CI***
2022-11-28 18:23:09 +00:00
Grahame Grieve
1b07d221ea
Merge remote-tracking branch 'origin/master'
2022-11-28 12:28:07 -03:00
Grahame Grieve
a49a82aab5
capture exception chasing references
2022-11-28 12:27:41 -03:00
Grahame Grieve
9405d0b715
Fix problems validating logical models
2022-11-28 12:27:26 -03:00
Grahame Grieve
35774955ae
Produce Standards Status in tree view
2022-11-28 12:26:58 -03:00
Grahame Grieve
65863d88d1
Merge pull request #1012 from hapifhir/gg-202211-json-comments
...
Consistency around rendering comments in examples in IGs
2022-11-27 05:33:35 -03:00
Grahame Grieve
49f798de48
Consistency around rendering comments in examples in IGs
2022-11-26 22:24:17 -03:00
Grahame Grieve
83b2921c2e
Merge pull request #1011 from hapifhir/gg-202211-json5
...
update JSON parser used by validator to JSON5 parser
2022-11-26 19:22:05 -03:00
Grahame Grieve
53fb08ab19
update JSON parser used by validator to JSON5 parser
2022-11-26 18:24:29 -03:00
Grahame Grieve
e189ae2b76
Merge pull request #1001 from ahdis/oe_np_with_structuremaps
...
fix np and index out of bound exception
2022-11-26 01:00:34 -03:00
Grahame Grieve
21bd9bf7e9
improve parsing speed for json resources
2022-11-25 22:36:51 -03:00
Grahame Grieve
8f1e6f2c59
Improve parsing speed for Json resources
2022-11-25 22:36:38 -03:00
Grahame Grieve
275d83a4c7
work around bug in template OO
2022-11-25 22:36:14 -03:00
Grahame Grieve
962f3f09ea
prepare for changing the way the IG publisher generates narrative
2022-11-24 18:02:21 -03:00
Grahame Grieve
80f275ff18
upgrade to new JSON parser
2022-11-24 17:57:46 -03:00
Oliver Egger
b3cc460ccd
fix nullpointer exceptions
2022-11-22 16:19:16 +01:00
markiantorno
01d212afac
Updating version to: 5.6.81-SNAPSHOT and incrementing test cases dependency.
2022-11-22 14:28:51 +00:00
markiantorno
3ab720a6af
Release: v5.6.80
...
## Validator Changes
* Improved Loading speed (20% reduction)
* Fix issue handling path on content references on deeply nested content
## Other code changes
* Fix rendering issue when reference.reference missing
* Add rule date to validation messages so new rules can be highlighted
***NO_CI***
2022-11-22 14:05:59 +00:00
Grahame Grieve
6bdf3389bb
fix bug missing R5 definitions in publisher
2022-11-22 06:38:01 -03:00
Grahame Grieve
74b1b7f201
fix rendering issue when reference.reference missing
2022-11-22 05:58:17 -03:00
Grahame Grieve
24331956f1
Add rule date to validation messages so new rules can be highlighted
2022-11-22 05:58:02 -03:00
Grahame Grieve
8136b00c86
work on loading speed for validator
2022-11-21 18:46:47 -03:00
Grahame Grieve
68360cb110
Fix issue handling path on content references on deeply nested content
2022-11-21 18:45:33 -03:00
markiantorno
cc842bc114
Updating version to: 5.6.80-SNAPSHOT and incrementing test cases dependency.
2022-11-20 19:32:31 +00:00
markiantorno
ee7ba71b29
Release: v5.6.79
...
## Validator Changes
* no changes
## Other code changes
* fix references to LOINC codes in generated narrative
***NO_CI***
2022-11-20 18:59:55 +00:00
Grahame Grieve
bce3f5464f
Merge remote-tracking branch 'origin/master'
2022-11-20 12:57:48 -03:00
Grahame Grieve
5cda3573be
fix for non-breaking space usage
2022-11-20 12:27:41 -03:00
Grahame Grieve
8e3833f58a
Fix broken LOINC link
2022-11-19 03:39:35 -03:00
markiantorno
d7d93b486b
Updating version to: 5.6.79-SNAPSHOT and incrementing test cases dependency.
2022-11-17 21:34:46 +00:00
markiantorno
14a8c388fd
Release: v5.6.78
...
## Validator Changes
* Validate HTML entities in XHTML in resources
## Other code changes
* Stop producing XHTML entities in resources when rendering
***NO_CI***
2022-11-17 21:15:59 +00:00
Grahame Grieve
b4d21b8263
Merge pull request #994 from hapifhir/gg-202211-xhtml-entities
...
Gg 202211 xhtml entities
2022-11-17 16:57:04 -03:00
Grahame Grieve
4fa05d8297
fix bug producing html entities in XHTML in resources when rendering
2022-11-17 15:21:39 -03:00
Grahame Grieve
28d107b4ae
Validate XHTML entities in XML
2022-11-17 15:21:17 -03:00
dotasek
82972d5216
Add https-proxy param + fix proxy authorization header ( #888 )
...
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-11-17 11:27:21 -05:00
markiantorno
bb8775bfdb
Updating version to: 5.6.78-SNAPSHOT and incrementing test cases dependency.
2022-11-16 22:55:59 +00:00
markiantorno
41ffa42dc6
Release: v5.6.77
...
## Validator Changes
* Minor fix to jurisdiction output (+ handle case where JVM has no locale)
* Add support for extensions parameter
* Make all error messages include version of underlying resource if available
* Accept display for code from ValueSet CLD if no code system available
* Various minor improvements to error messages
## Other code changes
* Minor clean up in test cases
* Fix up i18n support to handle pluralization properly
* Refactor resource narrative generation rules (GenerationRules.X)
* Display resource type in generated narrative
* Add support for generating R4 and R4B packages
* Add support for generating XVer packages
***NO_CI***
2022-11-16 22:38:33 +00:00
Grahame Grieve
47443acaf3
prepare release
2022-11-16 18:36:02 -03:00
Grahame Grieve
cf7ef7218a
Merge pull request #979 from lmckenzi/NewIGHelp
...
Change default help location for tables
2022-11-15 07:18:13 +11:00
dotasek
d724d48f89
Do remove excluded tests 2 ( #988 )
...
* WIP remove excluded tests + disable breaking test
* Fix failing test, document test cases.
* Code cleanup
The following are cherry picked from GG branch:
* Fix problem with value set validator hiding errors
* Fix issue rendering resource by name
* fix error location
Co-authored-by: dotasek <david.otasek@smilecdr.com>
Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
2022-11-14 13:30:26 -05:00
Grahame Grieve
db643e8eca
fix typo
2022-11-10 10:00:26 +11:00
Grahame Grieve
21b0577249
track hint about code validation
2022-11-10 05:16:10 +11:00
Grahame Grieve
b7a882114d
accept code/display from CLD if no code system available
2022-11-10 05:15:27 +11:00
Grahame Grieve
96218a5ce4
refactor resource narrative generation rules
2022-11-10 05:14:59 +11:00
dotasek
11c369ea09
Remove all _PLURAL labels from constants
2022-11-07 16:52:47 -05:00
dotasek
183f9ecfd2
Remove _PLURAL labels from keys
2022-11-07 16:39:40 -05:00
dotasek
6b5d184f89
Merge remote-tracking branch 'origin/master' into do-i18n-plurals
2022-11-07 14:52:40 -05:00
Hank Yang
a6ba8fd67a
Fixed HL7 Validator CLI Jurisdiction Output ( #980 )
...
* Failing test
* Fixed breaking jurisdiction test
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-11-07 11:59:33 -05:00
dotasek
ffec2ce1c5
Merge remote-tracking branch 'origin/master' into do-i18n-plurals
2022-11-07 09:23:36 -05:00
markiantorno
212096f228
Updating version to: 5.6.77-SNAPSHOT and incrementing test cases dependency.
2022-11-06 12:50:41 +00:00
markiantorno
cc634aecd5
Release: v5.6.76
...
## Validator Changes
* Add support for R4B to validator (parts were missing)
* Fix bugs in Logical Model snapshot generation and validation (both instances and logical models themselves)
* Check min/max value for decimal values
## Other code changes
* Fix broken links rendering questionnaires
* Fix issue with converting ActivityDefinition.kind between R5 and R4/R4B/R3 (+ update R5 code)
* Fixes to terminology cache management for test cases
* Process relative links in markdown in code descriptions when rendering value sets
* Fix issue with contained resource not always rendering consistently
* Fix bug where Element Model paths are not populated after preforming a transform
* Fix NPE rendering invalid bundles
* refactor Paramters.getParameter helper methods
* Rendering improvements for logical models
***NO_CI***
2022-11-06 12:33:46 +00:00
Lloyd McKenzie
1d9b05a27b
Changed flyover for constraints to say "constraint" instead of "invariant"
2022-11-05 23:26:13 -06:00
Grahame Grieve
c835201f36
Merge remote-tracking branch 'origin/master'
2022-11-06 10:16:22 +11:00
Grahame Grieve
4b0c42c832
Fix bug with jurisdiction locale in validator
2022-11-06 10:12:36 +11:00
Grahame Grieve
d19ff2e1f6
Merge pull request #972 from hapifhir/do-terminology-cache-filewpipechar
...
Fix pipes in terminologyCache files
2022-11-06 07:04:58 +11:00
Grahame Grieve
305f93ca26
Fix broken SDC links in Q & QR rendering
2022-11-05 11:30:27 +11:00
Grahame Grieve
01411cfa6c
regenerate R5 (ActivityDefinition.kind = TASK), and check synced for RDF Generation issues
2022-11-05 11:28:11 +11:00
dotasek
99bd733fe0
Update tests + fix 11073 codesystem
2022-11-03 16:33:56 -04:00
dotasek
6ecd4c70fe
Parse out version for all systems in TerminologyCache files
2022-11-03 14:29:38 -04:00
dotasek
fc7cd56335
Merge remote-tracking branch 'origin/master' into do-i18n-plurals
2022-11-03 13:35:40 -04:00
dotasek
74659e4648
Merge remote-tracking branch 'origin/master' into do-terminology-cache-filewpipechar
2022-11-03 12:51:19 -04:00
Grahame Grieve
c49a2c0fc5
Fix link to extension style
2022-11-03 15:59:42 +11:00
Grahame Grieve
2519858dcd
update logical model snapshot generation and validation
2022-11-03 15:59:22 +11:00
dotasek
16a0a08598
Parse out canonical url version + refactor
2022-11-02 16:58:28 -04:00
dotasek
8e663f3ce9
Merge branch 'master' into do-terminology-cache-filewpipechar
2022-11-02 11:08:45 -04:00
Grahame Grieve
16e21c5bbe
fix bug in simple http client when no accept header is set
2022-11-02 20:57:05 +11:00
Grahame Grieve
68a3b6c808
process markdown relative references
2022-11-02 20:56:40 +11:00
Grahame Grieve
c8bf2aa4e5
fix issue with contained resources not rendering
2022-11-02 20:56:17 +11:00
Grahame Grieve
ca96bbfdc4
fix bug where ElementModel paths are not populated
2022-11-02 20:55:35 +11:00
Grahame Grieve
261462b348
Fix for NPE on invalid bundles
2022-11-02 08:52:02 +11:00
Grahame Grieve
1ae7093eef
#934 Parameters object's getParameter(String theParameterName) is misnamed
2022-11-02 08:51:17 +11:00
dotasek
5558f0458f
Refactor
2022-10-31 14:53:50 -04:00
dotasek
942777da11
Fix token name for code system
2022-10-31 14:27:03 -04:00
dotasek
21037e2cdf
Failing test
2022-10-31 14:22:46 -04:00
dotasek
269680608f
Merge master
2022-10-31 09:50:26 -04:00
Grahame Grieve
5116536617
Finish CDS hooks extension validation
2022-10-29 19:18:19 +11:00
Grahame Grieve
ddf769851b
improve error messages in json parser
2022-10-29 11:59:00 +11:00
Grahame Grieve
27511f40dd
Add support for json-primitive-choice
2022-10-29 09:11:09 +11:00
dotasek
25ef2dca4d
Merge remote-tracking branch 'origin/master' into do-i18n-plurals
2022-10-28 14:54:37 -04:00
dotasek
2de6340cfa
Rename PL to Plural in method signatures
2022-10-28 14:44:09 -04:00
markiantorno
f0c53bd7a9
Updating version to: 5.6.76-SNAPSHOT and incrementing test cases dependency.
2022-10-28 11:57:13 +00:00
markiantorno
a285132f5b
Release: v5.6.75
...
## Validator Changes
* Fix problem determining implicit code system when code system only known to tx.fhir.org
## Other code changes
* Fix bugs generating CDSHooks snapshots
* Fix for NPE rendering Patient Photo
* Fix problem generating snapshots for specializations where inherited types have properties
* Work on i18n framework
***NO_CI***
2022-10-28 11:38:37 +00:00
Grahame Grieve
1e046a0d00
fix for NPE rendering patient photo
2022-10-28 21:59:08 +11:00
Grahame Grieve
27febc03ef
inherited type URLs
2022-10-28 21:58:59 +11:00
Grahame Grieve
63767a78c3
more work in CDS Hooks extensions
2022-10-28 17:49:22 +11:00
Grahame Grieve
83dfcd398c
Fix problem with determining implied code system
2022-10-28 09:09:48 +11:00
Grahame Grieve
a70fc37b87
Fix NPE processing snapshot
2022-10-26 23:20:31 +11:00
Grahame Grieve
b187d289b6
fixes for plural messages for i18n
2022-10-26 14:30:25 +11:00
markiantorno
cf111ac919
Updating version to: 5.6.75-SNAPSHOT and incrementing test cases dependency.
2022-10-25 09:35:23 +00:00
markiantorno
325fd0736d
Release: v5.6.74
...
## Validator Changes
* Improve error message for extensions without values
## Other code changes
* Add support for Requirements Resource (rendering + caching)
* Tidy up support for ActorDefinition
* Generate better summary for references
* Clean up bug checking data types in ContextUtilities
* Remove Validator dependency on GSON
* Upgrade validator to produce PSVI for tools to make use of
***NO_CI***
2022-10-25 09:13:57 +00:00
Grahame Grieve
887b4be428
caching Requirements and ActorDefinitions
2022-10-25 15:03:26 +11:00
Grahame Grieve
5be607152c
Add summary rendering for references
2022-10-25 15:03:03 +11:00
Grahame Grieve
6a02896b36
add requirements renderer
2022-10-25 15:02:39 +11:00
Grahame Grieve
dd36590599
Add requirements renderer
2022-10-25 15:02:10 +11:00
Grahame Grieve
c13f24ef4c
clean up bug checking data types in ContextUtilities
2022-10-25 14:58:00 +11:00
Grahame Grieve
f1c56ca0d6
remove unused methods from ActorDefinition renderer
2022-10-25 07:28:28 +11:00
Grahame Grieve
7c78bdd59c
Merge remote-tracking branch 'origin/master'
2022-10-24 21:58:38 +11:00
Grahame Grieve
ac67f945a0
Support for requirements resource
2022-10-24 11:40:00 +11:00
Grahame Grieve
1c3a6ee439
upgrade validator to produce PSVI
2022-10-23 23:13:27 +11:00
markiantorno
308ca865e3
Updating version to: 5.6.74-SNAPSHOT and incrementing test cases dependency.
2022-10-21 07:25:34 +00:00
markiantorno
60022888b1
Release: v5.6.73
...
## Validator Changes
* Further support for validating CDSHooks content
## Other code changes
* Render period on Identifiers
* Render Tooling IG extensions in Profile table
* Fix NPE building CCDA IG
***NO_CI***
2022-10-21 06:47:50 +00:00
Grahame Grieve
993a28acbb
Render period on identifiers
2022-10-21 16:25:19 +11:00
Grahame Grieve
41950eeb0a
Updates to validator for CDS Hooks support
2022-10-21 16:25:07 +11:00
markiantorno
d0b4a1c247
Updating version to: 5.6.73-SNAPSHOT and incrementing test cases dependency.
2022-10-20 07:11:05 +00:00
markiantorno
4aeac63325
Release: v5.6.72
...
## Validator Changes
* Improved Errors for bad resource ids
* R5 ballot: Hack around discovered issues in the ballot
* Enforce value set & code system versioning when validating codes
* Enable bulk -snapshot and -convert on multiple/wildcard -source
* Fix bug revalidating profiled abstract types
## Other code changes
* Rework validator test cases to not have inter-test dependencies (+ fix up to allow contexts to be cloned)
* add First draft of xliff production
* Add ActorDefinition conversions R5 -> R4, R4B, R3
* Add support for validating logical model json files (not surfaced in CLI yet)
* Updates for changes to extension URLs in Tools IG
* Fix map rendering in value sets
* Fix broken link in R4 DeviceUseStatement
***NO_CI***
2022-10-20 06:47:38 +00:00
Grahame Grieve
ef5683c969
Merge pull request #959 from hapifhir/gg-202210-ips-fixes
...
Gg 202210 ips fixes
2022-10-20 17:19:41 +11:00
Grahame Grieve
ef92e98810
fix broken link in R4 DeviceUseStatement
2022-10-20 16:17:19 +11:00
Grahame Grieve
e47ffbd32e
fix map rendering in value sets
2022-10-20 16:16:01 +11:00
Grahame Grieve
5045254169
Merge pull request #958 from lmckenzi/FixIPSBug
...
Allow updateUrls to be called from elsewhere
2022-10-20 15:48:57 +11:00
Lloyd McKenzie
759da9723b
Allow updateUrls to be called from elsewhere
2022-10-19 22:42:10 -06:00
Grahame Grieve
648883c87b
update for changes to extensions in tools ig
2022-10-20 10:06:00 +11:00
Grahame Grieve
5a9966d1b2
fix up validation tests - remove interdependency issues
2022-10-20 10:05:40 +11:00
Grahame Grieve
f56e539fed
fix up context cloning
2022-10-20 10:04:03 +11:00
Grahame Grieve
1f7fc12640
turn language test off
2022-10-19 21:54:50 +11:00
Grahame Grieve
574cd143ba
clarify resource id error + support type characteristics extension
2022-10-19 20:48:37 +11:00
Grahame Grieve
f13dc58d8b
More work on language production
2022-10-19 20:47:18 +11:00
Grahame Grieve
a6e31d36d3
value set validation version fixes, support for ActorDefinition, support for validating binaries by Logical Models, Language works starts,
2022-10-18 21:19:51 +11:00
Grahame Grieve
b17735a15b
Add support for ActorDefinition
2022-10-17 11:43:33 +11:00
markiantorno
82e659c8cc
Updating version to: 5.6.72-SNAPSHOT and incrementing test cases dependency.
2022-10-14 21:51:04 +00:00
markiantorno
64884ac668
Release: v5.6.71
...
## Validator Changes
* Fix typos in error messages
## Other code changes
* Fix NPE in xig generation
* Fix bug in validator test framework (packages not being loaded properly)
* Remove references to terminology files no longer found in source specification
* Package generation enhancements for R4/R4B
* Support for CDS Hooks validation (not surfaced outside test cases yet)
***NO_CI***
2022-10-14 21:19:03 +00:00
Grahame Grieve
9a044604c1
fix test framework
2022-10-14 20:49:26 +11:00
Grahame Grieve
da78b01ac0
define extension for resource-format in tools IG
2022-10-14 08:35:39 +11:00
Grahame Grieve
5b67ee960e
fix NPE in xig
2022-10-14 08:35:27 +11:00
Grahame Grieve
36f54efb55
remove bad references to old files no longer present in core spec
2022-10-14 08:35:15 +11:00
Grahame Grieve
004519ccc8
Fix for some old packages missing ElementDefinition.min
2022-10-14 08:34:52 +11:00
Grahame Grieve
9dd886ee2b
package fixes for r4/r4b package conversion
2022-10-13 06:49:08 +11:00
Grahame Grieve
a15b57ef9a
Improved support for Logical Models (inc. cds-hooks)
2022-10-13 06:48:29 +11:00
markiantorno
7bf348055a
Updating version to: 5.6.71-SNAPSHOT and incrementing test cases dependency.
2022-10-11 01:11:51 +00:00
markiantorno
2fd44c4203
Release: v5.6.70
...
## Validator Changes
* no changes
## Other code changes
* Fix for logical model issues for cds-hooks logical models
***NO_CI***
2022-10-11 00:50:57 +00:00
Grahame Grieve
042a6a01e5
more extension declarations
2022-10-11 09:32:28 +11:00
Grahame Grieve
fb921f6f3f
Fix content reference generation
2022-10-10 20:45:46 +11:00
Grahame Grieve
a66ca2a197
Add JSON enhancements for CDS hooks logical model
2022-10-10 17:05:12 +11:00
Grahame Grieve
e1657c66b0
refactor IWorkerContext
2022-10-07 21:50:59 +11:00
markiantorno
9a39f4570c
Updating version to: 5.6.70-SNAPSHOT and incrementing test cases dependency.
2022-10-06 23:36:56 +00:00
markiantorno
bdd99a48a7
Release: v5.6.69
...
## Validator Changes
* Fix R5 error around cnl-1
* Add markdown validation
* add support for http://hl7.org/fhir/StructureDefinition/structuredefinition-dependencies
* fix bugs in FHIRPath handling of polymorphism
* fix validation of Coding when system is unknown (align with CodeableConcept handling)
* Fix bug where extranous text in XML was reported in the wrong location
## Other code changes
* Fix links in bundle rendering
* Improvements to rendering for IG publisher (additional bindings)
* Bump jackson-databind dependency
* fix bugs in graphql generation
* populate StructureMap xhtml when loading from mapping language
* align markdown processing with FHIR-38714
***NO_CI***
2022-10-06 23:17:29 +00:00
Grahame Grieve
56e8774c8f
Fix problem with R4B FHIRPath tests
2022-10-07 09:20:34 +11:00
Grahame Grieve
7cb3355a0f
fix markdown processing on additional bindings short doco
2022-10-07 08:16:03 +11:00
Grahame Grieve
2547f47bd2
Merge remote-tracking branch 'origin/master'
2022-10-07 08:08:11 +11:00
Grahame Grieve
b9036524d5
R5 FHIRPath engine fixes for polymorphism + update R4B FHIRPath engine to match R5
2022-10-07 08:08:04 +11:00
Lloyd McKenzie
a59cfbe513
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into IGRenderingChanges
...
# Conflicts:
# org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/conformance/AdditionalBindingsRenderer.java
2022-10-06 11:58:10 -06:00
Lloyd McKenzie
1bb4c27651
Corrections to binding rendering; don't cache SD elements in HAPI
2022-10-06 11:36:06 -06:00
Grahame Grieve
e73f79103c
Fix problems in links in bundle rendering
2022-10-06 22:26:36 +11:00
Grahame Grieve
9195d7ae8b
rendering improvements
2022-10-06 12:54:45 +11:00
Grahame Grieve
c7ef0a3ac6
Add support for http://hl7.org/fhir/StructureDefinition/structuredefinition-dependencies to validator
2022-10-05 21:19:30 +11:00
Grahame Grieve
efd8e07b9d
fix bugs in graphql generation
2022-10-05 21:17:52 +11:00
Grahame Grieve
ae8bc3502f
fix FHIRPath .is(type) to handle abstract types
2022-10-05 21:17:40 +11:00
Grahame Grieve
21848fc9af
Fix handling of Coding Validation when code system is unknown
2022-10-05 21:16:57 +11:00
Grahame Grieve
456ab88b9c
validation fixes
2022-10-04 18:50:07 +11:00
Grahame Grieve
86a3a56c42
better handling for sax errors and jvm issue
2022-10-04 16:55:17 +11:00
Grahame Grieve
098b2895bc
Markdown changes for FHIR-38714 + fix up test framework for validator to use OperationOutcome
2022-10-04 14:06:30 +11:00
Grahame Grieve
28a8165034
add .toString() for OperationOutcome.issue
2022-10-04 14:04:20 +11:00
Grahame Grieve
d9faafa1be
fix problem with reporting erroneous text in the wrong locations
2022-10-04 14:03:00 +11:00
markiantorno
fa8db082c7
Updating version to: 5.6.69-SNAPSHOT and incrementing test cases dependency.
2022-09-30 20:09:37 +00:00
markiantorno
ecc3506457
Release: v5.6.68
...
## Validator Changes
* Warning in Validator CLI when character encoding is not UTF-8
* Don't validate contained resources against Shareable* profiles, and also check ShareableMeasure
## Other code changes
* Remove CapabilityStatement2 from canonical resources
***NO_CI***
2022-09-30 19:52:48 +00:00
dotasek
eabf51938b
Remove CapabilityStatement2 from reported and checked resource names ( #935 )
...
* Remove CapabilityStatement2 from reported and checked resource names
* Update RELEASE_NOTES.md
***NO_CI***
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-09-30 13:10:51 -04:00
Lloyd McKenzie
bdea5b70b8
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into IGRenderingChanges
2022-09-27 12:41:16 -06:00
Lloyd McKenzie
c892d65a8d
Clean-up after testing
2022-09-27 12:40:59 -06:00
markiantorno
8893e0c0bc
Updating version to: 5.6.68-SNAPSHOT and incrementing test cases dependency.
2022-09-27 15:09:27 +00:00
markiantorno
02435a9889
Release: v5.6.67
...
## Validator Changes
* Work around R4 issue with http://www.rfc-editor.org/bcp/bcp13.txt value set (should be http://hl7.org/fhir/ValueSet/mimetypes )
* Minor improvements to error messages
## Other code changes
n/a
***NO_CI***
2022-09-27 14:33:05 +00:00
Lloyd McKenzie
d5f6e1450f
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into IGRenderingChanges
2022-09-27 08:27:12 -06:00
Lloyd McKenzie
a589f5fdf4
Added support for rendering with differences between either base StructureDfeinition or parent StructureDefinition
2022-09-27 08:26:46 -06:00
markiantorno
9d308db001
Updating version to: 5.6.67-SNAPSHOT and incrementing test cases dependency.
2022-09-23 18:40:26 +00:00
markiantorno
303853b7a1
Release: v5.6.66
...
## Validator Changes
* fix error with code system validation messages
## Other code changes
* Enhanced testing for character encoding issues
* XIG publisher improvements
***NO_CI***
2022-09-23 18:20:37 +00:00
Grahame Grieve
153bda866a
Merge remote-tracking branch 'origin/master'
2022-09-23 12:52:25 -04:00
Grahame Grieve
d670ac9e4c
set up release
2022-09-23 12:52:17 -04:00
Grahame Grieve
0b40db7f0b
Merge pull request #929 from hapifhir/gg-2022-09-cs_vs
...
Gg 2022 09 cs vs
2022-09-23 12:14:22 -04:00
dotasek
c51f7c2327
Enhanced testing for character encoding issues ( #928 )
...
* Redo pull pipeline to check for alternate file encodings
* Fix jdkVersion references in pull-request-pipeline
* Failing test for Cp1252 encoded Java environments
* Fix file encoding mistake
* Add fix + refactor test
* Backport ParserBase changes and tests to previous versions
* And I mean it, this time
* Update tx cache resources
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-09-23 10:38:10 -04:00
Grahame Grieve
695a8610a2
fix error with code system validation messages
2022-09-23 09:33:25 -04:00
Grahame Grieve
b47edc0109
xig publisher improvements
2022-09-23 09:32:39 -04:00
markiantorno
e29b3130db
Updating version to: 5.6.66-SNAPSHOT and incrementing test cases dependency.
2022-09-20 16:29:09 +00:00
markiantorno
fce1d1f1fc
Release: v5.6.65
...
## Validator Changes
* Validator support for -forPublication parameter
## Other code changes
* Improved ConceptMap rendering
* Internal reorganization of extensions
* Fix NPE rendering terminology resources
* Fix bad HTML rendering SearchParameter
* Allow rendering additional information in a comparison
* bug fixes from loading all published packages ever
***NO_CI***
2022-09-20 16:11:15 +00:00
Grahame Grieve
b387b6c268
Improve conceptmap rendering
2022-09-20 06:33:46 -04:00
Grahame Grieve
5bbf98fe27
Merge remote-tracking branch 'origin/master'
2022-09-20 05:20:09 -04:00
Grahame Grieve
25f92bef1e
Merge pull request #897 from ahdis/oe_patientrender_np
...
Fix NP for PatientRenderer #896
2022-09-20 05:17:51 -04:00
Grahame Grieve
689b9a57b1
check ShareableValueSet and shareableCodeSystem profiles for publishing resources
2022-09-20 04:52:01 -04:00
Grahame Grieve
cfa5d39bdb
reorg extensions (clean up)
2022-09-20 04:51:00 -04:00
Grahame Grieve
eca93b0a76
Fix NPE rendering terminology resources
2022-09-20 04:50:07 -04:00
Grahame Grieve
049d8a1197
fix bad HTML rendering SearchParameter
2022-09-20 04:49:32 -04:00
Grahame Grieve
b3ae8d69e8
fix NPE
2022-09-20 04:49:18 -04:00
Grahame Grieve
460d12ee92
control lazy loading
2022-09-20 04:49:06 -04:00
Grahame Grieve
b5d828b0dc
suppress debug messaging if instructed and control lazy loading
2022-09-20 04:48:56 -04:00
Grahame Grieve
7f74b4521a
allow rendering additional information in a comparison
2022-09-20 04:47:59 -04:00
Gabriel
1f7fff8d9d
Show display name of concepts which are not mapped
2022-09-19 14:54:36 +02:00
Grahame Grieve
df0bc26d47
rationalise extensions
2022-09-17 14:54:20 -04:00
markiantorno
45a4ad77ad
Updating version to: 5.6.65-SNAPSHOT and incrementing test cases dependency.
2022-09-17 14:49:41 +00:00
markiantorno
7cce3ef810
Release: v5.6.64
...
## Validator Changes
* Support for R5 terminology
## Other code changes
* fix error with R5 IG constraint
* fix error with double escaping rendering code system markdown
* Suppress display when generating narrative for code systems if display matches code
* Fix bug in RDF generation in R4B
* fix bug in html parser - misses end of comments when end is --->
***NO_CI***
2022-09-17 14:17:42 +00:00
Grahame Grieve
68910ee95c
minor updates for R5
2022-09-17 06:15:32 -04:00
Jim Balhoff
41d23ed56f
WIP outputting indexed objects as RDF collections.
2022-09-15 10:34:24 -04:00
Grahame Grieve
37982f2af3
Fix error with double escaping rendering code system markdown
2022-09-15 08:59:38 +02:00
Grahame Grieve
03722bf782
Suppress display when generating narrative for code systems if display is always the same as the code
2022-09-15 08:59:18 +02:00
Grahame Grieve
35233ee1e5
R5 updates for IG publisher
2022-09-15 08:41:37 +02:00
markiantorno
09125cbaa4
Updating version to: 5.6.64-SNAPSHOT and incrementing test cases dependency.
2022-09-12 16:58:38 +00:00
markiantorno
0e2ad40b05
Release: v5.6.63
...
## Validator Changes
* no changes
## Other code changes
* Fix NPE ValueSetRenderer
* More fixes in StructureDefinition validation type characteristic
* Fix typo in ImplementationGuideDefinitionParameterComponent `Value`
***NO_CI***
2022-09-12 16:09:27 +00:00
Grahame Grieve
2cef00dfb1
fix NPE ( #923 )
...
Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
2022-09-12 11:16:06 -04:00
markiantorno
6169f92cb1
Updating version to: 5.6.63-SNAPSHOT and incrementing test cases dependency.
2022-09-10 06:33:43 +00:00
markiantorno
5286167c02
Release: v5.6.62
...
## Validator Changes
* More fixing for Type Characteristics
## Other code changes
* Fix rendering of concept map code references
* Fix version conversion problem for MessageHeader.event
***NO_CI***
2022-09-10 06:14:00 +00:00
Grahame Grieve
3fbb505722
Fix concept link rendering problem
2022-09-10 15:02:48 +10:00
markiantorno
31238146a0
Updating version to: 5.6.62-SNAPSHOT and incrementing test cases dependency.
2022-09-09 22:13:28 +00:00
markiantorno
9b9c12c97a
Release: v5.6.61
...
## Validator Changes
* no changes
## Other code changes
* Improved HTML compliance (img.alt)
* Improved example generation
* Improved handling of illegal parameters in ImplementationGuideDefinition
***NO_CI***
2022-09-09 21:56:43 +00:00
markiantorno
fadb727e87
Updating version to: 5.6.61-SNAPSHOT and incrementing test cases dependency.
2022-09-08 15:20:07 +00:00
markiantorno
ca313fa6fe
Release: v5.6.60
...
## Validator Changes
* no changes
## Other code changes
* Rendering improvements for Patient and extension summary
***NO_CI***
2022-09-08 15:03:24 +00:00
Grahame Grieve
c5e6493106
fix for img.alt missing
2022-09-08 23:17:33 +10:00
Grahame Grieve
ace807bca0
Add missing img.alt tags
2022-09-08 22:45:24 +10:00
Grahame Grieve
4cbbce4ec8
img conformance in xhtml
2022-09-08 22:22:17 +10:00
Grahame Grieve
f3e35f7661
Merge remote-tracking branch 'origin/master'
2022-09-08 22:03:54 +10:00
Grahame Grieve
a6d3d56223
improve Patient rendering
2022-09-08 22:02:33 +10:00
Grahame Grieve
2e35e85dec
fix rendering of extension summary
2022-09-08 22:02:12 +10:00
markiantorno
9f70b2b541
Updating version to: 5.6.60-SNAPSHOT and incrementing test cases dependency.
2022-09-07 13:29:55 +00:00
markiantorno
df2e964389
Release: v5.6.59
...
## Validator Changes
* More fixes to type characteristics
* Validator would hang on some specific xml inputs - no more
## Other code changes
* General: This release contains java code for the as yet unreleased R5 ballot (it's a precondition for releasing it)
* Snapshot Generator handle bindings on CodeableReferences
* Renderer: Don't always render OperationDefinition header
***NO_CI***
2022-09-07 13:12:42 +00:00
Grahame Grieve
d14224e987
allow bindings on codeableReference
2022-09-07 21:25:56 +10:00
Grahame Grieve
10989cf6e9
r5 test updates
2022-09-07 21:11:09 +10:00
Grahame Grieve
2b6c7aae39
more R5 fixes for IG publisher
2022-09-07 17:31:42 +10:00
Grahame Grieve
8dad875cac
qb url
2022-09-07 11:38:27 +10:00
Grahame Grieve
fc2e2fe9bc
refix hung parser
2022-09-07 11:13:19 +10:00
Grahame Grieve
fbca3fda51
Fix bug where header is always rendered with Operation Definition
2022-09-07 08:11:44 +10:00
Grahame Grieve
c3ab401f56
Fix bug with validator hanging on some XML instances
2022-09-07 08:11:09 +10:00
Grahame Grieve
bc77c2d031
Merge remote-tracking branch 'origin/master'
2022-09-07 06:02:44 +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
Grahame Grieve
f346a94c59
update for R5 ballot version
2022-09-05 16:24:50 +10:00
markiantorno
df2a768778
Updating version to: 5.6.59-SNAPSHOT and incrementing test cases dependency.
2022-09-04 00:09:47 +00:00
markiantorno
719f28dcd2
Release: v5.6.58
...
## Validator Changes
* Allow binding as a type characteristic for Extension
## Other code changes
* OID support refactoring
* Remove Contributor Datatype from R5
* R5 Build efficiency fixes
***NO_CI***
2022-09-03 23:48:53 +00:00
Grahame Grieve
2150a17c69
changing the way extensions are managed in the build
2022-09-04 07:13:58 +10:00
Grahame Grieve
fa22d50297
utilities for OID rework in R5
2022-09-03 21:31:24 +10:00
Grahame Grieve
4d4009f0e4
fix syntax
2022-09-03 10:38:27 +10:00
Grahame Grieve
f67c08d0af
undo change
2022-09-03 08:07:12 +10:00
Grahame Grieve
d8b7e587a3
Remove Contributor Datatype
2022-09-03 08:06:21 +10:00
Grahame Grieve
f0a9089bc4
Merge remote-tracking branch 'origin/master'
2022-09-02 21:57:55 +10:00
Grahame Grieve
40ff51b75e
remove useless FHIRPath tests
2022-09-02 21:57:46 +10:00
markiantorno
6f73511fe7
Updating version to: 5.6.58-SNAPSHOT and incrementing test cases dependency.
2022-09-01 13:44:59 +00:00
markiantorno
8a38b36855
Release: v5.6.57
...
## Validator Changes
* fix erroneous type characteristics error in StructureDefinition.differentials
## Other code changes
* ValuesetExpansion: Pay attention to inactive property, and activeOnly parameter
* fix broken paths rendering extensions
* Process markdown in code definitions when rendering ValueSets
* Fix duplicate ids in generated questionnaires
* Add types to wildcard list
***NO_CI***
2022-09-01 13:27:25 +00:00
Grahame Grieve
bb05e8a597
Add types to wildcard list
2022-09-01 22:44:09 +10:00
Grahame Grieve
85ea051187
fix duplicate ids in questionnaires
2022-09-01 22:43:58 +10:00
Grahame Grieve
fd76766da7
check activeOnly parameter
2022-09-01 22:42:16 +10:00
Grahame Grieve
157fd68eca
check inactive property as well as status property when checking for active codes
2022-09-01 22:42:01 +10:00
Grahame Grieve
8e6cd3c16c
Process markdown in ValueSet definitions
2022-09-01 22:41:28 +10:00
Grahame Grieve
1edb6e5c8d
fix broken paths rendering extensions
2022-09-01 22:40:49 +10:00
Grahame Grieve
832da9fc6b
fix up rendering
2022-08-29 17:52:39 +10:00
Grahame Grieve
3b4260d955
FHIR-24884 Define best practices for narrative for a resource
2022-08-29 16:17:21 +10:00
Grahame Grieve
4db936752a
FHIR-24884 Define best practices for narrative for a resource
2022-08-29 15:53:47 +10:00
Grahame Grieve
17adc621d3
get oid for canonical resource
2022-08-29 12:45:42 +10:00
Grahame Grieve
d97e2d8534
FHIR-31356 Add quick links to copy 'coding' from value set and code system enumerations
2022-08-29 12:44:27 +10:00
markiantorno
4b8f8e3d2b
Updating version to: 5.6.57-SNAPSHOT and incrementing test cases dependency.
2022-08-26 21:14:29 +00:00
markiantorno
51199251e8
Release: v5.6.56
...
## Validator Changes
* Improve support for example code systems in example mode
## Other code changes
* Render Comments as span titles in ProfileDrivenRenderer
* Fix type analysis in FHIRPath for abstract types
* Terminology utilitty improvements for fhir-types code system
* Lighten invariant background colour
* Fixes to DateTimeType for setFieldValue() method
***NO_CI***
2022-08-26 20:57:04 +00:00
Grahame Grieve
22d48d15cf
fix comment rendering
2022-08-26 23:00:24 +10:00
Grahame Grieve
5220f2552b
Merge remote-tracking branch 'origin/master'
2022-08-26 21:18:44 +10:00
Grahame Grieve
1c29587015
fixed
2022-08-26 21:18:39 +10:00
Grahame Grieve
c16c88aba2
rework fhir types code system
2022-08-26 21:00:23 +10:00
Grahame Grieve
b37c40419e
Support descendents analysing fhirpath types
2022-08-26 21:00:08 +10:00
Grahame Grieve
fe2b06031a
terminology utility improvements
2022-08-26 20:59:42 +10:00
Grahame Grieve
bdb5a46621
render comments
2022-08-26 20:59:11 +10:00
Grahame Grieve
58017176fe
code system rendering improvements
2022-08-26 20:56:23 +10:00
Grahame Grieve
2f4510c16d
lighten invariant background color
2022-08-26 20:53:59 +10:00
Grahame Grieve
ac9a1fc2c7
Merge pull request #903 from hapifhir/do-datetimetype-gregorian-zero
...
Fix DateTimeType inconsistencies when using field setting
2022-08-26 06:43:03 +10:00
markiantorno
540209b68f
Updating version to: 5.6.56-SNAPSHOT and incrementing test cases dependency.
2022-08-25 17:05:11 +00:00
markiantorno
5112fe18ca
Release: v5.6.55
...
## Validator Changes
* no changes
## Other code changes
* Return lists for FHIRPath constants in r4
* FHIR-25206 handle deprecated concepts properly when expanding value sets
* Fix SHEX generation issue
* Fix ConceptMap rendering column title
* Fix problem rendering ConceptMaps in value sets
* Fix NPE issue rendering resources without ids
* Improvements to SearchParameterRenderer
* Add Reference.resource to output of copy()
* Migration of r5 changes to r4b
* Bundle rendering improvements
* Fix loading canonical resources so that duplicates with different versions is OK
* Fix generation of profiles on Resource.id
***NO_CI***
2022-08-25 16:46:36 +00:00
dotasek
e79b2bf199
Return lists for FHIRPath constants in r4 ( #902 )
...
* Test for r5
* Test for r4b
* r4 test + fix
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-08-25 10:02:13 -04:00
dotasek
cc2ec05afe
Improve test
2022-08-24 15:24:45 -04:00
dotasek
5b1ac27b12
Fix
2022-08-24 14:54:08 -04:00
dotasek
f8d7aa755e
Failing tests
2022-08-24 14:53:56 -04:00
Grahame Grieve
fba2145a9c
Fix bug where instance validator doesn't check type of sub-extensions, and check type characteristics
2022-08-23 22:32:40 +10:00
Grahame Grieve
b0c2e7146d
compile fix
2022-08-21 04:15:25 +10:00
Grahame Grieve
0d5c03c632
more narrative work
2022-08-21 03:48:27 +10:00
Grahame Grieve
ae285401ae
FHIR-25206 handle deprecated concepts properly when expanding value sets
2022-08-19 14:24:20 +10:00
Grahame Grieve
fdb15b8951
Fix ConceptMap rendering column title
2022-08-18 10:01:14 +10:00
Grahame Grieve
e8009d3ce3
fix SHEX generation issue
2022-08-18 09:39:15 +10:00
Grahame Grieve
cd820bdf3f
Fix problem rendering ConceptMaps in value sets
2022-08-18 09:39:01 +10:00
Grahame Grieve
7c5782689a
Fix NPE issue rendering resources without ids
2022-08-18 09:38:44 +10:00
Oliver Egger
e854f016fe
PatientRenderer #896
2022-08-16 17:45:04 +02:00
Grahame Grieve
6fb61b75f0
R5 related fixes
2022-08-12 21:24:14 +10:00
Grahame Grieve
80ca7e31f9
Improvements to SearchParameterRenderer
2022-08-11 19:16:49 +10:00
Grahame Grieve
ba2ff9390d
Fix narrative generation issue
2022-08-10 21:26:48 +10:00
jamesagnew
056e41d19d
Add Reference.resource to output of copy().
2022-08-09 11:23:23 -04:00
Grahame Grieve
1aab88f6a7
migrate r5 changes to r4b
2022-08-09 22:29:59 +10:00
Grahame Grieve
61a39b60bb
Bundle rendering improvements
2022-08-09 20:19:20 +10:00
Grahame Grieve
21b6fb5e7c
Fix loading canonical resources so that duplicates with different versions is OK
2022-08-09 20:18:52 +10:00
Grahame Grieve
a16034106a
Update to fix generation of profiles on Resource.id
2022-08-09 20:18:01 +10:00
markiantorno
8051f476a9
Updating version to: 5.6.55-SNAPSHOT and incrementing test cases dependency.
2022-08-03 15:01:07 +00:00
markiantorno
24dbe8b984
Release: v5.6.54
...
## Validator Changes
* Fix for errors in FHIRPath evaluation (see https://chat.fhir.org/#narrow/stream/179266-fhirpath/topic/String.20functions )
## Other code changes
* R4B BackboneType fixes
* Add R4B to R5 interconversion code
* Improvements to Rendering Documents
* Add uuid to primitive types list
***NO_CI***
2022-08-03 14:28:56 +00:00
Grahame Grieve
145abca287
Merge pull request #885 from hapifhir/pw/add-snapshot2-version
...
adding missing "5.0.0-snapshot2" to enumerations
2022-08-03 06:15:46 +10:00
Grahame Grieve
b43c210e1a
Rendering improvements for Documents
2022-07-28 21:30:59 +10:00
patrick-werner
1441141d95
Merge remote-tracking branch 'origin/master' into pw/add-snapshot2-version
2022-07-28 10:23:34 +02:00
Grahame Grieve
f3fa8cae24
Merge pull request #886 from hapifhir/gg-202207-fhirpath
...
Gg 202207 fhirpath
2022-07-28 09:14:17 +10:00
Grahame Grieve
23d8c2b5f1
Add uuid to primitive types list
2022-07-27 22:38:45 +10:00
Grahame Grieve
7e8cace0fb
FHIRPath fixes (string handling)
2022-07-27 22:38:32 +10:00
patrick-werner
8f959d5a3a
adding unit-test for fhir version
2022-07-27 13:36:24 +02:00
patrick-werner
eda25d018e
adding "5.0.0-snapshot2"
...
fixes #884
2022-07-27 11:44:29 +02:00
markiantorno
8978130451
Updating version to: 5.6.54-SNAPSHOT and incrementing test cases dependency.
2022-07-25 22:10:34 +00:00
markiantorno
ec87c3a0b4
Release: v5.6.53
...
## Validator Changes
* Add support for OID 1.3.160 (very short OIDs are special)
* Fix evaluation of ValueSets that have only one value set import
## Other code changes
* Rework precision checking in datetime
* Update version conversion to not drop modifierExtensions
* Fix DocumentRendering to generate Composition Narrative if not present
* Restore Search Parameters (missing due to R5 draft generation issues)
* Don't access getBinaries directly in XVerExtensionManager
***NO_CI***
2022-07-25 21:49:05 +00:00
Grahame Grieve
15bfd84da9
Merge pull request #880 from hapifhir/gg-202207-vs-validation
...
Gg 202207 vs validation
2022-07-26 06:43:59 +10:00
James Agnew
f010804e44
Rework precision checking in datetime ( #874 )
2022-07-25 16:40:55 -04:00
Grahame Grieve
9ba4e00254
fix evaluation of ValueSets that have only one value set import
2022-07-26 06:09:00 +10:00