StructureDefinition-ScheduleSummary.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <StructureDefinition xmlns="http://hl7.org/fhir"> 3 <id value="ScheduleSummary" /> 4 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> 5 <valueCode value="oo" /> 6 </extension> 7 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics"> 8 <valueCode value="can-bind" /> 9 </extension> 10 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> 11 <valueInteger value="2"> 12 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"> 13 <valueCanonical value="http://hl7.org/fhir/uv/order-catalog/ImplementationGuide/ig-uv-order-catalog" /> 14 </extension> 15 </valueInteger> 16 </extension> 17 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> 18 <valueCode value="trial-use"> 19 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"> 20 <valueCanonical value="http://hl7.org/fhir/uv/order-catalog/ImplementationGuide/ig-uv-order-catalog" /> 21 </extension> 22 </valueCode> 23 </extension> 24 <url value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ScheduleSummary" /> 25 <identifier> 26 <system value="urn:ietf:rfc:3986" /> 27 <value value="urn:oid:2.16.840.1.113883.4.642.40.999.42.23" /> 28 </identifier> 29 <version value="1.0.0-ballot" /> 30 <name value="ScheduleSummary" /> 31 <title value="Schedule summary for the plan definition" /> 32 <status value="draft" /> 33 <date value="2025-03-06T19:13:11.0000000+01:00" /> 34 <publisher value="HL7 International / Orders and Observations" /> 35 <contact> 36 <telecom> 37 <system value="url" /> 38 <value value="http://www.hl7.org/Special/committees/orders" /> 39 </telecom> 40 </contact> 41 <description value="This extension to PlanDefinition conveys the textual summary of the billing of the laboratory procedure represented by the PlanDefinition instance" /> 42 <jurisdiction> 43 <coding> 44 <system value="http://unstats.un.org/unsd/methods/m49/m49.htm" /> 45 <code value="001" /> 46 </coding> 47 </jurisdiction> 48 <fhirVersion value="5.0.0" /> 49 <mapping> 50 <identity value="rim" /> 51 <uri value="http://hl7.org/v3" /> 52 <name value="RIM Mapping" /> 53 </mapping> 54 <kind value="complex-type" /> 55 <abstract value="false" /> 56 <context> 57 <type value="element" /> 58 <expression value="PlanDefinition" /> 59 </context> 60 <type value="Extension" /> 61 <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> 62 <derivation value="constraint" /> 63 <snapshot> 64 <extension url="http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version"> 65 <valueString value="5.0.0" /> 66 </extension> 67 <element id="Extension"> 68 <path value="Extension" /> 69 <short value="Extension" /> 70 <definition value="An Extension" /> 71 <min value="0" /> 72 <max value="1" /> 73 <base> 74 <path value="Extension" /> 75 <min value="0" /> 76 <max value="*" /> 77 </base> 78 <constraint> 79 <key value="ele-1" /> 80 <severity value="error" /> 81 <human value="All FHIR elements must have a @value or children" /> 82 <expression value="hasValue() or (children().count() > id.count())" /> 83 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 84 </constraint> 85 <constraint> 86 <key value="ext-1" /> 87 <severity value="error" /> 88 <human value="Must have either extensions or value[x], not both" /> 89 <expression value="extension.exists() != value.exists()" /> 90 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 91 </constraint> 92 <isModifier value="false" /> 93 </element> 94 <element id="Extension.id"> 95 <path value="Extension.id" /> 96 <representation value="xmlAttr" /> 97 <short value="Unique id for inter-element referencing" /> 98 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 99 <min value="0" /> 100 <max value="1" /> 101 <base> 102 <path value="Element.id" /> 103 <min value="0" /> 104 <max value="1" /> 105 </base> 106 <type> 107 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 108 <valueUrl value="id" /> 109 </extension> 110 <code value="http://hl7.org/fhirpath/System.String" /> 111 </type> 112 <condition value="ele-1" /> 113 <isModifier value="false" /> 114 <isSummary value="false" /> 115 <mapping> 116 <identity value="rim" /> 117 <map value="n/a" /> 118 </mapping> 119 </element> 120 <element id="Extension.extension"> 121 <path value="Extension.extension" /> 122 <slicing> 123 <discriminator> 124 <type value="value" /> 125 <path value="url" /> 126 </discriminator> 127 <description value="Extensions are always sliced by (at least) url" /> 128 <rules value="open" /> 129 </slicing> 130 <short value="Additional content defined by implementations" /> 131 <definition value="May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." /> 132 <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." /> 133 <alias value="extensions" /> 134 <alias value="user content" /> 135 <min value="0" /> 136 <max value="*" /> 137 <base> 138 <path value="Element.extension" /> 139 <min value="0" /> 140 <max value="*" /> 141 </base> 142 <type> 143 <code value="Extension" /> 144 </type> 145 <constraint> 146 <key value="ele-1" /> 147 <severity value="error" /> 148 <human value="All FHIR elements must have a @value or children" /> 149 <expression value="hasValue() or (children().count() > id.count())" /> 150 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 151 </constraint> 152 <constraint> 153 <key value="ext-1" /> 154 <severity value="error" /> 155 <human value="Must have either extensions or value[x], not both" /> 156 <expression value="extension.exists() != value.exists()" /> 157 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 158 </constraint> 159 <isModifier value="false" /> 160 <isSummary value="false" /> 161 <mapping> 162 <identity value="rim" /> 163 <map value="n/a" /> 164 </mapping> 165 </element> 166 <element id="Extension.url"> 167 <path value="Extension.url" /> 168 <representation value="xmlAttr" /> 169 <short value="identifies the meaning of the extension" /> 170 <definition value="Source of the definition for the extension code - a logical name or a URL." /> 171 <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." /> 172 <min value="1" /> 173 <max value="1" /> 174 <base> 175 <path value="Extension.url" /> 176 <min value="1" /> 177 <max value="1" /> 178 </base> 179 <type> 180 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 181 <valueUrl value="uri" /> 182 </extension> 183 <code value="http://hl7.org/fhirpath/System.String" /> 184 </type> 185 <fixedUri value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ScheduleSummary" /> 186 <isModifier value="false" /> 187 <isSummary value="false" /> 188 <mapping> 189 <identity value="rim" /> 190 <map value="N/A" /> 191 </mapping> 192 </element> 193 <element id="Extension.value[x]"> 194 <path value="Extension.value[x]" /> 195 <short value="Value of extension" /> 196 <definition value="Value of extension - must be one of a constrained set of the data types (see [Extensibility](http://hl7.org/fhir/R5/extensibility.html) for a list)." /> 197 <min value="0" /> 198 <max value="1" /> 199 <base> 200 <path value="Extension.value[x]" /> 201 <min value="0" /> 202 <max value="1" /> 203 </base> 204 <type> 205 <code value="string" /> 206 </type> 207 <condition value="ext-1" /> 208 <constraint> 209 <key value="ele-1" /> 210 <severity value="error" /> 211 <human value="All FHIR elements must have a @value or children" /> 212 <expression value="hasValue() or (children().count() > id.count())" /> 213 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 214 </constraint> 215 <isModifier value="false" /> 216 <isSummary value="false" /> 217 <mapping> 218 <identity value="rim" /> 219 <map value="N/A" /> 220 </mapping> 221 </element> 222 </snapshot> 223 <differential> 224 <element id="Extension"> 225 <path value="Extension" /> 226 <max value="1" /> 227 </element> 228 <element id="Extension.url"> 229 <path value="Extension.url" /> 230 <fixedUri value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ScheduleSummary" /> 231 </element> 232 <element id="Extension.value[x]"> 233 <path value="Extension.value[x]" /> 234 <type> 235 <code value="string" /> 236 </type> 237 </element> 238 </differential> 239 </StructureDefinition>