1480 Commits

Author SHA1 Message Date
Grahame Grieve
b766cffdb1 v2 tests, support discriminator by position, and don't check type characteristics for unknown types 2024-05-26 07:56:16 -05:00
Lloyd McKenzie
a390c9a128 Corrected ObligationsRenderer to handle multiple actors and multiple codes. Also got obligations with elements to render properly (which means knowing whether you're on a table page or definitions page, what tab you're on, and whether the element for the obligation is in-scope for that tab (so you know whether to hyperlink or not). Had to make links on the tables point to definitions because table anchors are not unique. 2024-05-26 06:37:12 -05:00
Grahame Grieve
b302f1319b remove test case for i18n coverage 2024-05-25 15:11:58 -05:00
Grahame Grieve
fd54cee65b fix issue validating codes with + in them 2024-05-25 15:11:40 -05:00
Grahame Grieve
2a25a04fb6 generate properties translation files without blank entries 2024-05-25 11:56:58 -05:00
Grahame Grieve
cf9369a7d0 compile fix 2024-05-25 08:32:11 -05:00
Grahame Grieve
4037e5dc4f QA on i18n constants - remove spurious entries, add anything missing 2024-05-25 08:05:25 -05:00
Grahame Grieve
853b4fd9ca stable baseline 2024-05-25 04:25:47 -05:00
Grahame Grieve
34c8c262bc more i18n development 2024-05-25 03:57:56 -05:00
Grahame Grieve
de544a752e Fix up .po file generation so that POEdit is supported, and remove duplicate constants (#1592) 2024-05-24 19:39:37 -05:00
Grahame Grieve
e16cf9685c Auto stash before merge of "master" and "origin/master" 2024-05-24 18:35:56 -05:00
Alexander Henket
0369abc485
Update rendering-phrases-nl.po
Most strings translated to Dutch, unchecked.
2024-05-24 14:12:00 -05:00
Grahame Grieve
8d55b787ab update translation source files for POEdit support 2024-05-24 10:35:18 -05:00
Grahame Grieve
09d1c4d31f Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-05-23 01:08:53 -05:00
Grahame Grieve
396a94cf1f fix typos around CODESYSTEM_CONTENT_COMPLETE 2024-05-23 01:08:46 -05:00
dotasek
f1fdd51342 Add utility to infer locale from region code 2024-05-22 18:21:07 -04:00
Grahame Grieve
ad2544fc2a fix value set summary line display 2024-05-21 10:09:18 -05:00
Grahame Grieve
e1e9ffbf10 update the source of truth translation files 2024-05-20 16:57:26 -05:00
Grahame Grieve
a86fe5a2d2 FIx up issues with calling translation on the wrong set of properties (#1592) 2024-05-20 04:38:17 -05:00
Grahame Grieve
bf4b029b4b compile fixes 2024-05-19 10:45:04 -05:00
Grahame Grieve
5662ec131f WHO i18n work (#1592) 2024-05-19 09:36:05 -05:00
Grahame Grieve
de79e47de6 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-05-19 06:11:17 -05:00
Grahame Grieve
f15f9f394e Refactor system specific checking of value set filters 2024-05-18 07:36:30 -05:00
Grahame Grieve
7183397f92
Merge pull request #1622 from hapifhir/2024-05-gg-ManagedWebAccess
introduce ManagedWebAccess
2024-05-18 21:46:03 +10:00
Grahame Grieve
bdb6022e2d fix token access 2024-05-18 03:38:52 -05:00
Grahame Grieve
6ba9a11c51 Validate Additional Bindings (provisional - usage context is todo) 2024-05-18 03:24:54 -05:00
Grahame Grieve
4911f4fef8 updates for ManagedWebAccess 2024-05-18 14:58:33 +10:00
MattCordell
7603845721 Fix SNOWMED spellings #1621 2024-05-17 12:15:43 +10:00
Grahame Grieve
a510a6d1aa introduce ManagedWebAccess 2024-05-16 13:34:50 +10:00
Grahame Grieve
1e3bc60d6e Fix up translation issues 2024-05-12 23:24:20 +10:00
Grahame Grieve
5ae44c23d5 fix up LOINC validation for value set filters 2024-05-12 22:28:15 +10:00
Grahame Grieve
3f236eb880 fix rendering of multiple imports in value sets 2024-05-12 22:27:54 +10:00
Grahame Grieve
5259bf9847 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-05-10 08:49:11 +10:00
Grahame Grieve
4b32505953
Merge pull request #1614 from Boereck/fix/canonical_split_base_validator
Fix/canonical split base validator
2024-05-09 22:48:30 +00:00
Grahame Grieve
256c494d91 Fix bug using wrong message for value sets that are too costly to expand 2024-05-09 19:15:40 +10:00
dotasek
e05660a76c Merge remote-tracking branch 'origin/master' into do-20240506-cr-shims 2024-05-08 09:29:03 -04:00
Grahame Grieve
698ba562ab update test case version 2024-05-08 12:06:47 +10:00
Max Bureck
81f02da5c2 Fix split logic of canonical into url and version in several places
Removed
- org.hl7.fhir.r4b.renderers.DataRenderer#versionFromCanonical
- org.hl7.fhir.r4b.renderers.DataRenderer#systemFromCanonical
- org.hl7.fhir.r5.renderers.DataRenderer#versionFromCanonical
- org.hl7.fhir.r5.renderers.DataRenderer#systemFromCanonical
- org.hl7.fhir.validation.BaseValidator#versionFromCanonical
- org.hl7.fhir.validation.BaseValidator#systemFromCanonical

Replaced all usages of aforementioned methods by the use of
org.hl7.fhir.utilities.CanonicalPair.

Improved CanonicalPair to avoid multiple lookup of the | character. And
added a few convenience methods to the class.

This fixes the issues of #1611 (not replacing all canonical splits in
other places of the code).
2024-05-07 16:46:14 +02:00
dotasek.dev
3317d8bd86 Add shim interfaces and classes for CR project compatibility 2024-05-06 17:03:08 -04:00
Grahame Grieve
c24fde0bb6 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-05-05 18:17:33 +10:00
Grahame Grieve
2833d1da62 fix typo in OID message 2024-04-25 22:01:15 +10:00
Grahame Grieve
316161e3a7 i18n for rendering phrases (step 1) #1592 2024-04-25 22:01:04 +10:00
dotasek
315d115cc7
Refactor + add rendering phrases + sort output (#1607) 2024-04-24 14:01:30 -04:00
dotasek.dev
dab6150e9a Merge remote-tracking branch 'origin/master' into do-20240327-language-translation-coverage 2024-04-23 11:46:52 -04:00
Grahame Grieve
60bf358bfa Look up CodeSystem from terminology server + don't use tx-registry when manual terminology server is set 2024-04-23 08:34:25 +10:00
dotasek.dev
b522c1e4d2 Allow creation of i18n coverage csv 2024-04-22 15:45:08 -04:00
dotasek.dev
aff1c0d6f6 Merge branch 'master' into do-20240327-language-translation-coverage 2024-04-22 09:30:27 -04:00
Grahame Grieve
2625952ce2 more work on WHO language support ($1592) 2024-04-22 11:17:45 +10:00
Grahame Grieve
74e5f1d493 Don't enforce ids on elements when processing CDA 2024-04-20 23:37:07 +10:00
Grahame Grieve
1c797d64d9 allow validation message to have count 2024-04-20 23:36:25 +10:00