Skip to content

Commit

Permalink
Fixed invariant
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdonToonstra committed May 28, 2021
1 parent daba48c commit bc70385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/zib/zib-SOAPReport-Observation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<key value="zib-SOAPReport-Observation" />
<severity value="error" />
<human value="In a SOAP report an ICPC code may be assigned, but only to the S and E line." />
<expression value="extension('http://nictiz.nl/fhir/StructureDefinition/ext-SOAPReport.SOAPLineCode').exists() implies (code.coding.where(value = '255362007' and system = 'http://snomed.info/sct').exists() or code.coding.where(value = '129265001' and system = 'http://snomed.info/sct').exists())" />
<expression value="extension('http://nictiz.nl/fhir/StructureDefinition/ext-SOAPReport.SOAPLineCode').exists() implies (code.coding.where(code = '255362007' and system = 'http://snomed.info/sct').exists() or code.coding.where(code = '129265001' and system = 'http://snomed.info/sct').exists())" />
<source value="http://nictiz.nl/fhir/StructureDefinition/zib-SOAPReport-Observation" />
</constraint>
<mapping>
Expand Down

0 comments on commit bc70385

Please sign in to comment.