questionnaireresponse-reviewer.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <StructureDefinition xmlns="http://hl7.org/fhir"> 3 <id value="questionnaireresponse-reviewer" /> 4 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> 5 <valueCode value="fhir" /> 6 </extension> 7 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> 8 <valueInteger value="1" /> 9 </extension> 10 <url value="http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reviewer" /> 11 <version value="4.0.1" /> 12 <name value="reviewer" /> 13 <title value="Reviewer" /> 14 <status value="draft" /> 15 <date value="2013-07-04" /> 16 <publisher value="HL7" /> 17 <contact> 18 <telecom> 19 <system value="url" /> 20 <value value="http://www.hl7.org" /> 21 </telecom> 22 </contact> 23 <description value="Individual responsible for ensuring that the questionnaire response have been completed appropriately and signs off on the content." /> 24 <fhirVersion value="4.0.1" /> 25 <mapping> 26 <identity value="rim" /> 27 <uri value="http://hl7.org/v3" /> 28 <name value="RIM Mapping" /> 29 </mapping> 30 <kind value="complex-type" /> 31 <abstract value="false" /> 32 <context> 33 <type value="element" /> 34 <expression value="QuestionnaireResponse" /> 35 </context> 36 <type value="Extension" /> 37 <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> 38 <derivation value="constraint" /> 39 <snapshot> 40 <element id="Extension"> 41 <path value="Extension" /> 42 <short value="Who verified completion of form?" /> 43 <definition value="Individual responsible for ensuring that the questionnaire response have been completed appropriately and signs off on the content." /> 44 <min value="0" /> 45 <max value="1" /> 46 <base> 47 <path value="Extension" /> 48 <min value="0" /> 49 <max value="*" /> 50 </base> 51 <condition value="ele-1" /> 52 <constraint> 53 <key value="ele-1" /> 54 <severity value="error" /> 55 <human value="All FHIR elements must have a @value or children" /> 56 <expression value="hasValue() or (children().count() > id.count())" /> 57 <xpath value="@value|f:*|h:div" /> 58 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 59 </constraint> 60 <constraint> 61 <key value="ext-1" /> 62 <severity value="error" /> 63 <human value="Must have either extensions or value[x], not both" /> 64 <expression value="extension.exists() != value.exists()" /> 65 <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" /> 66 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 67 </constraint> 68 <isModifier value="false" /> 69 <mapping> 70 <identity value="rim" /> 71 <map value="./participation[typeCode=VRF]/role" /> 72 </mapping> 73 </element> 74 <element id="Extension.id"> 75 <path value="Extension.id" /> 76 <representation value="xmlAttr" /> 77 <short value="Unique id for inter-element referencing" /> 78 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 79 <min value="0" /> 80 <max value="1" /> 81 <base> 82 <path value="Element.id" /> 83 <min value="0" /> 84 <max value="1" /> 85 </base> 86 <type> 87 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 88 <valueUrl value="string" /> 89 </extension> 90 <code value="http://hl7.org/fhirpath/System.String" /> 91 </type> 92 <isModifier value="false" /> 93 <isSummary value="false" /> 94 <mapping> 95 <identity value="rim" /> 96 <map value="n/a" /> 97 </mapping> 98 </element> 99 <element id="Extension.extension"> 100 <path value="Extension.extension" /> 101 <slicing> 102 <discriminator> 103 <type value="value" /> 104 <path value="url" /> 105 </discriminator> 106 <description value="Extensions are always sliced by (at least) url" /> 107 <rules value="open" /> 108 </slicing> 109 <short value="Extension" /> 110 <definition value="An Extension" /> 111 <min value="0" /> 112 <max value="0" /> 113 <base> 114 <path value="Element.extension" /> 115 <min value="0" /> 116 <max value="*" /> 117 </base> 118 <type> 119 <code value="Extension" /> 120 </type> 121 <constraint> 122 <key value="ele-1" /> 123 <severity value="error" /> 124 <human value="All FHIR elements must have a @value or children" /> 125 <expression value="hasValue() or (children().count() > id.count())" /> 126 <xpath value="@value|f:*|h:div" /> 127 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 128 </constraint> 129 <constraint> 130 <key value="ext-1" /> 131 <severity value="error" /> 132 <human value="Must have either extensions or value[x], not both" /> 133 <expression value="extension.exists() != value.exists()" /> 134 <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])" /> 135 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 136 </constraint> 137 <isModifier value="false" /> 138 <isSummary value="false" /> 139 </element> 140 <element id="Extension.url"> 141 <path value="Extension.url" /> 142 <representation value="xmlAttr" /> 143 <short value="identifies the meaning of the extension" /> 144 <definition value="Source of the definition for the extension code - a logical name or a URL." /> 145 <comment value="The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension." /> 146 <min value="1" /> 147 <max value="1" /> 148 <base> 149 <path value="Extension.url" /> 150 <min value="1" /> 151 <max value="1" /> 152 </base> 153 <type> 154 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 155 <valueUrl value="uri" /> 156 </extension> 157 <code value="http://hl7.org/fhirpath/System.String" /> 158 </type> 159 <fixedUri value="http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reviewer" /> 160 <isModifier value="false" /> 161 <isSummary value="false" /> 162 <mapping> 163 <identity value="rim" /> 164 <map value="N/A" /> 165 </mapping> 166 </element> 167 <element id="Extension.value[x]"> 168 <path value="Extension.value[x]" /> 169 <short value="Value of extension" /> 170 <definition value="Value of extension - must be one of a constrained set of the data types (see [Extensibility](http://hl7.org/fhir/extensibility.html) for a list)." /> 171 <min value="1" /> 172 <max value="1" /> 173 <base> 174 <path value="Extension.value[x]" /> 175 <min value="0" /> 176 <max value="1" /> 177 </base> 178 <type> 179 <code value="Reference" /> 180 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" /> 181 </type> 182 <constraint> 183 <key value="ele-1" /> 184 <severity value="error" /> 185 <human value="All FHIR elements must have a @value or children" /> 186 <expression value="hasValue() or (children().count() > id.count())" /> 187 <xpath value="@value|f:*|h:div" /> 188 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 189 </constraint> 190 <isModifier value="false" /> 191 <isSummary value="false" /> 192 <mapping> 193 <identity value="rim" /> 194 <map value="N/A" /> 195 </mapping> 196 </element> 197 </snapshot> 198 <differential> 199 <element id="Extension"> 200 <path value="Extension" /> 201 <short value="Who verified completion of form?" /> 202 <definition value="Individual responsible for ensuring that the questionnaire response have been completed appropriately and signs off on the content." /> 203 <min value="0" /> 204 <max value="1" /> 205 <mapping> 206 <identity value="rim" /> 207 <map value="./participation[typeCode=VRF]/role" /> 208 </mapping> 209 </element> 210 <element id="Extension.extension"> 211 <path value="Extension.extension" /> 212 <max value="0" /> 213 </element> 214 <element id="Extension.url"> 215 <path value="Extension.url" /> 216 <fixedUri value="http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reviewer" /> 217 </element> 218 <element id="Extension.value[x]"> 219 <path value="Extension.value[x]" /> 220 <min value="1" /> 221 <type> 222 <code value="Reference" /> 223 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" /> 224 </type> 225 </element> 226 </differential> 227 </StructureDefinition>