From 7652bde00f8e9342668e240a0702bb06ee87d734 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Thu, 9 Jan 2025 18:53:03 +1100 Subject: [PATCH] adjust code system validation messages --- validator/manifest.json | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/validator/manifest.json b/validator/manifest.json index 6d9ce017..66d9c87c 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -41397,10 +41397,10 @@ ] }, { - "severity": "error", + "severity": "warning", "code": "invalid", "details": { - "text": "The code 'status' in the CodeSystem UTG Specific Concept Properties for uri 'http://terminology.hl7.org/CodeSystem/utg-concept-properties' is not valid" + "text": "The uri 'http://terminology.hl7.org/CodeSystem/utg-concept-properties#status' for the property 'status' implies the code 'status' exists in the CodeSystem UTG Specific Concept Properties for http://terminology.hl7.org/CodeSystem/utg-concept-properties but it does not exist" }, "diagnostics": "[3,41]", "expression": [ @@ -41411,7 +41411,7 @@ "severity": "information", "code": "business-rule", "details": { - "text": "The type is 'code', but no ValueSet information was found, so the codes will be validated as internal codes" + "text": "The type of property 'code' is 'code', but no ValueSet information was found, so the codes will be validated as internal codes" }, "diagnostics": "[3,41]", "expression": [ @@ -41422,7 +41422,7 @@ "severity": "information", "code": "business-rule", "details": { - "text": "The type is 'code', but no ValueSet information was found, so the codes will be validated as internal codes" + "text": "The type of property 'code' is 'code', but no ValueSet information was found, so the codes will be validated as internal codes" }, "diagnostics": "[3,41]", "expression": [ @@ -48352,10 +48352,10 @@ ] }, { - "severity": "error", + "severity": "warning", "code": "invalid", "details": { - "text": "The code 'deprecationDate' in the CodeSystem FHIR Defined Concept Properties for uri 'http://hl7.org/fhir/concept-properties' is not valid" + "text": "The uri 'http://hl7.org/fhir/concept-properties#deprecationDate' for the property 'inactive' implies the code 'deprecationDate' exists in the CodeSystem FHIR Defined Concept Properties for http://hl7.org/fhir/concept-properties but it does not exist" }, "diagnostics": "[1,2]", "expression": [ @@ -50746,10 +50746,10 @@ ] }, { - "severity": "error", + "severity": "warning", "code": "invalid", "details": { - "text": "The code 'status' in the CodeSystem UTG Specific Concept Properties for uri 'http://terminology.hl7.org/CodeSystem/utg-concept-properties' is not valid" + "text": "The uri 'http://terminology.hl7.org/CodeSystem/utg-concept-properties#status' for the property 'status' implies the code 'status' exists in the CodeSystem UTG Specific Concept Properties for http://terminology.hl7.org/CodeSystem/utg-concept-properties but it does not exist" }, "diagnostics": "[1,2]", "expression": [ @@ -50760,7 +50760,7 @@ "severity": "information", "code": "business-rule", "details": { - "text": "The type is 'code', but no ValueSet information was found, so the codes will be validated as internal codes" + "text": "The type of property 'code' is 'code', but no ValueSet information was found, so the codes will be validated as internal codes" }, "diagnostics": "[1,2]", "expression": [ @@ -50771,7 +50771,7 @@ "severity": "information", "code": "business-rule", "details": { - "text": "The type is 'code', but no ValueSet information was found, so the codes will be validated as internal codes" + "text": "The type of property 'code' is 'code', but no ValueSet information was found, so the codes will be validated as internal codes" }, "diagnostics": "[1,2]", "expression": [ @@ -50799,17 +50799,6 @@ "expression": [ "CodeSystem.concept[1].property[0]" ] - }, - { - "severity": "warning", - "code": "invalid", - "details": { - "text": "The code 'D' is not a valid code in this code system" - }, - "diagnostics": "[1,2]", - "expression": [ - "CodeSystem.concept[2].property[1]" - ] } ] }