|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
|
|
|
<sch:ns prefix="f" uri="http://hl7.org/fhir"/>
|
|
|
<sch:ns prefix="h" uri="http://www.w3.org/1999/xhtml"/>
|
|
|
|
|
|
This file contains just the constraints for the profile ONCNursingAssessment
|
|
|
It includes the base constraints for the resource as well.
|
|
|
Because of the way that schematrons and containment work,
|
|
|
you may need to use this schematron fragment to build a,
|
|
|
single schematron that validates contained resources (if you have any)
|
|
|
-->
|
|
|
<sch:pattern>
|
|
|
<sch:title>f:Observation/f:component</sch:title>
|
|
|
<sch:rule context="f:Observation/f:component">
|
|
|
<sch:assert test="count(f:value[x]) >= 1">value[x]: minimum cardinality of 'value[x]' is 1</sch:assert>
|
|
|
<sch:assert test="count(f:value[x]) >= 1">value[x]: minimum cardinality of 'value[x]' is 1</sch:assert>
|
|
|
<sch:assert test="count(f:value[x]) >= 1">value[x]: minimum cardinality of 'value[x]' is 1</sch:assert>
|
|
|
<sch:assert test="count(f:value[x]) >= 1">value[x]: minimum cardinality of 'value[x]' is 1</sch:assert>
|
|
|
<sch:assert test="count(f:value[x]) >= 1">value[x]: minimum cardinality of 'value[x]' is 1</sch:assert>
|
|
|
</sch:rule>
|
|
|
</sch:pattern>
|
|
|
</sch:schema>
|
|
|
|