Skip to content

Commit

Permalink
minor updates to validation messages as part of reworking cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jan 17, 2024
1 parent fbf9a2a commit 3337904
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions validator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet http://hl7.org/fhir/ValueSet/observation-status|4.0.0 not found"
"text": "ValueSet 'http://hl7.org/fhir/ValueSet/observation-status|4.0.0' not found"
},
"diagnostics": "[27,20]",
"expression": [
Expand Down Expand Up @@ -2837,7 +2837,7 @@
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet http://hl7.org/fhir/ValueSet/ucum-vitals-common|4.0.0 not found"
"text": "ValueSet 'http://hl7.org/fhir/ValueSet/ucum-vitals-common|4.0.0' not found"
},
"diagnostics": "[100,8]",
"expression": [
Expand All @@ -2848,7 +2848,7 @@
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet http://hl7.org/fhir/ValueSet/ucum-vitals-common|4.0.0 not found"
"text": "ValueSet 'http://hl7.org/fhir/ValueSet/ucum-vitals-common|4.0.0' not found"
},
"diagnostics": "[129,8]",
"expression": [
Expand Down Expand Up @@ -17644,7 +17644,7 @@
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet http://hl7.org/fhir/ValueSet/identifier-use|4.0.1 not found"
"text": "ValueSet 'http://hl7.org/fhir/ValueSet/identifier-use|4.0.1' not found"
},
"diagnostics": "[48,21]",
"expression": [
Expand All @@ -17655,7 +17655,7 @@
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet http://hl7.org/fhir/ValueSet/name-use|4.0.1 not found"
"text": "ValueSet 'http://hl7.org/fhir/ValueSet/name-use|4.0.1' not found"
},
"diagnostics": "[70,24]",
"expression": [
Expand All @@ -17666,7 +17666,7 @@
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet http://hl7.org/fhir/ValueSet/name-use|4.0.1 not found"
"text": "ValueSet 'http://hl7.org/fhir/ValueSet/name-use|4.0.1' not found"
},
"diagnostics": "[78,21]",
"expression": [
Expand All @@ -17677,7 +17677,7 @@
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet http://hl7.org/fhir/ValueSet/name-use|4.0.1 not found"
"text": "ValueSet 'http://hl7.org/fhir/ValueSet/name-use|4.0.1' not found"
},
"diagnostics": "[84,22]",
"expression": [
Expand Down Expand Up @@ -20341,7 +20341,7 @@
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.5.1--20171231000000 not found"
"text": "ValueSet 'http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.5.1--20171231000000' not found"
},
"diagnostics": "[14,26]",
"expression": [
Expand Down Expand Up @@ -28695,7 +28695,7 @@
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_ICD_SEITENLOKALISATION not found"
"text": "ValueSet 'https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_ICD_SEITENLOKALISATION' not found"
},
"diagnostics": "[38,14]",
"expression": [
Expand Down Expand Up @@ -30702,7 +30702,7 @@
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet http://hl7.org/fhir/us/qicore/ValueSet/qicore-negation-reason not found"
"text": "ValueSet 'http://hl7.org/fhir/us/qicore/ValueSet/qicore-negation-reason' not found"
},
"diagnostics": "[7,8]",
"expression": [
Expand Down Expand Up @@ -30751,7 +30751,7 @@
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet http://hl7.org/fhir/us/qicore/ValueSet/qicore-negation-reason not found"
"text": "ValueSet 'http://hl7.org/fhir/us/qicore/ValueSet/qicore-negation-reason' not found"
},
"diagnostics": "[7,8]",
"expression": [
Expand Down Expand Up @@ -39134,9 +39134,9 @@
},
{
"severity": "warning",
"code": "code-invalid",
"code": "business-rule",
"details": {
"text": "Error validating code: running without terminology services"
"text": "Unable to validate code 'kg' in system 'http://unitsofmeasure.org' because the validator is running without terminology services"
},
"diagnostics": "[78,4]",
"expression": [
Expand Down

0 comments on commit 3337904

Please sign in to comment.