ContactDetail.xml
  1 <?xml version="1.0" encoding="utf-8"?>
  2 <StructureDefinition xmlns="http://hl7.org/fhir">
  3   <id value="ContactDetail" />
  4   <meta>
  5     <lastUpdated value="2023-03-26T06:21:02.749+02:00" />
  6   </meta>
  7   <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
  8     <valueCode value="normative" />
  9   </extension>
 10   <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
 11     <valueCode value="4.0.0" />
 12   </extension>
 13   <url value="http://hl7.org/fhir/StructureDefinition/ContactDetail" />
 14   <version value="5.0.0" />
 15   <name value="ContactDetail" />
 16   <status value="active" />
 17   <experimental value="false" />
 18   <date value="2023-03-26T06:21:02.0000000+02:00" />
 19   <publisher value="HL7 FHIR Standard" />
 20   <contact>
 21     <telecom>
 22       <system value="url" />
 23       <value value="http://hl7.org/fhir" />
 24     </telecom>
 25   </contact>
 26   <description value="ContactDetail Type: Specifies contact information for a person or organization." />
 27   <jurisdiction>
 28     <coding>
 29       <system value="http://unstats.un.org/unsd/methods/m49/m49.htm" />
 30       <code value="001" />
 31       <display value="World" />
 32     </coding>
 33   </jurisdiction>
 34   <purpose value="Need to track contact information in the same way across multiple resources." />
 35   <fhirVersion value="5.0.0" />
 36   <mapping>
 37     <identity value="rim" />
 38     <uri value="http://hl7.org/v3" />
 39     <name value="RIM Mapping" />
 40   </mapping>
 41   <kind value="complex-type" />
 42   <abstract value="false" />
 43   <type value="ContactDetail" />
 44   <baseDefinition value="http://hl7.org/fhir/StructureDefinition/DataType" />
 45   <derivation value="specialization" />
 46   <snapshot>
 47     <element id="ContactDetail">
 48       <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
 49         <valueCode value="normative" />
 50       </extension>
 51       <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
 52         <valueCode value="4.0.0" />
 53       </extension>
 54       <path value="ContactDetail" />
 55       <short value="Contact information" />
 56       <definition value="Specifies contact information for a person or organization." />
 57       <min value="0" />
 58       <max value="*" />
 59       <base>
 60         <path value="ContactDetail" />
 61         <min value="0" />
 62         <max value="*" />
 63       </base>
 64       <constraint>
 65         <key value="ele-1" />
 66         <severity value="error" />
 67         <human value="All FHIR elements must have a @value or children" />
 68         <expression value="hasValue() or (children().count() > id.count())" />
 69         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
 70       </constraint>
 71       <isModifier value="false" />
 72       <mapping>
 73         <identity value="rim" />
 74         <map value="n/a" />
 75       </mapping>
 76     </element>
 77     <element id="ContactDetail.id">
 78       <path value="ContactDetail.id" />
 79       <representation value="xmlAttr" />
 80       <short value="Unique id for inter-element referencing" />
 81       <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
 82       <min value="0" />
 83       <max value="1" />
 84       <base>
 85         <path value="Element.id" />
 86         <min value="0" />
 87         <max value="1" />
 88       </base>
 89       <type>
 90         <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
 91           <valueUrl value="id" />
 92         </extension>
 93         <code value="http://hl7.org/fhirpath/System.String" />
 94       </type>
 95       <condition value="ele-1" />
 96       <isModifier value="false" />
 97       <isSummary value="false" />
 98       <mapping>
 99         <identity value="rim" />
100         <map value="n/a" />
101       </mapping>
102     </element>
103     <element id="ContactDetail.extension">
104       <path value="ContactDetail.extension" />
105       <slicing>
106         <discriminator>
107           <type value="value" />
108           <path value="url" />
109         </discriminator>
110         <description value="Extensions are always sliced by (at least) url" />
111         <rules value="open" />
112       </slicing>
113       <short value="Additional content defined by implementations" />
114       <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." />
115       <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." />
116       <alias value="extensions" />
117       <alias value="user content" />
118       <min value="0" />
119       <max value="*" />
120       <base>
121         <path value="Element.extension" />
122         <min value="0" />
123         <max value="*" />
124       </base>
125       <type>
126         <code value="Extension" />
127       </type>
128       <constraint>
129         <key value="ele-1" />
130         <severity value="error" />
131         <human value="All FHIR elements must have a @value or children" />
132         <expression value="hasValue() or (children().count() > id.count())" />
133         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
134       </constraint>
135       <constraint>
136         <key value="ext-1" />
137         <severity value="error" />
138         <human value="Must have either extensions or value[x], not both" />
139         <expression value="extension.exists() != value.exists()" />
140         <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
141       </constraint>
142       <isModifier value="false" />
143       <isSummary value="false" />
144       <mapping>
145         <identity value="rim" />
146         <map value="n/a" />
147       </mapping>
148     </element>
149     <element id="ContactDetail.name">
150       <path value="ContactDetail.name" />
151       <short value="Name of an individual to contact" />
152       <definition value="The name of an individual to contact." />
153       <comment value="If there is no named individual, the telecom information is for the organization as a whole." />
154       <min value="0" />
155       <max value="1" />
156       <base>
157         <path value="ContactDetail.name" />
158         <min value="0" />
159         <max value="1" />
160       </base>
161       <type>
162         <code value="string" />
163       </type>
164       <constraint>
165         <key value="ele-1" />
166         <severity value="error" />
167         <human value="All FHIR elements must have a @value or children" />
168         <expression value="hasValue() or (children().count() > id.count())" />
169         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
170       </constraint>
171       <isModifier value="false" />
172       <isSummary value="true" />
173     </element>
174     <element id="ContactDetail.telecom">
175       <path value="ContactDetail.telecom" />
176       <short value="Contact details for individual or organization" />
177       <definition value="The contact details for the individual (if a name was provided) or the organization." />
178       <min value="0" />
179       <max value="*" />
180       <base>
181         <path value="ContactDetail.telecom" />
182         <min value="0" />
183         <max value="*" />
184       </base>
185       <type>
186         <code value="ContactPoint" />
187       </type>
188       <constraint>
189         <key value="ele-1" />
190         <severity value="error" />
191         <human value="All FHIR elements must have a @value or children" />
192         <expression value="hasValue() or (children().count() > id.count())" />
193         <source value="http://hl7.org/fhir/StructureDefinition/Element" />
194       </constraint>
195       <isModifier value="false" />
196       <isSummary value="true" />
197     </element>
198   </snapshot>
199   <differential>
200     <element id="ContactDetail">
201       <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
202         <valueCode value="normative" />
203       </extension>
204       <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
205         <valueCode value="4.0.0" />
206       </extension>
207       <path value="ContactDetail" />
208       <short value="Contact information" />
209       <definition value="Specifies contact information for a person or organization." />
210       <min value="0" />
211       <max value="*" />
212     </element>
213     <element id="ContactDetail.name">
214       <path value="ContactDetail.name" />
215       <short value="Name of an individual to contact" />
216       <definition value="The name of an individual to contact." />
217       <comment value="If there is no named individual, the telecom information is for the organization as a whole." />
218       <min value="0" />
219       <max value="1" />
220       <type>
221         <code value="string" />
222       </type>
223       <isSummary value="true" />
224     </element>
225     <element id="ContactDetail.telecom">
226       <path value="ContactDetail.telecom" />
227       <short value="Contact details for individual or organization" />
228       <definition value="The contact details for the individual (if a name was provided) or the organization." />
229       <min value="0" />
230       <max value="*" />
231       <type>
232         <code value="ContactPoint" />
233       </type>
234       <isSummary value="true" />
235     </element>
236   </differential>
237 </StructureDefinition>