procedure-targetBodyStructure.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <StructureDefinition xmlns="http://hl7.org/fhir"> 3 <id value="procedure-targetBodyStructure" /> 4 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> 5 <valueCode value="pc" /> 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/procedure-targetBodyStructure" /> 11 <version value="4.0.1" /> 12 <name value="targetBodyStructure" /> 13 <title value="targetBodyStructure" /> 14 <status value="draft" /> 15 <date value="2015-02-12" /> 16 <publisher value="Health Level Seven, Inc. - FHIR WG" /> 17 <contact> 18 <telecom> 19 <system value="url" /> 20 <value value="HL7" /> 21 </telecom> 22 </contact> 23 <description value="The target body site used for this procedure. Multiple locations are allowed." /> 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="Procedure" /> 35 </context> 36 <context> 37 <type value="element" /> 38 <expression value="ServiceRequest" /> 39 </context> 40 <type value="Extension" /> 41 <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> 42 <derivation value="constraint" /> 43 <snapshot> 44 <element id="Extension"> 45 <path value="Extension" /> 46 <short value="The target point for this procedure" /> 47 <definition value="The target body site used for this procedure. Multiple locations are allowed." /> 48 <min value="0" /> 49 <max value="*" /> 50 <base> 51 <path value="Extension" /> 52 <min value="0" /> 53 <max value="*" /> 54 </base> 55 <condition value="ele-1" /> 56 <constraint> 57 <key value="ele-1" /> 58 <severity value="error" /> 59 <human value="All FHIR elements must have a @value or children" /> 60 <expression value="hasValue() or (children().count() > id.count())" /> 61 <xpath value="@value|f:*|h:div" /> 62 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 63 </constraint> 64 <constraint> 65 <key value="ext-1" /> 66 <severity value="error" /> 67 <human value="Must have either extensions or value[x], not both" /> 68 <expression value="extension.exists() != value.exists()" /> 69 <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" /> 70 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 71 </constraint> 72 <isModifier value="false" /> 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/procedure-targetBodyStructure" /> 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/BodyStructure" /> 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="The target point for this procedure" /> 202 <definition value="The target body site used for this procedure. Multiple locations are allowed." /> 203 <min value="0" /> 204 <max value="*" /> 205 </element> 206 <element id="Extension.extension"> 207 <path value="Extension.extension" /> 208 <max value="0" /> 209 </element> 210 <element id="Extension.url"> 211 <path value="Extension.url" /> 212 <fixedUri value="http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure" /> 213 </element> 214 <element id="Extension.value[x]"> 215 <path value="Extension.value[x]" /> 216 <min value="1" /> 217 <type> 218 <code value="Reference" /> 219 <targetProfile value="http://hl7.org/fhir/StructureDefinition/BodyStructure" /> 220 </type> 221 </element> 222 </differential> 223 </StructureDefinition>