From a6260a9916f9df4e6c9c96b2731684a6bcf26ba3 Mon Sep 17 00:00:00 2001 From: Michaela Ziegler Date: Fri, 15 Sep 2023 11:00:31 +0200 Subject: [PATCH] update constraint ch-core-doc-1 #247 --- input/fsh/invariants/ch-core-doc-1.fsh | 4 ++-- input/pagecontent/changelog.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/input/fsh/invariants/ch-core-doc-1.fsh b/input/fsh/invariants/ch-core-doc-1.fsh index 046fdd8..d485a39 100644 --- a/input/fsh/invariants/ch-core-doc-1.fsh +++ b/input/fsh/invariants/ch-core-doc-1.fsh @@ -1,4 +1,4 @@ Invariant: ch-core-doc-1 -Description: "The fullUrl must be an absolute URL server address or an URI for UUID/OID" +Description: "The fullUrl must be an absolute URL server address or an UUID" Severity: #error -Expression: "startsWith('http') or startsWith('urn:uuid:') = true" \ No newline at end of file +Expression: "startsWith('http') or startsWith('urn:uuid:')" \ No newline at end of file diff --git a/input/pagecontent/changelog.md b/input/pagecontent/changelog.md index 861def5..b1cd327 100644 --- a/input/pagecontent/changelog.md +++ b/input/pagecontent/changelog.md @@ -11,6 +11,7 @@ All significant changes to this FHIR implementation guide will be documented on #### Fixed * [235](https://github.com/hl7ch/ch-core/issues/235): Fix GLN constraint +* [#247](https://github.com/hl7ch/ch-core/issues/247): Fix constraint text and refactor expression (ch-core-doc-1)