Grahame Grieve
ca19aa7e35
split between R4B and R5 test cases
2024-02-25 22:54:14 +11:00
Grahame Grieve
e8f4bde1eb
Fix formatting of error messages from terminology server
2024-01-30 19:03:54 +11:00
dotasek.dev
869166b0b3
Fix resolveOperationUri using slash instead of dollar sign
2024-01-26 11:13:44 -05:00
Grahame Grieve
1895698c24
fix NPEs in http logging
2024-01-17 20:47:32 +11:00
Grahame Grieve
56fc442db4
revise BOM handling for stringToX routines
2024-01-15 17:29:42 +11:00
Grahame Grieve
449821a4b4
update tests to handle missing value sets properly
2024-01-15 15:04:47 +11:00
Grahame Grieve
5b0f154620
tidy up fixmes
2024-01-12 10:10:18 +11:00
Grahame Grieve
ee3400be7d
fix unicode processing mistakes
2024-01-10 11:18:23 +11:00
Grahame Grieve
7c6d5fa688
extended unicode support
2024-01-10 08:00:32 +11:00
Grahame Grieve
108c6f0847
Fix for FHIRPath split() issue
2024-01-02 22:36:00 +11:00
Grahame Grieve
d429f48760
major upgrade to validation - use terminology server to perform more logic, and standardise interface based on agreements with Vocab & Ontoserver
2023-12-30 23:02:19 +11:00
Grahame Grieve
bb020dd739
clean up handling of xml_name
2023-12-15 02:44:07 -05:00
dotasek
0afea8dc1d
CLI Task to preload package cache ( #1508 )
...
* WIP start building preload task
* Slightly refactor exceptions
* sleep between each query
* WIP - FilesystemPackageCacheManager refactor
* Finish refactor
* Customize PackageVisitor
* Remove unused code
* Remove unused code 2
* Add debug logging for failing test
* Point withCacheFolder if to correct param
* Remove console chatter
* Rename to FilesystemPackageCacheManager.Builder
* Move logic to PackageCacheDownloader for re-use in other projects
* Fix spacing
2023-12-13 11:27:15 -05:00
Grahame Grieve
18c4419b9e
refactor FHIRPath package
2023-12-01 15:13:33 +11:00
Grahame Grieve
516ec50afa
Fix problem with profiled resources being called examples in IG publisher
2023-12-01 10:37:46 +11:00
Grahame Grieve
82f0fc953a
remove orphan R4B test
2023-11-24 12:06:29 +11:00
Grahame Grieve
36361eaa1d
refactor timeout control on client
2023-11-24 12:06:18 +11:00
Grahame Grieve
6aaff35495
fhirpath iif() test case fixes
2023-11-22 07:52:47 +11:00
Grahame Grieve
618930e5bf
Planning ahead: Add fhirVersion to R5 Base and IWorkerContext methods, and move IContextResourceLoader, ValidationResult and CodingValidationRequest out of IWorkerContext to their own clasess
2023-11-14 06:38:40 +11:00
Grahame Grieve
809b2f68ea
Fix broken links in code system rendering of parents
2023-10-31 16:57:25 +11:00
Grahame Grieve
e431770caf
2023 10 gg code gen ( #1469 )
...
* Revise FHIRPath API so hosts can evaluate expressions in custom functions
* Implement slice() function in validator
* more improvements to profile generation
* Fix issue where .resolve() in FHIRPath didn't work with URL values (and fix typo in i18n system)
* release notes
* Fix test ignore/exclude issues, bump test cases
---------
Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2023-10-24 15:26:24 -04:00
Grahame Grieve
d6ef09dd77
remove R4B CDA tests
2023-10-13 11:00:03 +11:00
Grahame Grieve
c83b232f7c
Fix URL of concept map extension
2023-10-10 15:42:36 +11:00
Grahame Grieve
d08039a3a7
fix issue in extension processing
2023-10-09 21:09:39 +11:00
Grahame Grieve
f860af857d
Fix conversion issue associated with ConceptMap.element.target.equivalence in versions previous to R5 (use proper extension URL, and move extension so it can be a modifier. And fix for modifierExtension handling)
2023-10-09 17:41:26 +11:00
Grahame Grieve
e18ba8a2e1
fix up removeChild in R4/R4B/R5
2023-09-27 09:52:34 +10:00
Grahame Grieve
e7010d7af0
Add support for .index.db
2023-09-15 22:01:12 -07:00
dotasek
82813a88d2
Fix system path for FileSystemPackageCacheManager
2023-09-05 15:35:21 -04:00
Grahame Grieve
a78aa25c14
#1415 review system.out.println() statements
2023-08-29 19:21:45 +02:00
Grahame Grieve
ac33590b96
#1412 - fix out of memory issues
2023-08-29 17:34:03 +02:00
Grahame Grieve
7eaa723ec9
rewrite the way language works in value sets
2023-08-25 13:09:36 +02:00
Grahame Grieve
390e25ddae
more test fixes
2023-08-19 22:46:23 +10:00
Grahame Grieve
1d4eefa62b
Rename implySystem to inferSystem per TI decision
2023-08-13 19:55:52 +10:00
Grahame Grieve
6041660e9b
Improved error messages on server failure
2023-08-11 14:16:09 +10:00
Grahame Grieve
952dedd06b
#1343 - addChild error in PEBuilder
2023-08-09 19:48:01 +10:00
Grahame Grieve
95d30dee24
more fixing r4b test cases
2023-07-27 21:03:32 +10:00
Grahame Grieve
4677f319cb
Fix R4B liquid processor
2023-07-27 20:07:36 +10:00
Grahame Grieve
3eef08dab8
remove unused imports
2023-07-26 08:31:21 +10:00
dotasek
2654e85df3
Implement private NPM server ( #1337 )
...
* WIP start adding NPM data.
* WIP 2 Testing against verdaccio npm
* WIP private npm package servers
* WIP2 add server type config
* WIP3 parse tarball url
* Fix package date parsing, start mocking server tests
* Add dummy package, assert authorization and content
* Add more tests
* Add serverType to settings test
* Ignore tgz files for bidi check
* tighter bidi ignore
* different ignore regex
* Make packageManagement settings, allow ignoring default package servers
* New tests + token authentication
* Manage 404s when configured servers don't have package
2023-07-22 11:01:36 -04:00
dotasek
b62f9afc5a
Remove resourceType, version, and qualifier from FHIRPath id results ( #1357 )
...
* Breaking test
* Strip returned IIdType of qualifier, version, and resourceType
* Add fix to r4b
* Add fix to r5
2023-07-22 11:01:13 -04:00
Grahame Grieve
4e8f0f0c0c
Merge pull request #1353 from hapifhir/2023-07-gg-context-fixes
...
2023 07 gg context fixes
2023-07-21 14:48:19 +10:00
Grahame Grieve
8cf086b203
update R4 and R4B FHIRPath implementations for changes picked up in R5 usage
2023-07-21 14:09:11 +10:00
dotasek
2f11af9bfa
Return HumanName getText() preferentially in getNameAsSingleString ( #1355 )
...
* Failing tests
* Return getText if it exists in HumanName
2023-07-18 12:22:53 -04:00
dotasek
8cf4a62f32
Remove unneeded resources ( #1346 )
2023-07-12 16:46:42 -04:00
Grahame Grieve
29e9f28add
update SPDX code system in R4/R4B for support for not-open-source
2023-07-05 07:18:44 +10:00
Grahame Grieve
2f253f3457
Update SPDX implementation
2023-06-24 08:55:51 +10:00
Grahame Grieve
3f6ec1da47
Revert "update R4B FHIRpath implementation"
...
This reverts commit 3abd19cc4d
.
2023-06-21 10:19:02 +10:00
Grahame Grieve
3abd19cc4d
update R4B FHIRpath implementation
2023-06-21 09:19:19 +10:00
dotasek
ae59d97ba5
Document new method, add to all FHIR versions
2023-06-19 15:41:04 -04:00
dotasek
7b05c7514e
Bump poi version, remove unused old dependencies ( #1296 )
2023-06-08 10:47:37 -04:00