Skip to content

Commit

Permalink
move supplement version test cases to normal test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed May 9, 2024
1 parent 38c11a8 commit eb7ef30
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions validator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -48580,6 +48580,30 @@
}
}
},
{
"name": "codesystem-example-supplement-version",
"file": "codesystem-example-supplement-version.xml",
"version": "5.0",
"explanation": "check version specific supplement reference",
"java": {
"outcome": {
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "business-rule",
"details": {
"text": "When HL7 is publishing a resource, the owning committee must be stated using the http://hl7.org/fhir/StructureDefinition/structuredefinition-wg extension"
},
"diagnostics": "[3,41]",
"expression": [
"CodeSystem"
]
}
]
}
}
},
{
"name": "zzz",
"file": "zzz.json",
Expand Down

0 comments on commit eb7ef30

Please sign in to comment.