Grahame Grieve
|
d97e408d3c
|
Release new version 4.2.16
|
2020-04-11 20:50:39 +10:00 |
Grahame Grieve
|
8431a12195
|
Pass too-costly note on when including value sets + Improve rendering of value set version dependencies
|
2020-04-11 19:28:12 +10:00 |
Grahame Grieve
|
6e3af326de
|
minor fixes for getting tests passing
|
2020-04-09 11:33:41 +10:00 |
Grahame Grieve
|
01de20c310
|
Release new version 4.2.15
|
2020-04-09 10:50:54 +10:00 |
Grahame Grieve
|
a261ad0f75
|
improve error message for randon text in xml format
|
2020-04-09 10:28:08 +10:00 |
Grahame Grieve
|
f1594bc133
|
beef up the Context interface to support package related tracking, and use that to manage UTG resource contention
|
2020-04-09 10:26:39 +10:00 |
Grahame Grieve
|
35074ca0b2
|
fix bug in ConceptMap rendering for unmapped codes
|
2020-04-07 14:49:55 +10:00 |
Grahame Grieve
|
0e2797827d
|
Merge pull request #166 from lmckenzi/IdentifyValueSetSystemWithExcludes
The validator currently treats value sets that contain exclude elemen…
|
2020-04-06 10:18:17 +10:00 |
Grahame Grieve
|
5865f8da3e
|
Release new version 4.2.14
|
2020-04-06 10:12:24 +10:00 |
Grahame Grieve
|
12b2011a63
|
fix bug in ElementModel.Element.setProperty
|
2020-04-05 20:33:32 +10:00 |
Lloyd McKenzie
|
f6a5217d98
|
The validator currently treats value sets that contain exclude elements as ones where a code system cannot be determined. However, that's not appropriate. So long as there's only one *include* for the value set, the presence of excludes are irrelevant. For example, I have a value set that includes all specializations of code X, then explicitly excludes code X. There's only one include and only one system, so it's a perfectly appropriate value set to be bound to a 'code' extension. Stripping out the test that checks for excludes as irrelevant.
|
2020-04-03 23:20:33 -06:00 |
Grahame Grieve
|
31f80f29f8
|
fix for NPE
|
2020-04-04 00:01:00 +11:00 |
Grahame Grieve
|
6d1fe2ff1e
|
fix apparent bug in Base64binary
|
2020-04-03 23:59:15 +11:00 |
Grahame Grieve
|
8d695bb4c1
|
Improve List rendering
|
2020-04-03 12:15:55 +11:00 |
Grahame Grieve
|
aef4404405
|
Release new version 4.2.13
|
2020-04-02 11:07:25 +11:00 |
Grahame Grieve
|
ab581fdf86
|
further modularise validator and add Measure Validation
|
2020-04-02 11:05:55 +11:00 |
Grahame Grieve
|
95c2f99e7b
|
track libraries (prep for CQL validation)
|
2020-04-02 11:04:29 +11:00 |
Grahame Grieve
|
bdad4d9a6b
|
work around issue where constraint.source is not populated properly in base packages
|
2020-04-02 11:03:35 +11:00 |
Grahame Grieve
|
1da57be1c0
|
support comments in json source when configured to do so
|
2020-04-02 11:00:42 +11:00 |
Grahame Grieve
|
9e59ce2323
|
Release new version 4.2.12
|
2020-03-31 11:21:06 +11:00 |
Grahame Grieve
|
51952c26c1
|
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
|
2020-03-31 10:16:04 +11:00 |
Grahame Grieve
|
d6ee58d47a
|
fix bug with type at root of statement
|
2020-03-31 10:14:45 +11:00 |
Grahame Grieve
|
232f1ff8ff
|
Start building support for measure validation
|
2020-03-31 10:14:12 +11: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
|
092a694a3f
|
Release new version 4.2.11
|
2020-03-28 06:52:41 +11:00 |
Grahame Grieve
|
6baf62eca2
|
Release new version 4.2.12
|
2020-03-28 06:50:41 +11:00 |
Grahame Grieve
|
60cba0c52c
|
* fix internal exception with missing type in R3 + add missing short definitions from differential format
|
2020-03-28 06:17:01 +11:00 |
Grahame Grieve
|
9a55346de5
|
fix for parsing nulls when validating
|
2020-03-28 06:13:31 +11:00 |
Grahame Grieve
|
239331ef76
|
improve parsing error message when parsing json
|
2020-03-28 06:09:37 +11:00 |
Grahame Grieve
|
4f873ebe8b
|
fix tests
|
2020-03-20 05:42:13 +11:00 |
Grahame Grieve
|
427d8ef0ab
|
Fix bug picking correct slice on fixed value
|
2020-03-20 05:23:55 +11:00 |
Grahame Grieve
|
1ad12a4396
|
Fix bug in testing with multiple contexts for the same version
|
2020-03-20 05:23:29 +11:00 |
Grahame Grieve
|
af97232036
|
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
|
2020-03-19 06:23:13 +11:00 |
Grahame Grieve
|
a7cf428fef
|
Validate XML header and syntax issues
|
2020-03-19 06:17:03 +11:00 |
jamesagnew
|
97ddf60066
|
Version bump
|
2020-03-17 07:55:15 -04:00 |
Grahame Grieve
|
849b65417a
|
Release new version 4.2.9
|
2020-03-17 14:58:36 +11:00 |
Grahame Grieve
|
1cbb377040
|
render properties as links when they are URLs
|
2020-03-17 11:14:42 +11:00 |
Grahame Grieve
|
ed315a03c0
|
fix for bug doing comparison
|
2020-03-17 11:14:07 +11:00 |
Grahame Grieve
|
851d1fc228
|
fix for 1.4.0 problems
|
2020-03-17 11:13: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
|
fe4b4acc3f
|
Merge branch 'i18nUtilities' into i18n_fixes
|
2020-03-13 18:45:26 +01:00 |
patrick-werner
|
a44d1c3582
|
added german translations for new properties
removed unused property, added html message part as property in InstanceValidator
minor fixes
|
2020-03-13 18:45:12 +01:00 |
patrick-werner
|
109b80ed6f
|
start movin i18n code Contexts -> utilities
|
2020-03-13 09:53:59 +01:00 |
Grahame Grieve
|
5f3f84cf22
|
Release new version 4.2.8
|
2020-03-13 16:47:14 +11:00 |
Grahame Grieve
|
742f444b53
|
Release new version 4.2.7
|
2020-03-13 13:07:01 +11:00 |
Grahame Grieve
|
d584cdb3a2
|
remove bogus version support from snapshot tests
|
2020-03-13 12:50:22 +11:00 |
Grahame Grieve
|
78d35ca8c1
|
put a status on transient value sets
|
2020-03-13 12:49:27 +11:00 |
Grahame Grieve
|
672d458537
|
put a status on transient value sets
|
2020-03-13 12:48:45 +11:00 |
patrick-werner
|
86711ac16f
|
readding all the i18n work
|
2020-03-12 23:26:05 +01:00 |
Grahame Grieve
|
c0c5b7f7ac
|
fix bug validating json primitives that repeat
|
2020-03-10 17:56:21 +11:00 |
Grahame Grieve
|
fe188da8bd
|
fix rendering of slicing in profiles
|
2020-03-06 16:14:00 +11:00 |
Grahame Grieve
|
9bbdb8d9b1
|
Improvements to ValueSet definition rendering
|
2020-03-06 12:30:13 +11:00 |
Grahame Grieve
|
2050052c95
|
fix problem with bad maps from core spec
|
2020-03-06 12:28:45 +11:00 |
Grahame Grieve
|
d8262c056c
|
Release new version 4.2.6
|
2020-03-05 16:54:07 +11:00 |
Grahame Grieve
|
323d933f76
|
fix bug rendering CodeSystem properties
|
2020-03-04 14:28:38 +11:00 |
Grahame Grieve
|
bdc473e105
|
Support exists(criteria)
|
2020-03-04 14:28:01 +11:00 |
Grahame Grieve
|
5d971f35e9
|
Release new version 4.2.5
|
2020-03-03 21:30:01 +11:00 |
Grahame Grieve
|
690f983177
|
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
|
2020-03-03 21:25:41 +11:00 |
Grahame Grieve
|
c86fc8bbb5
|
improve codesystem property rendering
|
2020-03-03 21:24:51 +11:00 |
Grahame Grieve
|
c923cba4e2
|
Merge pull request #146 from hapifhir/ja_20200302_use_validationoptions
Use ValidationOptions instead of TerminologyServiceOptions
|
2020-03-03 08:41:15 +11:00 |
Grahame Grieve
|
09e3816d37
|
make ProfileUtilities methods not static
|
2020-03-03 07:41:34 +11:00 |
Grahame Grieve
|
4bc81c0e0c
|
Handle missing terminology server better
|
2020-03-03 07:39:41 +11:00 |
jamesagnew
|
109dea9a02
|
Use ValidationOptions instead of TerminologyServiceOptions
|
2020-03-02 06:18:00 -05:00 |
patrick-werner
|
d84f93e8a8
|
Merge branch 'master' into i18n
# Conflicts:
# org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation/instance/InstanceValidator.java
|
2020-03-01 14:50:52 +01:00 |
Grahame Grieve
|
95959ed01a
|
enhance snapshot generation tests to allow specifying version for the base
|
2020-02-28 15:57:21 +11:00 |
Grahame Grieve
|
4ab61c9c8c
|
Release new version 4.2.4
|
2020-02-28 14:27:52 +11:00 |
patrick-werner
|
f8d4b2b49d
|
moved Locale to IWorkerContext
moved LocaleHandling into BaseValidator
|
2020-02-26 13:00:35 +01:00 |
Grahame Grieve
|
f1dc0e5754
|
Release new version 4.2.3
|
2020-02-25 09:25:56 +11:00 |
Grahame Grieve
|
0bd6a4a7eb
|
more NPE fixes
|
2020-02-24 12:17:34 +11:00 |
Grahame Grieve
|
a732847f58
|
fix for NPE in an IG
|
2020-02-24 12:12:09 +11:00 |
Grahame Grieve
|
4e3e21219e
|
Release new version 4.2.2
|
2020-02-22 08:06:58 +11:00 |
Grahame Grieve
|
fe84d9ef42
|
improve rendering of concept map (relating to the directionality of the relationship codes)
|
2020-02-22 07:59:10 +11:00 |
Grahame Grieve
|
cb028e70d3
|
fix convertors for ConceptMap and remove debugging statement
|
2020-02-19 09:11:56 +11:00 |
Grahame Grieve
|
2a51df3ddf
|
fix rendering of COnceptMap Equivalence when R5 renderer is rendering ConceptMaps converted from old versions
|
2020-02-18 17:59:21 +11:00 |
Grahame Grieve
|
3e4999a440
|
fix problem generating broken links in bundle rendering
|
2020-02-18 14:33:06 +11:00 |
Grahame Grieve
|
daaeb1a540
|
fix up test
|
2020-02-18 14:32:23 +11:00 |
Grahame Grieve
|
a702361057
|
standardise opacity rating
|
2020-02-18 14:31:51 +11:00 |
Grahame Grieve
|
44b23901a8
|
core upgrade
|
2020-02-17 22:27:41 +11:00 |
Grahame Grieve
|
1c61ea25d5
|
Merge pull request #135 from hapifhir/update_path_tests
updating unit tests so they pass on my mac. Also updating test to Junit5
|
2020-02-17 13:34:37 +11:00 |
jamesagnew
|
c27baa29bc
|
FIx version bump - should be 4.2.1-SNAPSHOT
|
2020-02-16 20:43:13 -05:00 |
jamesagnew
|
d87a1e61d9
|
Version bump to 4.3.x
|
2020-02-16 19:20:42 -05:00 |
markiantorno
|
3c614058f7
|
updating unit tests so they pass on my mac. Also updating test to Junit5
|
2020-02-14 14:03:59 -05:00 |
Grahame Grieve
|
6d0650a475
|
test xhtml lang attribute handling
|
2020-02-14 10:08:00 +11:00 |
Grahame Grieve
|
3363452d1b
|
fix test case for [tmp] on unix
|
2020-02-13 23:25:34 +11:00 |
Grahame Grieve
|
17eb1c41f7
|
Release new version 4.1.63
|
2020-02-13 21:23:40 +11:00 |
Grahame Grieve
|
44d41ee523
|
register additional tests
|
2020-02-13 21:22:54 +11:00 |
Grahame Grieve
|
49a66fe760
|
fix language to appear in all NarrativeGenerator modes
|
2020-02-13 21:22:11 +11:00 |
Grahame Grieve
|
db2c862b1e
|
workaround NPE in summary renderer
|
2020-02-13 21:21:07 +11:00 |
Grahame Grieve
|
dcb1240e66
|
Merge pull request #133 from hapifhir/ks-20200212-meta-security
fixes a bug in Meta.getSecurity(String,String)
|
2020-02-13 14:04:30 +11:00 |
Ken Stevens
|
490aef6f9b
|
fixed Meta.getSecurity(String,String) bug
|
2020-02-12 20:39:37 -05:00 |
Grahame Grieve
|
bc1f87e29f
|
Release new version 4.1.62
|
2020-02-13 12:26:15 +11:00 |
Grahame Grieve
|
91e475a1a1
|
fix Questionnaire EnableWhen validation + fix up tests for public package server
|
2020-02-13 10:13:35 +11:00 |
Grahame Grieve
|
fccd3c1871
|
test for existence of both lang and xml:lang on the xhtml div
|
2020-02-12 20:24:09 +11:00 |
Grahame Grieve
|
4d99bcb0c6
|
better handling of circular dependencies in snap shot generator
|
2020-02-12 18:07:21 +11:00 |
Grahame Grieve
|
582a2699a5
|
Add PackageServer Client and tests
|
2020-02-12 17:53:28 +11:00 |
Grahame Grieve
|
3ca01a9659
|
allow for profiles iiwth no derivation in test cases
|
2020-02-12 17:53:01 +11:00 |
Grahame Grieve
|
8e756de52e
|
handle test that has dep profile with unresolved dependencies
|
2020-02-12 17:43:44 +11:00 |