dotasek
759ba33bdd
Remove v3-NullFlavor from invalid urls
2022-03-29 16:35:26 -04:00
dotasek
927bdffd2e
Add hl7.terminology to shared worker contexts in tests
2022-03-29 10:23:54 -04:00
dotasek
7c6e7b278a
Update RELEASE_NOTES.md
...
***NO_CI***
2022-03-22 09:20:31 -04:00
Grahame Grieve
b67d9176fd
Merge pull request #767 from hapifhir/dotasek-primitivetype-conversion-via-stringvalue
...
Use getValueAsString for DateTimeType conversions
2022-03-22 11:11:56 +11:00
dotasek
d63a4db5be
Clean up test imports + add constructor test
2022-03-21 12:18:38 -04:00
dotasek
3c5e90b86a
Add tests and changes for Canonical10_40
2022-03-21 12:07:21 -04:00
dotasek
60bd73c34d
Add tests + changes for 40_50 direct conversion
2022-03-21 11:33:01 -04:00
dotasek
a5974bc8a5
Add tests + changes for 30_50 direct conversion
2022-03-21 11:19:54 -04:00
dotasek
3ce1809418
Add tests + changes for 10_30, 10_40, 14_50 direct conversion
2022-03-21 10:58:19 -04:00
dotasek
a3f24af1a5
Add direct conversion tests for 10_50 + yet more UUID coverage fixes
2022-03-18 19:13:08 -04:00
dotasek
48f8b3ac2c
Add tests + changes for Canonical + 1 more UUID coverage fix
...
Add changes for canonical
2022-03-18 15:15:51 -04:00
dotasek
48d6829abf
Add tests and changes for Url
2022-03-18 15:03:01 -04:00
dotasek
6e45dd522e
Merge remote-tracking branch 'origin/master' into dotasek-primitivetype-conversion-via-stringvalue
2022-03-18 14:09:12 -04:00
dotasek
b7fbd3ce44
Add tests and changes for Time + fix skipped Uuid conversions
2022-03-18 14:09:01 -04:00
markiantorno
b075c5695f
Updating version to: 5.6.40-SNAPSHOT and incrementing test cases dependency.
2022-03-18 04:05:44 +00:00
markiantorno
e053d5a260
Release: v5.6.39
...
## Validator Changes
* no changes
* Add messageid to OperationOutcome from Validation
* Add support for new rules around value set interpretation with multiple imported value sets (https://jira.hl7.org/browse/FHIR-25179 )
## Other code changes
* Fix for FHIRPathEngine.funcReplaceMatches() incorrectly returning Boolean in DSTU2 & DSTU3
* Fix NPE Processing missing markdown in definitions when generating snapshots
* add support for .matchesFull() and fix .matches() in FHIRPath
* Fix core package identification when loading new R5 core packages
***NO_CI***
2022-03-18 03:46:59 +00:00
Grahame Grieve
ba85674ff9
release notes
2022-03-18 13:44:14 +11:00
Grahame Grieve
48d87a2075
Merge branch 'master' into gg-202203-misc
2022-03-18 12:54:53 +11:00
Grahame Grieve
cf95c1a2ba
Fix for Jira 25179 - change handling of imports
...
See https://chat.fhir.org/#narrow/stream/179202-terminology/topic/ValueSet.20defined.20by.20an.20intersection.20.3F
2022-03-18 12:45:40 +11:00
dotasek
33ec1f640e
Fix Uuid conversion
...
Since Uuids extend UriType, it was always gettting treated as a Uri instead of a Uuid
2022-03-17 19:14:29 -04:00
dotasek
d0feacaaa8
Add tests and changes for Decimal
2022-03-17 15:41:07 -04:00
dotasek
90dad874ec
Add changes for Oid
2022-03-17 14:38:44 -04:00
dotasek
df4859004d
Add tests for Oid
2022-03-17 14:15:42 -04:00
dotasek
ebf0a4aa7d
Add changes for UnsignedInt
2022-03-17 14:00:01 -04:00
dotasek
237e9ca14c
Add changes for PositiveInt
2022-03-17 13:53:01 -04:00
dotasek
038f747939
Add changes for Integer
2022-03-17 13:42:33 -04:00
dotasek
d98ac05703
Add tests for Integer, PositiveInt, UnsignedInt
2022-03-17 13:35:34 -04:00
dotasek
bf14a1eebc
Add changes for Id
2022-03-17 13:34:58 -04:00
dotasek
2beaece874
Add changes for Uuid
2022-03-17 10:45:58 -04:00
Grahame Grieve
e8aab6db0e
erlease notes
2022-03-17 23:21:36 +11:00
Grahame Grieve
572dbd789f
update test cases
2022-03-17 22:20:03 +11:00
Grahame Grieve
3c4440d430
fix core package test
2022-03-17 21:43:25 +11:00
dotasek
6874e54b58
Add Id and UUID tests
2022-03-16 18:29:11 -04:00
dotasek
2241d8e12e
Add tests and changes for Uri
2022-03-16 17:49:52 -04:00
dotasek
62df25971e
Add changes for String
2022-03-16 17:41:56 -04:00
dotasek
90d9cf67d0
Add changes for Markdown
2022-03-16 17:30:46 -04:00
dotasek
d42759a510
Add changes for Code
2022-03-16 17:10:22 -04:00
dotasek
2d1254fcac
Return null for conversions where isEmpty() == true
2022-03-16 17:09:54 -04:00
dotasek
b4f94c385d
Add tests for Code, Markdown, and String types
2022-03-16 17:09:25 -04:00
dotasek
61b9d5e8c6
Exception: useValue for Base64Binary
...
Use Base64Binary getValue for Base64 conversion instead of getValueAsString.
2022-03-16 16:48:05 -04:00
dotasek
ad49c9aecd
Rename params helper method
2022-03-16 12:33:01 -04:00
dotasek
b5b43836eb
Add tests and changes for Base64Binary
2022-03-16 12:20:58 -04:00
dotasek
9903d15ecc
Add tests for setValueAsString and contructor precision checking
2022-03-15 17:47:23 -04:00
Grahame Grieve
def7d5566a
Surface message id in OperationOutcome from validator
2022-03-16 08:30:44 +11:00
Grahame Grieve
5ae5e5d4c8
fix PatientRenderer
2022-03-16 08:30:25 +11:00
Grahame Grieve
535a9cd9c9
fix FHIRPath matches() issue, and add support for matchesFull
2022-03-16 08:30:02 +11:00
Grahame Grieve
dc84f94a17
fix NPE processing markdown
2022-03-16 08:29:19 +11:00
Grahame Grieve
6f69736b05
fix typo in Dicom Package
2022-03-16 08:27:44 +11:00
dotasek
1a7e076479
Move precision checking code to setValueAsString
2022-03-15 16:49:51 -04:00
dotasek
6730275277
Add tests and changes for Instant
2022-03-15 15:59:22 -04:00