Skip to content

Commit

Permalink
Add business rule about wg extension for HL7 resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Feb 20, 2025
1 parent e662f9e commit b0ebf89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions validator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -37529,6 +37529,17 @@
"StructureDefinition.snapshot.element[8]"
]
},
{
"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,50]",
"expression": [
"StructureDefinition"
]
},
{
"severity": "error",
"code": "exception",
Expand Down

0 comments on commit b0ebf89

Please sign in to comment.