Skip to content

Commit

Permalink
adjust code system validation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jan 9, 2025
1 parent cd1eb29 commit 7652bde
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions validator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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": [
Expand All @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand All @@ -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": [
Expand All @@ -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": [
Expand Down Expand Up @@ -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]"
]
}
]
}
Expand Down

0 comments on commit 7652bde

Please sign in to comment.