Grahame Grieve
|
77d33e8afa
|
Fix comment parsing and add focus to FHIRPath function extensions
|
2020-10-01 11:04:34 +10:00 |
Grahame Grieve
|
46d1987cd0
|
refactor FHIRPath to report error locations for run time errors
|
2020-09-30 12:10:59 +10:00 |
Grahame Grieve
|
5be73ff9c5
|
rename org.hl7.fhir.utilities.cache to org.hl7.fhir.utilities.npm
|
2020-09-30 09:24:26 +10:00 |
Grahame Grieve
|
510344aa1b
|
Fix FHIRPath engine for updated tests for date addition/subtraction
|
2020-09-30 09:22:16 +10:00 |
markiantorno
|
dcf3f5f218
|
Upping UCUM dependency, fixing old junit dependencies
|
2020-08-26 17:26:39 -04:00 |
Grahame Grieve
|
6322aef891
|
Fix bug in parser around nulls in arrays
|
2020-08-12 04:03:41 +10:00 |
Grahame Grieve
|
4add0f3ac8
|
Continue to work on connection timeout issues
|
2020-08-07 11:26:44 +10:00 |
Grahame Grieve
|
3e33c8a835
|
ongoing work around connection problems with tx.fhir.org
|
2020-08-06 22:33:54 +10:00 |
Grahame Grieve
|
572016e40a
|
fix compile
|
2020-08-06 07:53:18 +10:00 |
Grahame Grieve
|
3f6207bf4f
|
improve handling of timeout issues in client
|
2020-08-06 07:35:49 +10:00 |
Oliver Egger
|
4f21c40f83
|
set equivalence relationship in parsing
|
2020-06-22 12:34:00 +02:00 |
Oliver Egger
|
8d59817d26
|
json parse r4
|
2020-06-08 10:47:55 +02:00 |
Grahame Grieve
|
94467b270a
|
standardise terminology client across versions
|
2020-06-07 08:42:14 +10:00 |
Oliver Egger
|
ae4c3bbe0c
|
remove disabled r4 fml tests
|
2020-06-05 17:56:14 +02:00 |
jamesagnew
|
17411a3659
|
Merge branch 'master' into ja_20200524_npm_rework
|
2020-05-30 12:07:17 -04:00 |
Grahame Grieve
|
4af4925657
|
move turtle parser + tests to Utilities
|
2020-05-30 09:38:48 +10:00 |
jamesagnew
|
444b612805
|
Start reworking NPM manager
|
2020-05-24 15:02:37 -04:00 |
Grahame Grieve
|
463a557402
|
Release new version 4.2.30
|
2020-05-12 11:54:28 +10:00 |
Grahame Grieve
|
edea997312
|
Clean up license
|
2020-05-12 08:55:27 +10:00 |
Grahame Grieve
|
1f5663bfdf
|
update R4 code (issue #70)
|
2020-05-12 08:42:55 +10:00 |
markiantorno
|
89f98bb960
|
I cast you out unclean spirit.
|
2020-04-29 16:55:40 -04:00 |
markiantorno
|
368a45a150
|
Fix for HAPI-FHIR issue 1820
|
2020-04-29 14:08:36 -04:00 |
Grahame Grieve
|
c829de2f86
|
Merge branch 'master' into testing_updates
|
2020-04-24 07:20:35 +10:00 |
markiantorno
|
9c83540c2f
|
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into validator_gui
|
2020-04-23 10:47:00 -04:00 |
markiantorno
|
a7e874501e
|
Tests updated to JUnit Jupiter. Various quality of life improvements.
|
2020-04-21 20:36:17 -04:00 |
markiantorno
|
5c06cfcfb8
|
removed hardcoded path
|
2020-04-17 14:34:52 -04:00 |
markiantorno
|
0b92c7efe5
|
removed hardcoded path
|
2020-04-17 14:16:54 -04:00 |
markiantorno
|
55622f53cb
|
Fix for NPEs in Base64BinaryType. Added tests to cover the cases. Updated for all FHIR versions.
|
2020-04-14 22:28:32 -04:00 |
Grahame Grieve
|
53ef98198f
|
fix for issue #148 - UuidType is not annotated
|
2020-04-09 10:56:14 +10:00 |
Grahame Grieve
|
d2dc15e2c8
|
throw Error when a value is assigned to NamingSystem.url
|
2020-04-07 14:49:27 +10:00 |
Grahame Grieve
|
3edfeda13a
|
Release new version 4.2.14
|
2020-04-06 10:20:49 +10:00 |
Grahame Grieve
|
1da57be1c0
|
support comments in json source when configured to do so
|
2020-04-02 11:00:42 +11:00 |
Rob Hausam
|
314380be77
|
Remove erroneous r5 model import statements from r4 NarrativeGenerator.
|
2020-03-30 09:47:58 -05:00 |
Rob Hausam
|
2defba63ec
|
Fix incorrect appending of <br/> tag causing it to be escaped.
|
2020-03-29 16:42:07 -05:00 |
Grahame Grieve
|
afb0453e7b
|
Merge pull request #160 from rhausam/multiple-expansion-version-notice
Support listing multiple "Expansion based on" versions.
|
2020-03-29 16:53:11 +11:00 |
Rob Hausam
|
49a6c9d746
|
Support listing multiple "Expansion based on" versions.
|
2020-03-28 20:37:56 -05:00 |
markiantorno
|
5d9f1d734a
|
Full disclosure: this isn't really a 'bug' per say, it's more of a best practice thing. The only reason I'm making this change is because I'm working on a parser in my spare time that will most likely never see the light of day, and these accessors are causing me problems because both the line and column fields are private and need to be accessed through the appropriate accessor.
|
2020-03-28 16:48:37 -04:00 |
Grahame Grieve
|
239331ef76
|
improve parsing error message when parsing json
|
2020-03-28 06:09:37 +11:00 |
Grahame Grieve
|
f732c7bf0c
|
ICD11 Generator support
|
2020-03-20 05:15:24 +11:00 |
Grahame Grieve
|
851d1fc228
|
fix for 1.4.0 problems
|
2020-03-17 11:13:50 +11:00 |
Grahame Grieve
|
c46d4dd779
|
fix bugs around XML version + add ICD-11 generator
|
2020-03-17 11:10:50 +11:00 |
patrick-werner
|
60474cd8c9
|
moved all Locale/Message handling Code to utils: I18nBase
|
2020-03-13 18:53:16 +01:00 |
patrick-werner
|
109b80ed6f
|
start movin i18n code Contexts -> utilities
|
2020-03-13 09:53:59 +01:00 |
patrick-werner
|
86711ac16f
|
readding all the i18n work
|
2020-03-12 23:26:05 +01:00 |
jamesagnew
|
109dea9a02
|
Use ValidationOptions instead of TerminologyServiceOptions
|
2020-03-02 06:18:00 -05:00 |
Grahame Grieve
|
137506f37f
|
set id when parsing StructureMap
|
2020-03-02 09:04:16 +11:00 |
Grahame Grieve
|
d535bbaacb
|
Use packages.fhir.org
|
2020-02-18 14:31:09 +11:00 |
Ken Stevens
|
490aef6f9b
|
fixed Meta.getSecurity(String,String) bug
|
2020-02-12 20:39:37 -05:00 |
Grahame Grieve
|
8c7eab4066
|
Merge pull request #126 from lmckenzi/igpub-validation-fixes
Keep new IGPublisher stuff from raising errors when down-converted to…
|
2020-01-22 06:30:16 +11:00 |
Lloyd McKenzie
|
01c34f6dd3
|
Keep new IGPublisher stuff from raising errors when down-converted to R4. Also changed Spreadsheet extension so it doesn't raise errors when used.
|
2020-01-20 18:41:06 -07:00 |