family-member-history-genetics-observation.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <StructureDefinition xmlns="http://hl7.org/fhir"> 3 <id value="family-member-history-genetics-observation" /> 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/family-member-history-genetics-observation" /> 11 <version value="4.0.1" /> 12 <name value="observation" /> 13 <status value="draft" /> 14 <date value="2013-10-02" /> 15 <publisher value="Health Level Seven International (Clinical Genomics)" /> 16 <contact> 17 <telecom> 18 <system value="url" /> 19 <value value="http://www.hl7.org/Special/committees/clingenomics" /> 20 </telecom> 21 </contact> 22 <description value="Allows capturing risk-relevant observations about the relative that aren't themselves a specific health condition; e.g. Certain ethnic ancestries that are disease-relevant, presence of particular genetic markers, etc." /> 23 <fhirVersion value="4.0.1" /> 24 <mapping> 25 <identity value="rim" /> 26 <uri value="http://hl7.org/v3" /> 27 <name value="RIM Mapping" /> 28 </mapping> 29 <kind value="complex-type" /> 30 <abstract value="false" /> 31 <context> 32 <type value="element" /> 33 <expression value="FamilyMemberHistory" /> 34 </context> 35 <type value="Extension" /> 36 <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> 37 <derivation value="constraint" /> 38 <snapshot> 39 <element id="Extension"> 40 <path value="Extension" /> 41 <short value="Genetic markers, ethnicity, etc." /> 42 <definition value="Allows capturing risk-relevant observations about the relative that aren't themselves a specific health condition; e.g. Certain ethnic ancestries that are disease-relevant, presence of particular genetic markers, etc." /> 43 <comment value="This may be extended with additional genomics-specific resources when they are ready." /> 44 <min value="0" /> 45 <max value="*" /> 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="inboundRelationship[typeCode=SUBJ].source" /> 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/family-member-history-genetics-observation" /> 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/Observation" /> 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="Genetic markers, ethnicity, etc." /> 202 <definition value="Allows capturing risk-relevant observations about the relative that aren't themselves a specific health condition; e.g. Certain ethnic ancestries that are disease-relevant, presence of particular genetic markers, etc." /> 203 <comment value="This may be extended with additional genomics-specific resources when they are ready." /> 204 <min value="0" /> 205 <max value="*" /> 206 <isModifier value="false" /> 207 <mapping> 208 <identity value="rim" /> 209 <map value="inboundRelationship[typeCode=SUBJ].source" /> 210 </mapping> 211 </element> 212 <element id="Extension.extension"> 213 <path value="Extension.extension" /> 214 <max value="0" /> 215 </element> 216 <element id="Extension.url"> 217 <path value="Extension.url" /> 218 <fixedUri value="http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation" /> 219 </element> 220 <element id="Extension.value[x]"> 221 <path value="Extension.value[x]" /> 222 <min value="1" /> 223 <type> 224 <code value="Reference" /> 225 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" /> 226 </type> 227 </element> 228 </differential> 229 </StructureDefinition>