Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Sep 25, 2024
1 parent 95bb10b commit cf0626b
Showing 1 changed file with 1 addition and 51 deletions.
52 changes: 1 addition & 51 deletions validator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -49703,57 +49703,7 @@
"params-recursion-profile.json"
],
"version": "4.0",
"java": {
"outcome": {
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "too-costly",
"details": {
"text": "The value set 'http://hl7.org/fhir/ValueSet/consent-category|4.0.1' validation took too long to process (>60sec)"
},
"diagnostics": "[84,10]",
"expression": [
"Parameters.parameter[0].part[2].resource/*Consent/consent-1*/.category[0]"
]
},
{
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "None of the codings provided are in the value set 'Consent Category Codes' (http://hl7.org/fhir/ValueSet/consent-category|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v3-ActCode#IDSCL)"
},
"diagnostics": "[84,10]",
"expression": [
"Parameters.parameter[0].part[2].resource/*Consent/consent-1*/.category[0]"
]
},
{
"severity": "error",
"code": "too-costly",
"details": {
"text": "The value set 'http://hl7.org/fhir/ValueSet/consent-category|4.0.1' validation took too long to process (>60sec)"
},
"diagnostics": "[214,10]",
"expression": [
"Parameters.parameter[1].part[2].resource/*Consent/consent-2*/.category[0]"
]
},
{
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "None of the codings provided are in the value set 'Consent Category Codes' (http://hl7.org/fhir/ValueSet/consent-category|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v3-ActCode#IDSCL)"
},
"diagnostics": "[214,10]",
"expression": [
"Parameters.parameter[1].part[2].resource/*Consent/consent-2*/.category[0]"
]
}
]
}
}
"java": {}
},
{
"name": "dr-xml-space",
Expand Down

0 comments on commit cf0626b

Please sign in to comment.