MedicationKnowledge.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <StructureDefinition xmlns="http://hl7.org/fhir"> 3 <id value="MedicationKnowledge" /> 4 <meta> 5 <lastUpdated value="2023-03-26T06:21:02.749+02:00" /> 6 </meta> 7 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-category"> 8 <valueString value="Clinical.Medications" /> 9 </extension> 10 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-implements"> 11 <valueUri value="http://hl7.org/fhir/StructureDefinition/MetadataResource" /> 12 </extension> 13 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> 14 <valueCode value="trial-use" /> 15 </extension> 16 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> 17 <valueInteger value="1" /> 18 </extension> 19 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category"> 20 <valueCode value="business" /> 21 </extension> 22 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> 23 <valueCode value="phx" /> 24 </extension> 25 <url value="http://hl7.org/fhir/StructureDefinition/MedicationKnowledge" /> 26 <version value="5.0.0" /> 27 <name value="MedicationKnowledge" /> 28 <status value="draft" /> 29 <experimental value="false" /> 30 <date value="2023-03-26T06:21:02.0000000+02:00" /> 31 <publisher value="Health Level Seven International (Pharmacy)" /> 32 <contact> 33 <telecom> 34 <system value="url" /> 35 <value value="http://hl7.org/fhir" /> 36 </telecom> 37 </contact> 38 <contact> 39 <telecom> 40 <system value="url" /> 41 <value value="http://www.hl7.org/Special/committees/medication/index.cfm" /> 42 </telecom> 43 </contact> 44 <description value="Information about a medication that is used to support knowledge." /> 45 <jurisdiction> 46 <coding> 47 <system value="http://unstats.un.org/unsd/methods/m49/m49.htm" /> 48 <code value="001" /> 49 <display value="World" /> 50 </coding> 51 </jurisdiction> 52 <fhirVersion value="5.0.0" /> 53 <mapping> 54 <identity value="w5" /> 55 <uri value="http://hl7.org/fhir/fivews" /> 56 <name value="FiveWs Pattern Mapping" /> 57 </mapping> 58 <mapping> 59 <identity value="script10.6" /> 60 <uri value="http://ncpdp.org/SCRIPT10_6" /> 61 <name value="Mapping to NCPDP SCRIPT 10.6" /> 62 </mapping> 63 <mapping> 64 <identity value="v2" /> 65 <uri value="http://hl7.org/v2" /> 66 <name value="HL7 V2 Mapping" /> 67 </mapping> 68 <mapping> 69 <identity value="rim" /> 70 <uri value="http://hl7.org/v3" /> 71 <name value="RIM Mapping" /> 72 </mapping> 73 <kind value="resource" /> 74 <abstract value="false" /> 75 <type value="MedicationKnowledge" /> 76 <baseDefinition value="http://hl7.org/fhir/StructureDefinition/DomainResource" /> 77 <derivation value="specialization" /> 78 <snapshot> 79 <element id="MedicationKnowledge"> 80 <path value="MedicationKnowledge" /> 81 <short value="Definition of Medication Knowledge" /> 82 <definition value="Information about a medication that is used to support knowledge." /> 83 <min value="0" /> 84 <max value="*" /> 85 <base> 86 <path value="MedicationKnowledge" /> 87 <min value="0" /> 88 <max value="*" /> 89 </base> 90 <mustSupport value="false" /> 91 <isModifier value="false" /> 92 <isSummary value="false" /> 93 <mapping> 94 <identity value="w5" /> 95 <map value="conformance.behavior,administrative.medication" /> 96 </mapping> 97 </element> 98 <element id="MedicationKnowledge.id"> 99 <path value="MedicationKnowledge.id" /> 100 <short value="Logical id of this artifact" /> 101 <definition value="The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes." /> 102 <comment value="Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case." /> 103 <min value="0" /> 104 <max value="1" /> 105 <base> 106 <path value="Resource.id" /> 107 <min value="0" /> 108 <max value="1" /> 109 </base> 110 <type> 111 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 112 <valueUrl value="id" /> 113 </extension> 114 <code value="http://hl7.org/fhirpath/System.String" /> 115 </type> 116 <mustSupport value="false" /> 117 <isModifier value="false" /> 118 <isSummary value="true" /> 119 </element> 120 <element id="MedicationKnowledge.meta"> 121 <path value="MedicationKnowledge.meta" /> 122 <short value="Metadata about the resource" /> 123 <definition value="The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource." /> 124 <min value="0" /> 125 <max value="1" /> 126 <base> 127 <path value="Resource.meta" /> 128 <min value="0" /> 129 <max value="1" /> 130 </base> 131 <type> 132 <code value="Meta" /> 133 </type> 134 <constraint> 135 <key value="ele-1" /> 136 <severity value="error" /> 137 <human value="All FHIR elements must have a @value or children" /> 138 <expression value="hasValue() or (children().count() > id.count())" /> 139 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 140 </constraint> 141 <mustSupport value="false" /> 142 <isModifier value="false" /> 143 <isSummary value="true" /> 144 </element> 145 <element id="MedicationKnowledge.implicitRules"> 146 <path value="MedicationKnowledge.implicitRules" /> 147 <short value="A set of rules under which this content was created" /> 148 <definition value="A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc." /> 149 <comment value="Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc." /> 150 <min value="0" /> 151 <max value="1" /> 152 <base> 153 <path value="Resource.implicitRules" /> 154 <min value="0" /> 155 <max value="1" /> 156 </base> 157 <type> 158 <code value="uri" /> 159 </type> 160 <constraint> 161 <key value="ele-1" /> 162 <severity value="error" /> 163 <human value="All FHIR elements must have a @value or children" /> 164 <expression value="hasValue() or (children().count() > id.count())" /> 165 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 166 </constraint> 167 <mustSupport value="false" /> 168 <isModifier value="true" /> 169 <isModifierReason value="This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation" /> 170 <isSummary value="true" /> 171 </element> 172 <element id="MedicationKnowledge.language"> 173 <path value="MedicationKnowledge.language" /> 174 <short value="Language of the resource content" /> 175 <definition value="The base language in which the resource is written." /> 176 <comment value="Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)." /> 177 <min value="0" /> 178 <max value="1" /> 179 <base> 180 <path value="Resource.language" /> 181 <min value="0" /> 182 <max value="1" /> 183 </base> 184 <type> 185 <code value="code" /> 186 </type> 187 <constraint> 188 <key value="ele-1" /> 189 <severity value="error" /> 190 <human value="All FHIR elements must have a @value or children" /> 191 <expression value="hasValue() or (children().count() > id.count())" /> 192 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 193 </constraint> 194 <mustSupport value="false" /> 195 <isModifier value="false" /> 196 <isSummary value="false" /> 197 <binding> 198 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 199 <valueString value="Language" /> 200 </extension> 201 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding"> 202 <valueBoolean value="true" /> 203 </extension> 204 <strength value="required" /> 205 <description value="IETF language tag for a human language" /> 206 <valueSet value="http://hl7.org/fhir/ValueSet/all-languages|5.0.0" /> 207 </binding> 208 </element> 209 <element id="MedicationKnowledge.text"> 210 <path value="MedicationKnowledge.text" /> 211 <short value="Text summary of the resource, for human interpretation" /> 212 <definition value="A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety." /> 213 <comment value="Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later." /> 214 <alias value="narrative" /> 215 <alias value="html" /> 216 <alias value="xhtml" /> 217 <alias value="display" /> 218 <min value="0" /> 219 <max value="1" /> 220 <base> 221 <path value="DomainResource.text" /> 222 <min value="0" /> 223 <max value="1" /> 224 </base> 225 <type> 226 <code value="Narrative" /> 227 </type> 228 <condition value="dom-6" /> 229 <constraint> 230 <key value="ele-1" /> 231 <severity value="error" /> 232 <human value="All FHIR elements must have a @value or children" /> 233 <expression value="hasValue() or (children().count() > id.count())" /> 234 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 235 </constraint> 236 <mustSupport value="false" /> 237 <isModifier value="false" /> 238 <isSummary value="false" /> 239 <mapping> 240 <identity value="rim" /> 241 <map value="Act.text?" /> 242 </mapping> 243 </element> 244 <element id="MedicationKnowledge.contained"> 245 <path value="MedicationKnowledge.contained" /> 246 <short value="Contained, inline Resources" /> 247 <definition value="These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning." /> 248 <comment value="This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels." /> 249 <alias value="inline resources" /> 250 <alias value="anonymous resources" /> 251 <alias value="contained resources" /> 252 <min value="0" /> 253 <max value="*" /> 254 <base> 255 <path value="DomainResource.contained" /> 256 <min value="0" /> 257 <max value="*" /> 258 </base> 259 <type> 260 <code value="Resource" /> 261 </type> 262 <condition value="dom-2" /> 263 <condition value="dom-4" /> 264 <condition value="dom-3" /> 265 <condition value="dom-5" /> 266 <mustSupport value="false" /> 267 <isModifier value="false" /> 268 <isSummary value="false" /> 269 <mapping> 270 <identity value="rim" /> 271 <map value="N/A" /> 272 </mapping> 273 </element> 274 <element id="MedicationKnowledge.extension"> 275 <path value="MedicationKnowledge.extension" /> 276 <short value="Additional content defined by implementations" /> 277 <definition value="May be used to represent additional information that is not part of the basic definition of the resource. 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." /> 278 <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." /> 279 <alias value="extensions" /> 280 <alias value="user content" /> 281 <min value="0" /> 282 <max value="*" /> 283 <base> 284 <path value="DomainResource.extension" /> 285 <min value="0" /> 286 <max value="*" /> 287 </base> 288 <type> 289 <code value="Extension" /> 290 </type> 291 <constraint> 292 <key value="ele-1" /> 293 <severity value="error" /> 294 <human value="All FHIR elements must have a @value or children" /> 295 <expression value="hasValue() or (children().count() > id.count())" /> 296 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 297 </constraint> 298 <constraint> 299 <key value="ext-1" /> 300 <severity value="error" /> 301 <human value="Must have either extensions or value[x], not both" /> 302 <expression value="extension.exists() != value.exists()" /> 303 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 304 </constraint> 305 <mustSupport value="false" /> 306 <isModifier value="false" /> 307 <isSummary value="false" /> 308 <mapping> 309 <identity value="rim" /> 310 <map value="N/A" /> 311 </mapping> 312 </element> 313 <element id="MedicationKnowledge.modifierExtension"> 314 <path value="MedicationKnowledge.modifierExtension" /> 315 <short value="Extensions that cannot be ignored" /> 316 <definition value="May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 317 <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." /> 318 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 319 <alias value="extensions" /> 320 <alias value="user content" /> 321 <min value="0" /> 322 <max value="*" /> 323 <base> 324 <path value="DomainResource.modifierExtension" /> 325 <min value="0" /> 326 <max value="*" /> 327 </base> 328 <type> 329 <code value="Extension" /> 330 </type> 331 <constraint> 332 <key value="ele-1" /> 333 <severity value="error" /> 334 <human value="All FHIR elements must have a @value or children" /> 335 <expression value="hasValue() or (children().count() > id.count())" /> 336 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 337 </constraint> 338 <constraint> 339 <key value="ext-1" /> 340 <severity value="error" /> 341 <human value="Must have either extensions or value[x], not both" /> 342 <expression value="extension.exists() != value.exists()" /> 343 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 344 </constraint> 345 <mustSupport value="false" /> 346 <isModifier value="true" /> 347 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them" /> 348 <isSummary value="true" /> 349 <mapping> 350 <identity value="rim" /> 351 <map value="N/A" /> 352 </mapping> 353 </element> 354 <element id="MedicationKnowledge.identifier"> 355 <path value="MedicationKnowledge.identifier" /> 356 <short value="Business identifier for this medication" /> 357 <definition value="Business identifier for this medication." /> 358 <comment value="This is a business identifier, not a resource identifier (see discussion)." /> 359 <min value="0" /> 360 <max value="*" /> 361 <base> 362 <path value="MedicationKnowledge.identifier" /> 363 <min value="0" /> 364 <max value="*" /> 365 </base> 366 <type> 367 <code value="Identifier" /> 368 </type> 369 <constraint> 370 <key value="ele-1" /> 371 <severity value="error" /> 372 <human value="All FHIR elements must have a @value or children" /> 373 <expression value="hasValue() or (children().count() > id.count())" /> 374 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 375 </constraint> 376 <mustSupport value="false" /> 377 <isModifier value="false" /> 378 <isSummary value="true" /> 379 </element> 380 <element id="MedicationKnowledge.code"> 381 <path value="MedicationKnowledge.code" /> 382 <short value="Code that identifies this medication" /> 383 <definition value="A code that specifies this medication, or a textual description if no code is available. Usage note: This could be a standard medication code such as a code from RxNorm, SNOMED CT, IDMP etc. It could also be a national or local formulary code, optionally with translations to other code systems." /> 384 <comment value="Depending on the context of use, the code that was actually selected by the user (prescriber, dispenser, etc.) will have the coding.userSelected set to true. As described in the coding datatype: "A coding may be marked as a "userSelected" if a user selected the particular coded value in a user interface (e.g. the user selects an item in a pick-list). If a user selected coding exists, it is the preferred choice for performing translations etc. Other codes can only be literal translations to alternative code systems, or codes at a lower level of granularity (e.g. a generic code for a vendor-specific primary one)." /> 385 <min value="0" /> 386 <max value="1" /> 387 <base> 388 <path value="MedicationKnowledge.code" /> 389 <min value="0" /> 390 <max value="1" /> 391 </base> 392 <type> 393 <code value="CodeableConcept" /> 394 </type> 395 <constraint> 396 <key value="ele-1" /> 397 <severity value="error" /> 398 <human value="All FHIR elements must have a @value or children" /> 399 <expression value="hasValue() or (children().count() > id.count())" /> 400 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 401 </constraint> 402 <mustSupport value="false" /> 403 <isModifier value="false" /> 404 <isSummary value="true" /> 405 <binding> 406 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 407 <valueString value="MedicationFormalRepresentation" /> 408 </extension> 409 <strength value="example" /> 410 <description value="A coded concept that defines the type of a medication." /> 411 <valueSet value="http://hl7.org/fhir/ValueSet/medication-codes" /> 412 </binding> 413 <mapping> 414 <identity value="script10.6" /> 415 <map value="coding.code = //element(*,MedicationType)/DrugCoded/ProductCode coding.system = //element(*,MedicationType)/DrugCoded/ProductCodeQualifier coding.display = //element(*,MedicationType)/DrugDescription" /> 416 </mapping> 417 <mapping> 418 <identity value="w5" /> 419 <map value="FiveWs.class" /> 420 </mapping> 421 <mapping> 422 <identity value="v2" /> 423 <map value="RXO-1.1-Requested Give Code.code / RXE-2.1-Give Code.code / RXD-2.1-Dispense/Give Code.code / RXG-4.1-Give Code.code /RXA-5.1-Administered Code.code / RXC-2.1 Component Code" /> 424 </mapping> 425 <mapping> 426 <identity value="rim" /> 427 <map value=".code" /> 428 </mapping> 429 </element> 430 <element id="MedicationKnowledge.status"> 431 <path value="MedicationKnowledge.status" /> 432 <short value="active | entered-in-error | inactive" /> 433 <definition value="A code to indicate if the medication referred to by this MedicationKnowledge is in active use within the drug database or inventory system. The status refers to the validity about the information of the medication and not to its medicinal properties." /> 434 <comment value="This status is intended to identify if the medication in a local system is in active use within a drug database or inventory. For example, a pharmacy system may create a new drug file record for a compounded product "ABC Hospital Special Cream" with an active status. At some point in the future, it may be determined that the drug record was created with an error and the status is changed to "entered in error". This status is not intended to specify if a medication is part of a particular formulary. It is possible that the drug record may be referenced by multiple formularies or catalogues and each of those entries would have a separate status." /> 435 <min value="0" /> 436 <max value="1" /> 437 <base> 438 <path value="MedicationKnowledge.status" /> 439 <min value="0" /> 440 <max value="1" /> 441 </base> 442 <type> 443 <code value="code" /> 444 </type> 445 <constraint> 446 <key value="ele-1" /> 447 <severity value="error" /> 448 <human value="All FHIR elements must have a @value or children" /> 449 <expression value="hasValue() or (children().count() > id.count())" /> 450 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 451 </constraint> 452 <mustSupport value="false" /> 453 <isModifier value="true" /> 454 <isModifierReason value="This element changes the interpretation of all descriptive attributes." /> 455 <isSummary value="true" /> 456 <binding> 457 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 458 <valueString value="MedicationKnowledgeStatus" /> 459 </extension> 460 <strength value="required" /> 461 <description value="A coded concept defining if the medication is in active use." /> 462 <valueSet value="http://hl7.org/fhir/ValueSet/medicationknowledge-status|5.0.0" /> 463 </binding> 464 <mapping> 465 <identity value="rim" /> 466 <map value=".statusCode" /> 467 </mapping> 468 </element> 469 <element id="MedicationKnowledge.author"> 470 <path value="MedicationKnowledge.author" /> 471 <short value="Creator or owner of the knowledge or information about the medication" /> 472 <definition value="The creator or owner of the knowledge or information about the medication." /> 473 <min value="0" /> 474 <max value="1" /> 475 <base> 476 <path value="MedicationKnowledge.author" /> 477 <min value="0" /> 478 <max value="1" /> 479 </base> 480 <type> 481 <code value="Reference" /> 482 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 483 </type> 484 <constraint> 485 <key value="ele-1" /> 486 <severity value="error" /> 487 <human value="All FHIR elements must have a @value or children" /> 488 <expression value="hasValue() or (children().count() > id.count())" /> 489 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 490 </constraint> 491 <mustSupport value="false" /> 492 <isModifier value="false" /> 493 <isSummary value="false" /> 494 <mapping> 495 <identity value="w5" /> 496 <map value="FiveWs.actor" /> 497 </mapping> 498 <mapping> 499 <identity value="rim" /> 500 <map value="ManufacturedProduct.subjectOf.DocumentEvent.author" /> 501 </mapping> 502 </element> 503 <element id="MedicationKnowledge.intendedJurisdiction"> 504 <path value="MedicationKnowledge.intendedJurisdiction" /> 505 <short value="Codes that identify the different jurisdictions for which the information of this resource was created" /> 506 <definition value="Lists the jurisdictions that this medication knowledge was written for." /> 507 <comment value="The codes could have varying granularity from a country or group of countries down to a specific district." /> 508 <min value="0" /> 509 <max value="*" /> 510 <base> 511 <path value="MedicationKnowledge.intendedJurisdiction" /> 512 <min value="0" /> 513 <max value="*" /> 514 </base> 515 <type> 516 <code value="CodeableConcept" /> 517 </type> 518 <constraint> 519 <key value="ele-1" /> 520 <severity value="error" /> 521 <human value="All FHIR elements must have a @value or children" /> 522 <expression value="hasValue() or (children().count() > id.count())" /> 523 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 524 </constraint> 525 <mustSupport value="false" /> 526 <isModifier value="false" /> 527 <isSummary value="false" /> 528 </element> 529 <element id="MedicationKnowledge.name"> 530 <path value="MedicationKnowledge.name" /> 531 <short value="A name associated with the medication being described" /> 532 <definition value="All of the names for a medication, for example, the name(s) given to a medication in different countries. For example, acetaminophen and paracetamol or salbutamol and albuterol." /> 533 <min value="0" /> 534 <max value="*" /> 535 <base> 536 <path value="MedicationKnowledge.name" /> 537 <min value="0" /> 538 <max value="*" /> 539 </base> 540 <type> 541 <code value="string" /> 542 </type> 543 <constraint> 544 <key value="ele-1" /> 545 <severity value="error" /> 546 <human value="All FHIR elements must have a @value or children" /> 547 <expression value="hasValue() or (children().count() > id.count())" /> 548 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 549 </constraint> 550 <mustSupport value="false" /> 551 <isModifier value="false" /> 552 <isSummary value="true" /> 553 </element> 554 <element id="MedicationKnowledge.relatedMedicationKnowledge"> 555 <path value="MedicationKnowledge.relatedMedicationKnowledge" /> 556 <short value="Associated or related medication information" /> 557 <definition value="Associated or related medications. For example, if the medication is a branded product (e.g. Crestor), this is the Therapeutic Moeity (e.g. Rosuvastatin) or if this is a generic medication (e.g. Rosuvastatin), this would link to a branded product (e.g. Crestor." /> 558 <min value="0" /> 559 <max value="*" /> 560 <base> 561 <path value="MedicationKnowledge.relatedMedicationKnowledge" /> 562 <min value="0" /> 563 <max value="*" /> 564 </base> 565 <type> 566 <code value="BackboneElement" /> 567 </type> 568 <constraint> 569 <key value="ele-1" /> 570 <severity value="error" /> 571 <human value="All FHIR elements must have a @value or children" /> 572 <expression value="hasValue() or (children().count() > id.count())" /> 573 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 574 </constraint> 575 <mustSupport value="false" /> 576 <isModifier value="false" /> 577 <isSummary value="false" /> 578 </element> 579 <element id="MedicationKnowledge.relatedMedicationKnowledge.id"> 580 <path value="MedicationKnowledge.relatedMedicationKnowledge.id" /> 581 <representation value="xmlAttr" /> 582 <short value="Unique id for inter-element referencing" /> 583 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 584 <min value="0" /> 585 <max value="1" /> 586 <base> 587 <path value="Element.id" /> 588 <min value="0" /> 589 <max value="1" /> 590 </base> 591 <type> 592 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 593 <valueUrl value="string" /> 594 </extension> 595 <code value="http://hl7.org/fhirpath/System.String" /> 596 </type> 597 <condition value="ele-1" /> 598 <isModifier value="false" /> 599 <isSummary value="false" /> 600 <mapping> 601 <identity value="rim" /> 602 <map value="n/a" /> 603 </mapping> 604 </element> 605 <element id="MedicationKnowledge.relatedMedicationKnowledge.extension"> 606 <path value="MedicationKnowledge.relatedMedicationKnowledge.extension" /> 607 <short value="Additional content defined by implementations" /> 608 <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." /> 609 <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." /> 610 <alias value="extensions" /> 611 <alias value="user content" /> 612 <min value="0" /> 613 <max value="*" /> 614 <base> 615 <path value="Element.extension" /> 616 <min value="0" /> 617 <max value="*" /> 618 </base> 619 <type> 620 <code value="Extension" /> 621 </type> 622 <constraint> 623 <key value="ele-1" /> 624 <severity value="error" /> 625 <human value="All FHIR elements must have a @value or children" /> 626 <expression value="hasValue() or (children().count() > id.count())" /> 627 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 628 </constraint> 629 <constraint> 630 <key value="ext-1" /> 631 <severity value="error" /> 632 <human value="Must have either extensions or value[x], not both" /> 633 <expression value="extension.exists() != value.exists()" /> 634 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 635 </constraint> 636 <isModifier value="false" /> 637 <isSummary value="false" /> 638 <mapping> 639 <identity value="rim" /> 640 <map value="n/a" /> 641 </mapping> 642 </element> 643 <element id="MedicationKnowledge.relatedMedicationKnowledge.modifierExtension"> 644 <path value="MedicationKnowledge.relatedMedicationKnowledge.modifierExtension" /> 645 <short value="Extensions that cannot be ignored even if unrecognized" /> 646 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 647 <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." /> 648 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 649 <alias value="extensions" /> 650 <alias value="user content" /> 651 <alias value="modifiers" /> 652 <min value="0" /> 653 <max value="*" /> 654 <base> 655 <path value="BackboneElement.modifierExtension" /> 656 <min value="0" /> 657 <max value="*" /> 658 </base> 659 <type> 660 <code value="Extension" /> 661 </type> 662 <constraint> 663 <key value="ele-1" /> 664 <severity value="error" /> 665 <human value="All FHIR elements must have a @value or children" /> 666 <expression value="hasValue() or (children().count() > id.count())" /> 667 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 668 </constraint> 669 <constraint> 670 <key value="ext-1" /> 671 <severity value="error" /> 672 <human value="Must have either extensions or value[x], not both" /> 673 <expression value="extension.exists() != value.exists()" /> 674 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 675 </constraint> 676 <isModifier value="true" /> 677 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 678 <isSummary value="true" /> 679 <mapping> 680 <identity value="rim" /> 681 <map value="N/A" /> 682 </mapping> 683 </element> 684 <element id="MedicationKnowledge.relatedMedicationKnowledge.type"> 685 <path value="MedicationKnowledge.relatedMedicationKnowledge.type" /> 686 <short value="Category of medicationKnowledge" /> 687 <definition value="The category of the associated medication knowledge reference." /> 688 <min value="1" /> 689 <max value="1" /> 690 <base> 691 <path value="MedicationKnowledge.relatedMedicationKnowledge.type" /> 692 <min value="1" /> 693 <max value="1" /> 694 </base> 695 <type> 696 <code value="CodeableConcept" /> 697 </type> 698 <constraint> 699 <key value="ele-1" /> 700 <severity value="error" /> 701 <human value="All FHIR elements must have a @value or children" /> 702 <expression value="hasValue() or (children().count() > id.count())" /> 703 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 704 </constraint> 705 <mustSupport value="false" /> 706 <isModifier value="false" /> 707 <isSummary value="false" /> 708 </element> 709 <element id="MedicationKnowledge.relatedMedicationKnowledge.reference"> 710 <path value="MedicationKnowledge.relatedMedicationKnowledge.reference" /> 711 <short value="Associated documentation about the associated medication knowledge" /> 712 <definition value="Associated documentation about the associated medication knowledge." /> 713 <min value="1" /> 714 <max value="*" /> 715 <base> 716 <path value="MedicationKnowledge.relatedMedicationKnowledge.reference" /> 717 <min value="1" /> 718 <max value="*" /> 719 </base> 720 <type> 721 <code value="Reference" /> 722 <targetProfile value="http://hl7.org/fhir/StructureDefinition/MedicationKnowledge" /> 723 </type> 724 <constraint> 725 <key value="ele-1" /> 726 <severity value="error" /> 727 <human value="All FHIR elements must have a @value or children" /> 728 <expression value="hasValue() or (children().count() > id.count())" /> 729 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 730 </constraint> 731 <mustSupport value="false" /> 732 <isModifier value="false" /> 733 <isSummary value="false" /> 734 </element> 735 <element id="MedicationKnowledge.associatedMedication"> 736 <path value="MedicationKnowledge.associatedMedication" /> 737 <short value="The set of medication resources that are associated with this medication" /> 738 <definition value="Links to associated medications that could be prescribed, dispensed or administered." /> 739 <min value="0" /> 740 <max value="*" /> 741 <base> 742 <path value="MedicationKnowledge.associatedMedication" /> 743 <min value="0" /> 744 <max value="*" /> 745 </base> 746 <type> 747 <code value="Reference" /> 748 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Medication" /> 749 </type> 750 <constraint> 751 <key value="ele-1" /> 752 <severity value="error" /> 753 <human value="All FHIR elements must have a @value or children" /> 754 <expression value="hasValue() or (children().count() > id.count())" /> 755 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 756 </constraint> 757 <mustSupport value="false" /> 758 <isModifier value="false" /> 759 <isSummary value="false" /> 760 </element> 761 <element id="MedicationKnowledge.productType"> 762 <path value="MedicationKnowledge.productType" /> 763 <short value="Category of the medication or product" /> 764 <definition value="Category of the medication or product (e.g. branded product, therapeutic moeity, generic product, innovator product, etc.)." /> 765 <min value="0" /> 766 <max value="*" /> 767 <base> 768 <path value="MedicationKnowledge.productType" /> 769 <min value="0" /> 770 <max value="*" /> 771 </base> 772 <type> 773 <code value="CodeableConcept" /> 774 </type> 775 <constraint> 776 <key value="ele-1" /> 777 <severity value="error" /> 778 <human value="All FHIR elements must have a @value or children" /> 779 <expression value="hasValue() or (children().count() > id.count())" /> 780 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 781 </constraint> 782 <mustSupport value="false" /> 783 <isModifier value="false" /> 784 <isSummary value="false" /> 785 </element> 786 <element id="MedicationKnowledge.monograph"> 787 <path value="MedicationKnowledge.monograph" /> 788 <short value="Associated documentation about the medication" /> 789 <definition value="Associated documentation about the medication." /> 790 <min value="0" /> 791 <max value="*" /> 792 <base> 793 <path value="MedicationKnowledge.monograph" /> 794 <min value="0" /> 795 <max value="*" /> 796 </base> 797 <type> 798 <code value="BackboneElement" /> 799 </type> 800 <constraint> 801 <key value="ele-1" /> 802 <severity value="error" /> 803 <human value="All FHIR elements must have a @value or children" /> 804 <expression value="hasValue() or (children().count() > id.count())" /> 805 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 806 </constraint> 807 <mustSupport value="false" /> 808 <isModifier value="false" /> 809 <isSummary value="false" /> 810 </element> 811 <element id="MedicationKnowledge.monograph.id"> 812 <path value="MedicationKnowledge.monograph.id" /> 813 <representation value="xmlAttr" /> 814 <short value="Unique id for inter-element referencing" /> 815 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 816 <min value="0" /> 817 <max value="1" /> 818 <base> 819 <path value="Element.id" /> 820 <min value="0" /> 821 <max value="1" /> 822 </base> 823 <type> 824 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 825 <valueUrl value="string" /> 826 </extension> 827 <code value="http://hl7.org/fhirpath/System.String" /> 828 </type> 829 <condition value="ele-1" /> 830 <isModifier value="false" /> 831 <isSummary value="false" /> 832 <mapping> 833 <identity value="rim" /> 834 <map value="n/a" /> 835 </mapping> 836 </element> 837 <element id="MedicationKnowledge.monograph.extension"> 838 <path value="MedicationKnowledge.monograph.extension" /> 839 <short value="Additional content defined by implementations" /> 840 <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." /> 841 <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." /> 842 <alias value="extensions" /> 843 <alias value="user content" /> 844 <min value="0" /> 845 <max value="*" /> 846 <base> 847 <path value="Element.extension" /> 848 <min value="0" /> 849 <max value="*" /> 850 </base> 851 <type> 852 <code value="Extension" /> 853 </type> 854 <constraint> 855 <key value="ele-1" /> 856 <severity value="error" /> 857 <human value="All FHIR elements must have a @value or children" /> 858 <expression value="hasValue() or (children().count() > id.count())" /> 859 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 860 </constraint> 861 <constraint> 862 <key value="ext-1" /> 863 <severity value="error" /> 864 <human value="Must have either extensions or value[x], not both" /> 865 <expression value="extension.exists() != value.exists()" /> 866 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 867 </constraint> 868 <isModifier value="false" /> 869 <isSummary value="false" /> 870 <mapping> 871 <identity value="rim" /> 872 <map value="n/a" /> 873 </mapping> 874 </element> 875 <element id="MedicationKnowledge.monograph.modifierExtension"> 876 <path value="MedicationKnowledge.monograph.modifierExtension" /> 877 <short value="Extensions that cannot be ignored even if unrecognized" /> 878 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 879 <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." /> 880 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 881 <alias value="extensions" /> 882 <alias value="user content" /> 883 <alias value="modifiers" /> 884 <min value="0" /> 885 <max value="*" /> 886 <base> 887 <path value="BackboneElement.modifierExtension" /> 888 <min value="0" /> 889 <max value="*" /> 890 </base> 891 <type> 892 <code value="Extension" /> 893 </type> 894 <constraint> 895 <key value="ele-1" /> 896 <severity value="error" /> 897 <human value="All FHIR elements must have a @value or children" /> 898 <expression value="hasValue() or (children().count() > id.count())" /> 899 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 900 </constraint> 901 <constraint> 902 <key value="ext-1" /> 903 <severity value="error" /> 904 <human value="Must have either extensions or value[x], not both" /> 905 <expression value="extension.exists() != value.exists()" /> 906 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 907 </constraint> 908 <isModifier value="true" /> 909 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 910 <isSummary value="true" /> 911 <mapping> 912 <identity value="rim" /> 913 <map value="N/A" /> 914 </mapping> 915 </element> 916 <element id="MedicationKnowledge.monograph.type"> 917 <path value="MedicationKnowledge.monograph.type" /> 918 <short value="The category of medication document" /> 919 <definition value="The category of documentation about the medication. (e.g. professional monograph, patient education monograph)." /> 920 <min value="0" /> 921 <max value="1" /> 922 <base> 923 <path value="MedicationKnowledge.monograph.type" /> 924 <min value="0" /> 925 <max value="1" /> 926 </base> 927 <type> 928 <code value="CodeableConcept" /> 929 </type> 930 <constraint> 931 <key value="ele-1" /> 932 <severity value="error" /> 933 <human value="All FHIR elements must have a @value or children" /> 934 <expression value="hasValue() or (children().count() > id.count())" /> 935 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 936 </constraint> 937 <mustSupport value="false" /> 938 <isModifier value="false" /> 939 <isSummary value="false" /> 940 </element> 941 <element id="MedicationKnowledge.monograph.source"> 942 <path value="MedicationKnowledge.monograph.source" /> 943 <short value="Associated documentation about the medication" /> 944 <definition value="Associated documentation about the medication." /> 945 <min value="0" /> 946 <max value="1" /> 947 <base> 948 <path value="MedicationKnowledge.monograph.source" /> 949 <min value="0" /> 950 <max value="1" /> 951 </base> 952 <type> 953 <code value="Reference" /> 954 <targetProfile value="http://hl7.org/fhir/StructureDefinition/DocumentReference" /> 955 </type> 956 <constraint> 957 <key value="ele-1" /> 958 <severity value="error" /> 959 <human value="All FHIR elements must have a @value or children" /> 960 <expression value="hasValue() or (children().count() > id.count())" /> 961 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 962 </constraint> 963 <mustSupport value="false" /> 964 <isModifier value="false" /> 965 <isSummary value="false" /> 966 </element> 967 <element id="MedicationKnowledge.preparationInstruction"> 968 <path value="MedicationKnowledge.preparationInstruction" /> 969 <short value="The instructions for preparing the medication" /> 970 <definition value="The instructions for preparing the medication." /> 971 <min value="0" /> 972 <max value="1" /> 973 <base> 974 <path value="MedicationKnowledge.preparationInstruction" /> 975 <min value="0" /> 976 <max value="1" /> 977 </base> 978 <type> 979 <code value="markdown" /> 980 </type> 981 <constraint> 982 <key value="ele-1" /> 983 <severity value="error" /> 984 <human value="All FHIR elements must have a @value or children" /> 985 <expression value="hasValue() or (children().count() > id.count())" /> 986 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 987 </constraint> 988 <mustSupport value="false" /> 989 <isModifier value="false" /> 990 <isSummary value="false" /> 991 </element> 992 <element id="MedicationKnowledge.cost"> 993 <path value="MedicationKnowledge.cost" /> 994 <short value="The pricing of the medication" /> 995 <definition value="The price of the medication." /> 996 <min value="0" /> 997 <max value="*" /> 998 <base> 999 <path value="MedicationKnowledge.cost" /> 1000 <min value="0" /> 1001 <max value="*" /> 1002 </base> 1003 <type> 1004 <code value="BackboneElement" /> 1005 </type> 1006 <constraint> 1007 <key value="ele-1" /> 1008 <severity value="error" /> 1009 <human value="All FHIR elements must have a @value or children" /> 1010 <expression value="hasValue() or (children().count() > id.count())" /> 1011 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1012 </constraint> 1013 <mustSupport value="false" /> 1014 <isModifier value="false" /> 1015 <isSummary value="false" /> 1016 </element> 1017 <element id="MedicationKnowledge.cost.id"> 1018 <path value="MedicationKnowledge.cost.id" /> 1019 <representation value="xmlAttr" /> 1020 <short value="Unique id for inter-element referencing" /> 1021 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 1022 <min value="0" /> 1023 <max value="1" /> 1024 <base> 1025 <path value="Element.id" /> 1026 <min value="0" /> 1027 <max value="1" /> 1028 </base> 1029 <type> 1030 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 1031 <valueUrl value="string" /> 1032 </extension> 1033 <code value="http://hl7.org/fhirpath/System.String" /> 1034 </type> 1035 <condition value="ele-1" /> 1036 <isModifier value="false" /> 1037 <isSummary value="false" /> 1038 <mapping> 1039 <identity value="rim" /> 1040 <map value="n/a" /> 1041 </mapping> 1042 </element> 1043 <element id="MedicationKnowledge.cost.extension"> 1044 <path value="MedicationKnowledge.cost.extension" /> 1045 <short value="Additional content defined by implementations" /> 1046 <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." /> 1047 <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." /> 1048 <alias value="extensions" /> 1049 <alias value="user content" /> 1050 <min value="0" /> 1051 <max value="*" /> 1052 <base> 1053 <path value="Element.extension" /> 1054 <min value="0" /> 1055 <max value="*" /> 1056 </base> 1057 <type> 1058 <code value="Extension" /> 1059 </type> 1060 <constraint> 1061 <key value="ele-1" /> 1062 <severity value="error" /> 1063 <human value="All FHIR elements must have a @value or children" /> 1064 <expression value="hasValue() or (children().count() > id.count())" /> 1065 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1066 </constraint> 1067 <constraint> 1068 <key value="ext-1" /> 1069 <severity value="error" /> 1070 <human value="Must have either extensions or value[x], not both" /> 1071 <expression value="extension.exists() != value.exists()" /> 1072 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 1073 </constraint> 1074 <isModifier value="false" /> 1075 <isSummary value="false" /> 1076 <mapping> 1077 <identity value="rim" /> 1078 <map value="n/a" /> 1079 </mapping> 1080 </element> 1081 <element id="MedicationKnowledge.cost.modifierExtension"> 1082 <path value="MedicationKnowledge.cost.modifierExtension" /> 1083 <short value="Extensions that cannot be ignored even if unrecognized" /> 1084 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 1085 <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." /> 1086 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 1087 <alias value="extensions" /> 1088 <alias value="user content" /> 1089 <alias value="modifiers" /> 1090 <min value="0" /> 1091 <max value="*" /> 1092 <base> 1093 <path value="BackboneElement.modifierExtension" /> 1094 <min value="0" /> 1095 <max value="*" /> 1096 </base> 1097 <type> 1098 <code value="Extension" /> 1099 </type> 1100 <constraint> 1101 <key value="ele-1" /> 1102 <severity value="error" /> 1103 <human value="All FHIR elements must have a @value or children" /> 1104 <expression value="hasValue() or (children().count() > id.count())" /> 1105 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1106 </constraint> 1107 <constraint> 1108 <key value="ext-1" /> 1109 <severity value="error" /> 1110 <human value="Must have either extensions or value[x], not both" /> 1111 <expression value="extension.exists() != value.exists()" /> 1112 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 1113 </constraint> 1114 <isModifier value="true" /> 1115 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 1116 <isSummary value="true" /> 1117 <mapping> 1118 <identity value="rim" /> 1119 <map value="N/A" /> 1120 </mapping> 1121 </element> 1122 <element id="MedicationKnowledge.cost.effectiveDate"> 1123 <path value="MedicationKnowledge.cost.effectiveDate" /> 1124 <short value="The date range for which the cost is effective" /> 1125 <definition value="The date range for which the cost information of the medication is effective." /> 1126 <min value="0" /> 1127 <max value="*" /> 1128 <base> 1129 <path value="MedicationKnowledge.cost.effectiveDate" /> 1130 <min value="0" /> 1131 <max value="*" /> 1132 </base> 1133 <type> 1134 <code value="Period" /> 1135 </type> 1136 <constraint> 1137 <key value="ele-1" /> 1138 <severity value="error" /> 1139 <human value="All FHIR elements must have a @value or children" /> 1140 <expression value="hasValue() or (children().count() > id.count())" /> 1141 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1142 </constraint> 1143 <mustSupport value="false" /> 1144 <isModifier value="false" /> 1145 <isSummary value="false" /> 1146 </element> 1147 <element id="MedicationKnowledge.cost.type"> 1148 <path value="MedicationKnowledge.cost.type" /> 1149 <short value="The category of the cost information" /> 1150 <definition value="The category of the cost information. For example, manufacturers' cost, patient cost, claim reimbursement cost, actual acquisition cost." /> 1151 <min value="1" /> 1152 <max value="1" /> 1153 <base> 1154 <path value="MedicationKnowledge.cost.type" /> 1155 <min value="1" /> 1156 <max value="1" /> 1157 </base> 1158 <type> 1159 <code value="CodeableConcept" /> 1160 </type> 1161 <constraint> 1162 <key value="ele-1" /> 1163 <severity value="error" /> 1164 <human value="All FHIR elements must have a @value or children" /> 1165 <expression value="hasValue() or (children().count() > id.count())" /> 1166 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1167 </constraint> 1168 <mustSupport value="false" /> 1169 <isModifier value="false" /> 1170 <isSummary value="false" /> 1171 </element> 1172 <element id="MedicationKnowledge.cost.source"> 1173 <path value="MedicationKnowledge.cost.source" /> 1174 <short value="The source or owner for the price information" /> 1175 <definition value="The source or owner that assigns the price to the medication." /> 1176 <min value="0" /> 1177 <max value="1" /> 1178 <base> 1179 <path value="MedicationKnowledge.cost.source" /> 1180 <min value="0" /> 1181 <max value="1" /> 1182 </base> 1183 <type> 1184 <code value="string" /> 1185 </type> 1186 <constraint> 1187 <key value="ele-1" /> 1188 <severity value="error" /> 1189 <human value="All FHIR elements must have a @value or children" /> 1190 <expression value="hasValue() or (children().count() > id.count())" /> 1191 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1192 </constraint> 1193 <mustSupport value="false" /> 1194 <isModifier value="false" /> 1195 <isSummary value="false" /> 1196 </element> 1197 <element id="MedicationKnowledge.cost.cost[x]"> 1198 <path value="MedicationKnowledge.cost.cost[x]" /> 1199 <short value="The price or category of the cost of the medication" /> 1200 <definition value="The price or representation of the cost (for example, Band A, Band B or $, $$) of the medication." /> 1201 <min value="1" /> 1202 <max value="1" /> 1203 <base> 1204 <path value="MedicationKnowledge.cost.cost[x]" /> 1205 <min value="1" /> 1206 <max value="1" /> 1207 </base> 1208 <type> 1209 <code value="Money" /> 1210 </type> 1211 <type> 1212 <code value="CodeableConcept" /> 1213 </type> 1214 <constraint> 1215 <key value="ele-1" /> 1216 <severity value="error" /> 1217 <human value="All FHIR elements must have a @value or children" /> 1218 <expression value="hasValue() or (children().count() > id.count())" /> 1219 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1220 </constraint> 1221 <mustSupport value="false" /> 1222 <isModifier value="false" /> 1223 <isSummary value="false" /> 1224 <binding> 1225 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 1226 <valueString value="MedicationCostCategory" /> 1227 </extension> 1228 <strength value="example" /> 1229 <description value="A coded concept defining the category of a medication." /> 1230 <valueSet value="http://hl7.org/fhir/ValueSet/medication-cost-category" /> 1231 </binding> 1232 </element> 1233 <element id="MedicationKnowledge.monitoringProgram"> 1234 <path value="MedicationKnowledge.monitoringProgram" /> 1235 <short value="Program under which a medication is reviewed" /> 1236 <definition value="The program under which the medication is reviewed." /> 1237 <min value="0" /> 1238 <max value="*" /> 1239 <base> 1240 <path value="MedicationKnowledge.monitoringProgram" /> 1241 <min value="0" /> 1242 <max value="*" /> 1243 </base> 1244 <type> 1245 <code value="BackboneElement" /> 1246 </type> 1247 <constraint> 1248 <key value="ele-1" /> 1249 <severity value="error" /> 1250 <human value="All FHIR elements must have a @value or children" /> 1251 <expression value="hasValue() or (children().count() > id.count())" /> 1252 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1253 </constraint> 1254 <mustSupport value="false" /> 1255 <isModifier value="false" /> 1256 <isSummary value="true" /> 1257 </element> 1258 <element id="MedicationKnowledge.monitoringProgram.id"> 1259 <path value="MedicationKnowledge.monitoringProgram.id" /> 1260 <representation value="xmlAttr" /> 1261 <short value="Unique id for inter-element referencing" /> 1262 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 1263 <min value="0" /> 1264 <max value="1" /> 1265 <base> 1266 <path value="Element.id" /> 1267 <min value="0" /> 1268 <max value="1" /> 1269 </base> 1270 <type> 1271 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 1272 <valueUrl value="string" /> 1273 </extension> 1274 <code value="http://hl7.org/fhirpath/System.String" /> 1275 </type> 1276 <condition value="ele-1" /> 1277 <isModifier value="false" /> 1278 <isSummary value="false" /> 1279 <mapping> 1280 <identity value="rim" /> 1281 <map value="n/a" /> 1282 </mapping> 1283 </element> 1284 <element id="MedicationKnowledge.monitoringProgram.extension"> 1285 <path value="MedicationKnowledge.monitoringProgram.extension" /> 1286 <short value="Additional content defined by implementations" /> 1287 <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." /> 1288 <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." /> 1289 <alias value="extensions" /> 1290 <alias value="user content" /> 1291 <min value="0" /> 1292 <max value="*" /> 1293 <base> 1294 <path value="Element.extension" /> 1295 <min value="0" /> 1296 <max value="*" /> 1297 </base> 1298 <type> 1299 <code value="Extension" /> 1300 </type> 1301 <constraint> 1302 <key value="ele-1" /> 1303 <severity value="error" /> 1304 <human value="All FHIR elements must have a @value or children" /> 1305 <expression value="hasValue() or (children().count() > id.count())" /> 1306 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1307 </constraint> 1308 <constraint> 1309 <key value="ext-1" /> 1310 <severity value="error" /> 1311 <human value="Must have either extensions or value[x], not both" /> 1312 <expression value="extension.exists() != value.exists()" /> 1313 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 1314 </constraint> 1315 <isModifier value="false" /> 1316 <isSummary value="false" /> 1317 <mapping> 1318 <identity value="rim" /> 1319 <map value="n/a" /> 1320 </mapping> 1321 </element> 1322 <element id="MedicationKnowledge.monitoringProgram.modifierExtension"> 1323 <path value="MedicationKnowledge.monitoringProgram.modifierExtension" /> 1324 <short value="Extensions that cannot be ignored even if unrecognized" /> 1325 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 1326 <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." /> 1327 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 1328 <alias value="extensions" /> 1329 <alias value="user content" /> 1330 <alias value="modifiers" /> 1331 <min value="0" /> 1332 <max value="*" /> 1333 <base> 1334 <path value="BackboneElement.modifierExtension" /> 1335 <min value="0" /> 1336 <max value="*" /> 1337 </base> 1338 <type> 1339 <code value="Extension" /> 1340 </type> 1341 <constraint> 1342 <key value="ele-1" /> 1343 <severity value="error" /> 1344 <human value="All FHIR elements must have a @value or children" /> 1345 <expression value="hasValue() or (children().count() > id.count())" /> 1346 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1347 </constraint> 1348 <constraint> 1349 <key value="ext-1" /> 1350 <severity value="error" /> 1351 <human value="Must have either extensions or value[x], not both" /> 1352 <expression value="extension.exists() != value.exists()" /> 1353 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 1354 </constraint> 1355 <isModifier value="true" /> 1356 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 1357 <isSummary value="true" /> 1358 <mapping> 1359 <identity value="rim" /> 1360 <map value="N/A" /> 1361 </mapping> 1362 </element> 1363 <element id="MedicationKnowledge.monitoringProgram.type"> 1364 <path value="MedicationKnowledge.monitoringProgram.type" /> 1365 <short value="Type of program under which the medication is monitored" /> 1366 <definition value="Type of program under which the medication is monitored." /> 1367 <min value="0" /> 1368 <max value="1" /> 1369 <base> 1370 <path value="MedicationKnowledge.monitoringProgram.type" /> 1371 <min value="0" /> 1372 <max value="1" /> 1373 </base> 1374 <type> 1375 <code value="CodeableConcept" /> 1376 </type> 1377 <constraint> 1378 <key value="ele-1" /> 1379 <severity value="error" /> 1380 <human value="All FHIR elements must have a @value or children" /> 1381 <expression value="hasValue() or (children().count() > id.count())" /> 1382 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1383 </constraint> 1384 <mustSupport value="false" /> 1385 <isModifier value="false" /> 1386 <isSummary value="false" /> 1387 </element> 1388 <element id="MedicationKnowledge.monitoringProgram.name"> 1389 <path value="MedicationKnowledge.monitoringProgram.name" /> 1390 <short value="Name of the reviewing program" /> 1391 <definition value="Name of the reviewing program." /> 1392 <min value="0" /> 1393 <max value="1" /> 1394 <base> 1395 <path value="MedicationKnowledge.monitoringProgram.name" /> 1396 <min value="0" /> 1397 <max value="1" /> 1398 </base> 1399 <type> 1400 <code value="string" /> 1401 </type> 1402 <constraint> 1403 <key value="ele-1" /> 1404 <severity value="error" /> 1405 <human value="All FHIR elements must have a @value or children" /> 1406 <expression value="hasValue() or (children().count() > id.count())" /> 1407 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1408 </constraint> 1409 <mustSupport value="false" /> 1410 <isModifier value="false" /> 1411 <isSummary value="false" /> 1412 </element> 1413 <element id="MedicationKnowledge.indicationGuideline"> 1414 <path value="MedicationKnowledge.indicationGuideline" /> 1415 <short value="Guidelines or protocols for administration of the medication for an indication" /> 1416 <definition value="Guidelines or protocols that are applicable for the administration of the medication based on indication." /> 1417 <min value="0" /> 1418 <max value="*" /> 1419 <base> 1420 <path value="MedicationKnowledge.indicationGuideline" /> 1421 <min value="0" /> 1422 <max value="*" /> 1423 </base> 1424 <type> 1425 <code value="BackboneElement" /> 1426 </type> 1427 <constraint> 1428 <key value="ele-1" /> 1429 <severity value="error" /> 1430 <human value="All FHIR elements must have a @value or children" /> 1431 <expression value="hasValue() or (children().count() > id.count())" /> 1432 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1433 </constraint> 1434 <mustSupport value="false" /> 1435 <isModifier value="false" /> 1436 <isSummary value="false" /> 1437 </element> 1438 <element id="MedicationKnowledge.indicationGuideline.id"> 1439 <path value="MedicationKnowledge.indicationGuideline.id" /> 1440 <representation value="xmlAttr" /> 1441 <short value="Unique id for inter-element referencing" /> 1442 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 1443 <min value="0" /> 1444 <max value="1" /> 1445 <base> 1446 <path value="Element.id" /> 1447 <min value="0" /> 1448 <max value="1" /> 1449 </base> 1450 <type> 1451 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 1452 <valueUrl value="string" /> 1453 </extension> 1454 <code value="http://hl7.org/fhirpath/System.String" /> 1455 </type> 1456 <condition value="ele-1" /> 1457 <isModifier value="false" /> 1458 <isSummary value="false" /> 1459 <mapping> 1460 <identity value="rim" /> 1461 <map value="n/a" /> 1462 </mapping> 1463 </element> 1464 <element id="MedicationKnowledge.indicationGuideline.extension"> 1465 <path value="MedicationKnowledge.indicationGuideline.extension" /> 1466 <short value="Additional content defined by implementations" /> 1467 <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." /> 1468 <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." /> 1469 <alias value="extensions" /> 1470 <alias value="user content" /> 1471 <min value="0" /> 1472 <max value="*" /> 1473 <base> 1474 <path value="Element.extension" /> 1475 <min value="0" /> 1476 <max value="*" /> 1477 </base> 1478 <type> 1479 <code value="Extension" /> 1480 </type> 1481 <constraint> 1482 <key value="ele-1" /> 1483 <severity value="error" /> 1484 <human value="All FHIR elements must have a @value or children" /> 1485 <expression value="hasValue() or (children().count() > id.count())" /> 1486 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1487 </constraint> 1488 <constraint> 1489 <key value="ext-1" /> 1490 <severity value="error" /> 1491 <human value="Must have either extensions or value[x], not both" /> 1492 <expression value="extension.exists() != value.exists()" /> 1493 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 1494 </constraint> 1495 <isModifier value="false" /> 1496 <isSummary value="false" /> 1497 <mapping> 1498 <identity value="rim" /> 1499 <map value="n/a" /> 1500 </mapping> 1501 </element> 1502 <element id="MedicationKnowledge.indicationGuideline.modifierExtension"> 1503 <path value="MedicationKnowledge.indicationGuideline.modifierExtension" /> 1504 <short value="Extensions that cannot be ignored even if unrecognized" /> 1505 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 1506 <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." /> 1507 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 1508 <alias value="extensions" /> 1509 <alias value="user content" /> 1510 <alias value="modifiers" /> 1511 <min value="0" /> 1512 <max value="*" /> 1513 <base> 1514 <path value="BackboneElement.modifierExtension" /> 1515 <min value="0" /> 1516 <max value="*" /> 1517 </base> 1518 <type> 1519 <code value="Extension" /> 1520 </type> 1521 <constraint> 1522 <key value="ele-1" /> 1523 <severity value="error" /> 1524 <human value="All FHIR elements must have a @value or children" /> 1525 <expression value="hasValue() or (children().count() > id.count())" /> 1526 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1527 </constraint> 1528 <constraint> 1529 <key value="ext-1" /> 1530 <severity value="error" /> 1531 <human value="Must have either extensions or value[x], not both" /> 1532 <expression value="extension.exists() != value.exists()" /> 1533 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 1534 </constraint> 1535 <isModifier value="true" /> 1536 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 1537 <isSummary value="true" /> 1538 <mapping> 1539 <identity value="rim" /> 1540 <map value="N/A" /> 1541 </mapping> 1542 </element> 1543 <element id="MedicationKnowledge.indicationGuideline.indication"> 1544 <path value="MedicationKnowledge.indicationGuideline.indication" /> 1545 <short value="Indication for use that applies to the specific administration guideline" /> 1546 <definition value="Indication or reason for use of the medication that applies to the specific administration guideline." /> 1547 <min value="0" /> 1548 <max value="*" /> 1549 <base> 1550 <path value="MedicationKnowledge.indicationGuideline.indication" /> 1551 <min value="0" /> 1552 <max value="*" /> 1553 </base> 1554 <type> 1555 <code value="CodeableReference" /> 1556 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition" /> 1557 </type> 1558 <constraint> 1559 <key value="ele-1" /> 1560 <severity value="error" /> 1561 <human value="All FHIR elements must have a @value or children" /> 1562 <expression value="hasValue() or (children().count() > id.count())" /> 1563 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1564 </constraint> 1565 <mustSupport value="false" /> 1566 <isModifier value="false" /> 1567 <isSummary value="false" /> 1568 </element> 1569 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline"> 1570 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline" /> 1571 <short value="Guidelines for dosage of the medication" /> 1572 <definition value="The guidelines for the dosage of the medication for the indication." /> 1573 <min value="0" /> 1574 <max value="*" /> 1575 <base> 1576 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline" /> 1577 <min value="0" /> 1578 <max value="*" /> 1579 </base> 1580 <type> 1581 <code value="BackboneElement" /> 1582 </type> 1583 <constraint> 1584 <key value="ele-1" /> 1585 <severity value="error" /> 1586 <human value="All FHIR elements must have a @value or children" /> 1587 <expression value="hasValue() or (children().count() > id.count())" /> 1588 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1589 </constraint> 1590 <mustSupport value="false" /> 1591 <isModifier value="false" /> 1592 <isSummary value="false" /> 1593 </element> 1594 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.id"> 1595 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.id" /> 1596 <representation value="xmlAttr" /> 1597 <short value="Unique id for inter-element referencing" /> 1598 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 1599 <min value="0" /> 1600 <max value="1" /> 1601 <base> 1602 <path value="Element.id" /> 1603 <min value="0" /> 1604 <max value="1" /> 1605 </base> 1606 <type> 1607 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 1608 <valueUrl value="string" /> 1609 </extension> 1610 <code value="http://hl7.org/fhirpath/System.String" /> 1611 </type> 1612 <condition value="ele-1" /> 1613 <isModifier value="false" /> 1614 <isSummary value="false" /> 1615 <mapping> 1616 <identity value="rim" /> 1617 <map value="n/a" /> 1618 </mapping> 1619 </element> 1620 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.extension"> 1621 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.extension" /> 1622 <short value="Additional content defined by implementations" /> 1623 <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." /> 1624 <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." /> 1625 <alias value="extensions" /> 1626 <alias value="user content" /> 1627 <min value="0" /> 1628 <max value="*" /> 1629 <base> 1630 <path value="Element.extension" /> 1631 <min value="0" /> 1632 <max value="*" /> 1633 </base> 1634 <type> 1635 <code value="Extension" /> 1636 </type> 1637 <constraint> 1638 <key value="ele-1" /> 1639 <severity value="error" /> 1640 <human value="All FHIR elements must have a @value or children" /> 1641 <expression value="hasValue() or (children().count() > id.count())" /> 1642 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1643 </constraint> 1644 <constraint> 1645 <key value="ext-1" /> 1646 <severity value="error" /> 1647 <human value="Must have either extensions or value[x], not both" /> 1648 <expression value="extension.exists() != value.exists()" /> 1649 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 1650 </constraint> 1651 <isModifier value="false" /> 1652 <isSummary value="false" /> 1653 <mapping> 1654 <identity value="rim" /> 1655 <map value="n/a" /> 1656 </mapping> 1657 </element> 1658 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.modifierExtension"> 1659 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.modifierExtension" /> 1660 <short value="Extensions that cannot be ignored even if unrecognized" /> 1661 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 1662 <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." /> 1663 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 1664 <alias value="extensions" /> 1665 <alias value="user content" /> 1666 <alias value="modifiers" /> 1667 <min value="0" /> 1668 <max value="*" /> 1669 <base> 1670 <path value="BackboneElement.modifierExtension" /> 1671 <min value="0" /> 1672 <max value="*" /> 1673 </base> 1674 <type> 1675 <code value="Extension" /> 1676 </type> 1677 <constraint> 1678 <key value="ele-1" /> 1679 <severity value="error" /> 1680 <human value="All FHIR elements must have a @value or children" /> 1681 <expression value="hasValue() or (children().count() > id.count())" /> 1682 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1683 </constraint> 1684 <constraint> 1685 <key value="ext-1" /> 1686 <severity value="error" /> 1687 <human value="Must have either extensions or value[x], not both" /> 1688 <expression value="extension.exists() != value.exists()" /> 1689 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 1690 </constraint> 1691 <isModifier value="true" /> 1692 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 1693 <isSummary value="true" /> 1694 <mapping> 1695 <identity value="rim" /> 1696 <map value="N/A" /> 1697 </mapping> 1698 </element> 1699 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.treatmentIntent"> 1700 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.treatmentIntent" /> 1701 <short value="Intention of the treatment" /> 1702 <definition value="The overall intention of the treatment, for example, prophylactic, supporative, curative, etc." /> 1703 <min value="0" /> 1704 <max value="1" /> 1705 <base> 1706 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.treatmentIntent" /> 1707 <min value="0" /> 1708 <max value="1" /> 1709 </base> 1710 <type> 1711 <code value="CodeableConcept" /> 1712 </type> 1713 <constraint> 1714 <key value="ele-1" /> 1715 <severity value="error" /> 1716 <human value="All FHIR elements must have a @value or children" /> 1717 <expression value="hasValue() or (children().count() > id.count())" /> 1718 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1719 </constraint> 1720 <mustSupport value="false" /> 1721 <isModifier value="false" /> 1722 <isSummary value="false" /> 1723 </element> 1724 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage"> 1725 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage" /> 1726 <short value="Dosage for the medication for the specific guidelines" /> 1727 <definition value="Dosage for the medication for the specific guidelines." /> 1728 <min value="0" /> 1729 <max value="*" /> 1730 <base> 1731 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage" /> 1732 <min value="0" /> 1733 <max value="*" /> 1734 </base> 1735 <type> 1736 <code value="BackboneElement" /> 1737 </type> 1738 <constraint> 1739 <key value="ele-1" /> 1740 <severity value="error" /> 1741 <human value="All FHIR elements must have a @value or children" /> 1742 <expression value="hasValue() or (children().count() > id.count())" /> 1743 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1744 </constraint> 1745 <mustSupport value="false" /> 1746 <isModifier value="false" /> 1747 <isSummary value="false" /> 1748 </element> 1749 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.id"> 1750 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.id" /> 1751 <representation value="xmlAttr" /> 1752 <short value="Unique id for inter-element referencing" /> 1753 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 1754 <min value="0" /> 1755 <max value="1" /> 1756 <base> 1757 <path value="Element.id" /> 1758 <min value="0" /> 1759 <max value="1" /> 1760 </base> 1761 <type> 1762 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 1763 <valueUrl value="string" /> 1764 </extension> 1765 <code value="http://hl7.org/fhirpath/System.String" /> 1766 </type> 1767 <condition value="ele-1" /> 1768 <isModifier value="false" /> 1769 <isSummary value="false" /> 1770 <mapping> 1771 <identity value="rim" /> 1772 <map value="n/a" /> 1773 </mapping> 1774 </element> 1775 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.extension"> 1776 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.extension" /> 1777 <short value="Additional content defined by implementations" /> 1778 <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." /> 1779 <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." /> 1780 <alias value="extensions" /> 1781 <alias value="user content" /> 1782 <min value="0" /> 1783 <max value="*" /> 1784 <base> 1785 <path value="Element.extension" /> 1786 <min value="0" /> 1787 <max value="*" /> 1788 </base> 1789 <type> 1790 <code value="Extension" /> 1791 </type> 1792 <constraint> 1793 <key value="ele-1" /> 1794 <severity value="error" /> 1795 <human value="All FHIR elements must have a @value or children" /> 1796 <expression value="hasValue() or (children().count() > id.count())" /> 1797 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1798 </constraint> 1799 <constraint> 1800 <key value="ext-1" /> 1801 <severity value="error" /> 1802 <human value="Must have either extensions or value[x], not both" /> 1803 <expression value="extension.exists() != value.exists()" /> 1804 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 1805 </constraint> 1806 <isModifier value="false" /> 1807 <isSummary value="false" /> 1808 <mapping> 1809 <identity value="rim" /> 1810 <map value="n/a" /> 1811 </mapping> 1812 </element> 1813 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.modifierExtension"> 1814 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.modifierExtension" /> 1815 <short value="Extensions that cannot be ignored even if unrecognized" /> 1816 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 1817 <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." /> 1818 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 1819 <alias value="extensions" /> 1820 <alias value="user content" /> 1821 <alias value="modifiers" /> 1822 <min value="0" /> 1823 <max value="*" /> 1824 <base> 1825 <path value="BackboneElement.modifierExtension" /> 1826 <min value="0" /> 1827 <max value="*" /> 1828 </base> 1829 <type> 1830 <code value="Extension" /> 1831 </type> 1832 <constraint> 1833 <key value="ele-1" /> 1834 <severity value="error" /> 1835 <human value="All FHIR elements must have a @value or children" /> 1836 <expression value="hasValue() or (children().count() > id.count())" /> 1837 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1838 </constraint> 1839 <constraint> 1840 <key value="ext-1" /> 1841 <severity value="error" /> 1842 <human value="Must have either extensions or value[x], not both" /> 1843 <expression value="extension.exists() != value.exists()" /> 1844 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 1845 </constraint> 1846 <isModifier value="true" /> 1847 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 1848 <isSummary value="true" /> 1849 <mapping> 1850 <identity value="rim" /> 1851 <map value="N/A" /> 1852 </mapping> 1853 </element> 1854 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.type"> 1855 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.type" /> 1856 <short value="Category of dosage for a medication" /> 1857 <definition value="The type or category of dosage for a given medication (for example, prophylaxis, maintenance, therapeutic, etc.)." /> 1858 <min value="1" /> 1859 <max value="1" /> 1860 <base> 1861 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.type" /> 1862 <min value="1" /> 1863 <max value="1" /> 1864 </base> 1865 <type> 1866 <code value="CodeableConcept" /> 1867 </type> 1868 <constraint> 1869 <key value="ele-1" /> 1870 <severity value="error" /> 1871 <human value="All FHIR elements must have a @value or children" /> 1872 <expression value="hasValue() or (children().count() > id.count())" /> 1873 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1874 </constraint> 1875 <mustSupport value="false" /> 1876 <isModifier value="false" /> 1877 <isSummary value="false" /> 1878 </element> 1879 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.dosage"> 1880 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.dosage" /> 1881 <short value="Dosage for the medication for the specific guidelines" /> 1882 <definition value="Dosage for the medication for the specific guidelines." /> 1883 <min value="1" /> 1884 <max value="*" /> 1885 <base> 1886 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.dosage" /> 1887 <min value="1" /> 1888 <max value="*" /> 1889 </base> 1890 <type> 1891 <code value="Dosage" /> 1892 </type> 1893 <constraint> 1894 <key value="ele-1" /> 1895 <severity value="error" /> 1896 <human value="All FHIR elements must have a @value or children" /> 1897 <expression value="hasValue() or (children().count() > id.count())" /> 1898 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1899 </constraint> 1900 <mustSupport value="false" /> 1901 <isModifier value="false" /> 1902 <isSummary value="false" /> 1903 </element> 1904 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.administrationTreatment"> 1905 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.administrationTreatment" /> 1906 <short value="Type of treatment the guideline applies to" /> 1907 <definition value="The type of the treatment that the guideline applies to, for example, long term therapy, first line treatment, etc." /> 1908 <min value="0" /> 1909 <max value="1" /> 1910 <base> 1911 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.administrationTreatment" /> 1912 <min value="0" /> 1913 <max value="1" /> 1914 </base> 1915 <type> 1916 <code value="CodeableConcept" /> 1917 </type> 1918 <constraint> 1919 <key value="ele-1" /> 1920 <severity value="error" /> 1921 <human value="All FHIR elements must have a @value or children" /> 1922 <expression value="hasValue() or (children().count() > id.count())" /> 1923 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1924 </constraint> 1925 <mustSupport value="false" /> 1926 <isModifier value="false" /> 1927 <isSummary value="false" /> 1928 </element> 1929 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic"> 1930 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic" /> 1931 <short value="Characteristics of the patient that are relevant to the administration guidelines" /> 1932 <definition value="Characteristics of the patient that are relevant to the administration guidelines (for example, height, weight, gender, etc.)." /> 1933 <min value="0" /> 1934 <max value="*" /> 1935 <base> 1936 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic" /> 1937 <min value="0" /> 1938 <max value="*" /> 1939 </base> 1940 <type> 1941 <code value="BackboneElement" /> 1942 </type> 1943 <constraint> 1944 <key value="ele-1" /> 1945 <severity value="error" /> 1946 <human value="All FHIR elements must have a @value or children" /> 1947 <expression value="hasValue() or (children().count() > id.count())" /> 1948 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 1949 </constraint> 1950 <mustSupport value="false" /> 1951 <isModifier value="false" /> 1952 <isSummary value="false" /> 1953 </element> 1954 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.id"> 1955 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.id" /> 1956 <representation value="xmlAttr" /> 1957 <short value="Unique id for inter-element referencing" /> 1958 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 1959 <min value="0" /> 1960 <max value="1" /> 1961 <base> 1962 <path value="Element.id" /> 1963 <min value="0" /> 1964 <max value="1" /> 1965 </base> 1966 <type> 1967 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 1968 <valueUrl value="string" /> 1969 </extension> 1970 <code value="http://hl7.org/fhirpath/System.String" /> 1971 </type> 1972 <condition value="ele-1" /> 1973 <isModifier value="false" /> 1974 <isSummary value="false" /> 1975 <mapping> 1976 <identity value="rim" /> 1977 <map value="n/a" /> 1978 </mapping> 1979 </element> 1980 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.extension"> 1981 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.extension" /> 1982 <short value="Additional content defined by implementations" /> 1983 <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." /> 1984 <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." /> 1985 <alias value="extensions" /> 1986 <alias value="user content" /> 1987 <min value="0" /> 1988 <max value="*" /> 1989 <base> 1990 <path value="Element.extension" /> 1991 <min value="0" /> 1992 <max value="*" /> 1993 </base> 1994 <type> 1995 <code value="Extension" /> 1996 </type> 1997 <constraint> 1998 <key value="ele-1" /> 1999 <severity value="error" /> 2000 <human value="All FHIR elements must have a @value or children" /> 2001 <expression value="hasValue() or (children().count() > id.count())" /> 2002 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2003 </constraint> 2004 <constraint> 2005 <key value="ext-1" /> 2006 <severity value="error" /> 2007 <human value="Must have either extensions or value[x], not both" /> 2008 <expression value="extension.exists() != value.exists()" /> 2009 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 2010 </constraint> 2011 <isModifier value="false" /> 2012 <isSummary value="false" /> 2013 <mapping> 2014 <identity value="rim" /> 2015 <map value="n/a" /> 2016 </mapping> 2017 </element> 2018 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.modifierExtension"> 2019 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.modifierExtension" /> 2020 <short value="Extensions that cannot be ignored even if unrecognized" /> 2021 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 2022 <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." /> 2023 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 2024 <alias value="extensions" /> 2025 <alias value="user content" /> 2026 <alias value="modifiers" /> 2027 <min value="0" /> 2028 <max value="*" /> 2029 <base> 2030 <path value="BackboneElement.modifierExtension" /> 2031 <min value="0" /> 2032 <max value="*" /> 2033 </base> 2034 <type> 2035 <code value="Extension" /> 2036 </type> 2037 <constraint> 2038 <key value="ele-1" /> 2039 <severity value="error" /> 2040 <human value="All FHIR elements must have a @value or children" /> 2041 <expression value="hasValue() or (children().count() > id.count())" /> 2042 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2043 </constraint> 2044 <constraint> 2045 <key value="ext-1" /> 2046 <severity value="error" /> 2047 <human value="Must have either extensions or value[x], not both" /> 2048 <expression value="extension.exists() != value.exists()" /> 2049 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 2050 </constraint> 2051 <isModifier value="true" /> 2052 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 2053 <isSummary value="true" /> 2054 <mapping> 2055 <identity value="rim" /> 2056 <map value="N/A" /> 2057 </mapping> 2058 </element> 2059 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.type"> 2060 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.type" /> 2061 <short value="Categorization of specific characteristic that is relevant to the administration guideline" /> 2062 <definition value="The categorization of the specific characteristic that is relevant to the administration guideline (e.g. height, weight, gender)." /> 2063 <min value="1" /> 2064 <max value="1" /> 2065 <base> 2066 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.type" /> 2067 <min value="1" /> 2068 <max value="1" /> 2069 </base> 2070 <type> 2071 <code value="CodeableConcept" /> 2072 </type> 2073 <constraint> 2074 <key value="ele-1" /> 2075 <severity value="error" /> 2076 <human value="All FHIR elements must have a @value or children" /> 2077 <expression value="hasValue() or (children().count() > id.count())" /> 2078 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2079 </constraint> 2080 <mustSupport value="false" /> 2081 <isModifier value="false" /> 2082 <isSummary value="false" /> 2083 </element> 2084 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.value[x]"> 2085 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.value[x]" /> 2086 <short value="The specific characteristic" /> 2087 <definition value="The specific characteristic (e.g. height, weight, gender, etc.)." /> 2088 <min value="0" /> 2089 <max value="1" /> 2090 <base> 2091 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.value[x]" /> 2092 <min value="0" /> 2093 <max value="1" /> 2094 </base> 2095 <type> 2096 <code value="CodeableConcept" /> 2097 </type> 2098 <type> 2099 <code value="Quantity" /> 2100 </type> 2101 <type> 2102 <code value="Range" /> 2103 </type> 2104 <constraint> 2105 <key value="ele-1" /> 2106 <severity value="error" /> 2107 <human value="All FHIR elements must have a @value or children" /> 2108 <expression value="hasValue() or (children().count() > id.count())" /> 2109 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2110 </constraint> 2111 <mustSupport value="false" /> 2112 <isModifier value="false" /> 2113 <isSummary value="false" /> 2114 </element> 2115 <element id="MedicationKnowledge.medicineClassification"> 2116 <path value="MedicationKnowledge.medicineClassification" /> 2117 <short value="Categorization of the medication within a formulary or classification system" /> 2118 <definition value="Categorization of the medication within a formulary or classification system." /> 2119 <min value="0" /> 2120 <max value="*" /> 2121 <base> 2122 <path value="MedicationKnowledge.medicineClassification" /> 2123 <min value="0" /> 2124 <max value="*" /> 2125 </base> 2126 <type> 2127 <code value="BackboneElement" /> 2128 </type> 2129 <constraint> 2130 <key value="ele-1" /> 2131 <severity value="error" /> 2132 <human value="All FHIR elements must have a @value or children" /> 2133 <expression value="hasValue() or (children().count() > id.count())" /> 2134 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2135 </constraint> 2136 <mustSupport value="false" /> 2137 <isModifier value="false" /> 2138 <isSummary value="false" /> 2139 </element> 2140 <element id="MedicationKnowledge.medicineClassification.id"> 2141 <path value="MedicationKnowledge.medicineClassification.id" /> 2142 <representation value="xmlAttr" /> 2143 <short value="Unique id for inter-element referencing" /> 2144 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 2145 <min value="0" /> 2146 <max value="1" /> 2147 <base> 2148 <path value="Element.id" /> 2149 <min value="0" /> 2150 <max value="1" /> 2151 </base> 2152 <type> 2153 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 2154 <valueUrl value="string" /> 2155 </extension> 2156 <code value="http://hl7.org/fhirpath/System.String" /> 2157 </type> 2158 <condition value="ele-1" /> 2159 <isModifier value="false" /> 2160 <isSummary value="false" /> 2161 <mapping> 2162 <identity value="rim" /> 2163 <map value="n/a" /> 2164 </mapping> 2165 </element> 2166 <element id="MedicationKnowledge.medicineClassification.extension"> 2167 <path value="MedicationKnowledge.medicineClassification.extension" /> 2168 <short value="Additional content defined by implementations" /> 2169 <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." /> 2170 <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." /> 2171 <alias value="extensions" /> 2172 <alias value="user content" /> 2173 <min value="0" /> 2174 <max value="*" /> 2175 <base> 2176 <path value="Element.extension" /> 2177 <min value="0" /> 2178 <max value="*" /> 2179 </base> 2180 <type> 2181 <code value="Extension" /> 2182 </type> 2183 <constraint> 2184 <key value="ele-1" /> 2185 <severity value="error" /> 2186 <human value="All FHIR elements must have a @value or children" /> 2187 <expression value="hasValue() or (children().count() > id.count())" /> 2188 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2189 </constraint> 2190 <constraint> 2191 <key value="ext-1" /> 2192 <severity value="error" /> 2193 <human value="Must have either extensions or value[x], not both" /> 2194 <expression value="extension.exists() != value.exists()" /> 2195 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 2196 </constraint> 2197 <isModifier value="false" /> 2198 <isSummary value="false" /> 2199 <mapping> 2200 <identity value="rim" /> 2201 <map value="n/a" /> 2202 </mapping> 2203 </element> 2204 <element id="MedicationKnowledge.medicineClassification.modifierExtension"> 2205 <path value="MedicationKnowledge.medicineClassification.modifierExtension" /> 2206 <short value="Extensions that cannot be ignored even if unrecognized" /> 2207 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 2208 <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." /> 2209 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 2210 <alias value="extensions" /> 2211 <alias value="user content" /> 2212 <alias value="modifiers" /> 2213 <min value="0" /> 2214 <max value="*" /> 2215 <base> 2216 <path value="BackboneElement.modifierExtension" /> 2217 <min value="0" /> 2218 <max value="*" /> 2219 </base> 2220 <type> 2221 <code value="Extension" /> 2222 </type> 2223 <constraint> 2224 <key value="ele-1" /> 2225 <severity value="error" /> 2226 <human value="All FHIR elements must have a @value or children" /> 2227 <expression value="hasValue() or (children().count() > id.count())" /> 2228 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2229 </constraint> 2230 <constraint> 2231 <key value="ext-1" /> 2232 <severity value="error" /> 2233 <human value="Must have either extensions or value[x], not both" /> 2234 <expression value="extension.exists() != value.exists()" /> 2235 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 2236 </constraint> 2237 <isModifier value="true" /> 2238 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 2239 <isSummary value="true" /> 2240 <mapping> 2241 <identity value="rim" /> 2242 <map value="N/A" /> 2243 </mapping> 2244 </element> 2245 <element id="MedicationKnowledge.medicineClassification.type"> 2246 <path value="MedicationKnowledge.medicineClassification.type" /> 2247 <short value="The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)" /> 2248 <definition value="The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)." /> 2249 <min value="1" /> 2250 <max value="1" /> 2251 <base> 2252 <path value="MedicationKnowledge.medicineClassification.type" /> 2253 <min value="1" /> 2254 <max value="1" /> 2255 </base> 2256 <type> 2257 <code value="CodeableConcept" /> 2258 </type> 2259 <constraint> 2260 <key value="ele-1" /> 2261 <severity value="error" /> 2262 <human value="All FHIR elements must have a @value or children" /> 2263 <expression value="hasValue() or (children().count() > id.count())" /> 2264 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2265 </constraint> 2266 <mustSupport value="false" /> 2267 <isModifier value="false" /> 2268 <isSummary value="false" /> 2269 </element> 2270 <element id="MedicationKnowledge.medicineClassification.source[x]"> 2271 <path value="MedicationKnowledge.medicineClassification.source[x]" /> 2272 <short value="The source of the classification" /> 2273 <definition value="Either a textual source of the classification or a reference to an online source." /> 2274 <min value="0" /> 2275 <max value="1" /> 2276 <base> 2277 <path value="MedicationKnowledge.medicineClassification.source[x]" /> 2278 <min value="0" /> 2279 <max value="1" /> 2280 </base> 2281 <type> 2282 <code value="string" /> 2283 </type> 2284 <type> 2285 <code value="uri" /> 2286 </type> 2287 <constraint> 2288 <key value="ele-1" /> 2289 <severity value="error" /> 2290 <human value="All FHIR elements must have a @value or children" /> 2291 <expression value="hasValue() or (children().count() > id.count())" /> 2292 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2293 </constraint> 2294 <mustSupport value="false" /> 2295 <isModifier value="false" /> 2296 <isSummary value="false" /> 2297 </element> 2298 <element id="MedicationKnowledge.medicineClassification.classification"> 2299 <path value="MedicationKnowledge.medicineClassification.classification" /> 2300 <short value="Specific category assigned to the medication" /> 2301 <definition value="Specific category assigned to the medication (e.g. anti-infective, anti-hypertensive, antibiotic, etc.)." /> 2302 <min value="0" /> 2303 <max value="*" /> 2304 <base> 2305 <path value="MedicationKnowledge.medicineClassification.classification" /> 2306 <min value="0" /> 2307 <max value="*" /> 2308 </base> 2309 <type> 2310 <code value="CodeableConcept" /> 2311 </type> 2312 <constraint> 2313 <key value="ele-1" /> 2314 <severity value="error" /> 2315 <human value="All FHIR elements must have a @value or children" /> 2316 <expression value="hasValue() or (children().count() > id.count())" /> 2317 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2318 </constraint> 2319 <mustSupport value="false" /> 2320 <isModifier value="false" /> 2321 <isSummary value="false" /> 2322 </element> 2323 <element id="MedicationKnowledge.packaging"> 2324 <path value="MedicationKnowledge.packaging" /> 2325 <short value="Details about packaged medications" /> 2326 <definition value="Information that only applies to packages (not products)." /> 2327 <min value="0" /> 2328 <max value="*" /> 2329 <base> 2330 <path value="MedicationKnowledge.packaging" /> 2331 <min value="0" /> 2332 <max value="*" /> 2333 </base> 2334 <type> 2335 <code value="BackboneElement" /> 2336 </type> 2337 <constraint> 2338 <key value="ele-1" /> 2339 <severity value="error" /> 2340 <human value="All FHIR elements must have a @value or children" /> 2341 <expression value="hasValue() or (children().count() > id.count())" /> 2342 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2343 </constraint> 2344 <mustSupport value="false" /> 2345 <isModifier value="false" /> 2346 <isSummary value="false" /> 2347 </element> 2348 <element id="MedicationKnowledge.packaging.id"> 2349 <path value="MedicationKnowledge.packaging.id" /> 2350 <representation value="xmlAttr" /> 2351 <short value="Unique id for inter-element referencing" /> 2352 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 2353 <min value="0" /> 2354 <max value="1" /> 2355 <base> 2356 <path value="Element.id" /> 2357 <min value="0" /> 2358 <max value="1" /> 2359 </base> 2360 <type> 2361 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 2362 <valueUrl value="string" /> 2363 </extension> 2364 <code value="http://hl7.org/fhirpath/System.String" /> 2365 </type> 2366 <condition value="ele-1" /> 2367 <isModifier value="false" /> 2368 <isSummary value="false" /> 2369 <mapping> 2370 <identity value="rim" /> 2371 <map value="n/a" /> 2372 </mapping> 2373 </element> 2374 <element id="MedicationKnowledge.packaging.extension"> 2375 <path value="MedicationKnowledge.packaging.extension" /> 2376 <short value="Additional content defined by implementations" /> 2377 <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." /> 2378 <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." /> 2379 <alias value="extensions" /> 2380 <alias value="user content" /> 2381 <min value="0" /> 2382 <max value="*" /> 2383 <base> 2384 <path value="Element.extension" /> 2385 <min value="0" /> 2386 <max value="*" /> 2387 </base> 2388 <type> 2389 <code value="Extension" /> 2390 </type> 2391 <constraint> 2392 <key value="ele-1" /> 2393 <severity value="error" /> 2394 <human value="All FHIR elements must have a @value or children" /> 2395 <expression value="hasValue() or (children().count() > id.count())" /> 2396 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2397 </constraint> 2398 <constraint> 2399 <key value="ext-1" /> 2400 <severity value="error" /> 2401 <human value="Must have either extensions or value[x], not both" /> 2402 <expression value="extension.exists() != value.exists()" /> 2403 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 2404 </constraint> 2405 <isModifier value="false" /> 2406 <isSummary value="false" /> 2407 <mapping> 2408 <identity value="rim" /> 2409 <map value="n/a" /> 2410 </mapping> 2411 </element> 2412 <element id="MedicationKnowledge.packaging.modifierExtension"> 2413 <path value="MedicationKnowledge.packaging.modifierExtension" /> 2414 <short value="Extensions that cannot be ignored even if unrecognized" /> 2415 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 2416 <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." /> 2417 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 2418 <alias value="extensions" /> 2419 <alias value="user content" /> 2420 <alias value="modifiers" /> 2421 <min value="0" /> 2422 <max value="*" /> 2423 <base> 2424 <path value="BackboneElement.modifierExtension" /> 2425 <min value="0" /> 2426 <max value="*" /> 2427 </base> 2428 <type> 2429 <code value="Extension" /> 2430 </type> 2431 <constraint> 2432 <key value="ele-1" /> 2433 <severity value="error" /> 2434 <human value="All FHIR elements must have a @value or children" /> 2435 <expression value="hasValue() or (children().count() > id.count())" /> 2436 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2437 </constraint> 2438 <constraint> 2439 <key value="ext-1" /> 2440 <severity value="error" /> 2441 <human value="Must have either extensions or value[x], not both" /> 2442 <expression value="extension.exists() != value.exists()" /> 2443 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 2444 </constraint> 2445 <isModifier value="true" /> 2446 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 2447 <isSummary value="true" /> 2448 <mapping> 2449 <identity value="rim" /> 2450 <map value="N/A" /> 2451 </mapping> 2452 </element> 2453 <element id="MedicationKnowledge.packaging.cost"> 2454 <path value="MedicationKnowledge.packaging.cost" /> 2455 <short value="Cost of the packaged medication" /> 2456 <definition value="The cost of the packaged medication." /> 2457 <min value="0" /> 2458 <max value="*" /> 2459 <base> 2460 <path value="MedicationKnowledge.packaging.cost" /> 2461 <min value="0" /> 2462 <max value="*" /> 2463 </base> 2464 <contentReference value="#MedicationKnowledge.cost" /> 2465 <constraint> 2466 <key value="ele-1" /> 2467 <severity value="error" /> 2468 <human value="All FHIR elements must have a @value or children" /> 2469 <expression value="hasValue() or (children().count() > id.count())" /> 2470 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2471 </constraint> 2472 <mustSupport value="false" /> 2473 <isModifier value="false" /> 2474 <isSummary value="false" /> 2475 </element> 2476 <element id="MedicationKnowledge.packaging.packagedProduct"> 2477 <path value="MedicationKnowledge.packaging.packagedProduct" /> 2478 <short value="The packaged medication that is being priced" /> 2479 <definition value="A reference to a PackagedProductDefinition that provides the details of the product that is in the packaging and is being priced." /> 2480 <min value="0" /> 2481 <max value="1" /> 2482 <base> 2483 <path value="MedicationKnowledge.packaging.packagedProduct" /> 2484 <min value="0" /> 2485 <max value="1" /> 2486 </base> 2487 <type> 2488 <code value="Reference" /> 2489 <targetProfile value="http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition" /> 2490 </type> 2491 <constraint> 2492 <key value="ele-1" /> 2493 <severity value="error" /> 2494 <human value="All FHIR elements must have a @value or children" /> 2495 <expression value="hasValue() or (children().count() > id.count())" /> 2496 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2497 </constraint> 2498 <mustSupport value="false" /> 2499 <isModifier value="false" /> 2500 <isSummary value="false" /> 2501 </element> 2502 <element id="MedicationKnowledge.clinicalUseIssue"> 2503 <path value="MedicationKnowledge.clinicalUseIssue" /> 2504 <short value="Potential clinical issue with or between medication(s)" /> 2505 <definition value="Potential clinical issue with or between medication(s) (for example, drug-drug interaction, drug-disease contraindication, drug-allergy interaction, etc.)." /> 2506 <min value="0" /> 2507 <max value="*" /> 2508 <base> 2509 <path value="MedicationKnowledge.clinicalUseIssue" /> 2510 <min value="0" /> 2511 <max value="*" /> 2512 </base> 2513 <type> 2514 <code value="Reference" /> 2515 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition" /> 2516 </type> 2517 <constraint> 2518 <key value="ele-1" /> 2519 <severity value="error" /> 2520 <human value="All FHIR elements must have a @value or children" /> 2521 <expression value="hasValue() or (children().count() > id.count())" /> 2522 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2523 </constraint> 2524 <mustSupport value="false" /> 2525 <isModifier value="false" /> 2526 <isSummary value="false" /> 2527 </element> 2528 <element id="MedicationKnowledge.storageGuideline"> 2529 <path value="MedicationKnowledge.storageGuideline" /> 2530 <short value="How the medication should be stored" /> 2531 <definition value="Information on how the medication should be stored, for example, refrigeration temperatures and length of stability at a given temperature." /> 2532 <min value="0" /> 2533 <max value="*" /> 2534 <base> 2535 <path value="MedicationKnowledge.storageGuideline" /> 2536 <min value="0" /> 2537 <max value="*" /> 2538 </base> 2539 <type> 2540 <code value="BackboneElement" /> 2541 </type> 2542 <constraint> 2543 <key value="ele-1" /> 2544 <severity value="error" /> 2545 <human value="All FHIR elements must have a @value or children" /> 2546 <expression value="hasValue() or (children().count() > id.count())" /> 2547 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2548 </constraint> 2549 <mustSupport value="false" /> 2550 <isModifier value="false" /> 2551 <isSummary value="false" /> 2552 </element> 2553 <element id="MedicationKnowledge.storageGuideline.id"> 2554 <path value="MedicationKnowledge.storageGuideline.id" /> 2555 <representation value="xmlAttr" /> 2556 <short value="Unique id for inter-element referencing" /> 2557 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 2558 <min value="0" /> 2559 <max value="1" /> 2560 <base> 2561 <path value="Element.id" /> 2562 <min value="0" /> 2563 <max value="1" /> 2564 </base> 2565 <type> 2566 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 2567 <valueUrl value="string" /> 2568 </extension> 2569 <code value="http://hl7.org/fhirpath/System.String" /> 2570 </type> 2571 <condition value="ele-1" /> 2572 <isModifier value="false" /> 2573 <isSummary value="false" /> 2574 <mapping> 2575 <identity value="rim" /> 2576 <map value="n/a" /> 2577 </mapping> 2578 </element> 2579 <element id="MedicationKnowledge.storageGuideline.extension"> 2580 <path value="MedicationKnowledge.storageGuideline.extension" /> 2581 <short value="Additional content defined by implementations" /> 2582 <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." /> 2583 <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." /> 2584 <alias value="extensions" /> 2585 <alias value="user content" /> 2586 <min value="0" /> 2587 <max value="*" /> 2588 <base> 2589 <path value="Element.extension" /> 2590 <min value="0" /> 2591 <max value="*" /> 2592 </base> 2593 <type> 2594 <code value="Extension" /> 2595 </type> 2596 <constraint> 2597 <key value="ele-1" /> 2598 <severity value="error" /> 2599 <human value="All FHIR elements must have a @value or children" /> 2600 <expression value="hasValue() or (children().count() > id.count())" /> 2601 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2602 </constraint> 2603 <constraint> 2604 <key value="ext-1" /> 2605 <severity value="error" /> 2606 <human value="Must have either extensions or value[x], not both" /> 2607 <expression value="extension.exists() != value.exists()" /> 2608 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 2609 </constraint> 2610 <isModifier value="false" /> 2611 <isSummary value="false" /> 2612 <mapping> 2613 <identity value="rim" /> 2614 <map value="n/a" /> 2615 </mapping> 2616 </element> 2617 <element id="MedicationKnowledge.storageGuideline.modifierExtension"> 2618 <path value="MedicationKnowledge.storageGuideline.modifierExtension" /> 2619 <short value="Extensions that cannot be ignored even if unrecognized" /> 2620 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 2621 <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." /> 2622 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 2623 <alias value="extensions" /> 2624 <alias value="user content" /> 2625 <alias value="modifiers" /> 2626 <min value="0" /> 2627 <max value="*" /> 2628 <base> 2629 <path value="BackboneElement.modifierExtension" /> 2630 <min value="0" /> 2631 <max value="*" /> 2632 </base> 2633 <type> 2634 <code value="Extension" /> 2635 </type> 2636 <constraint> 2637 <key value="ele-1" /> 2638 <severity value="error" /> 2639 <human value="All FHIR elements must have a @value or children" /> 2640 <expression value="hasValue() or (children().count() > id.count())" /> 2641 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2642 </constraint> 2643 <constraint> 2644 <key value="ext-1" /> 2645 <severity value="error" /> 2646 <human value="Must have either extensions or value[x], not both" /> 2647 <expression value="extension.exists() != value.exists()" /> 2648 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 2649 </constraint> 2650 <isModifier value="true" /> 2651 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 2652 <isSummary value="true" /> 2653 <mapping> 2654 <identity value="rim" /> 2655 <map value="N/A" /> 2656 </mapping> 2657 </element> 2658 <element id="MedicationKnowledge.storageGuideline.reference"> 2659 <path value="MedicationKnowledge.storageGuideline.reference" /> 2660 <short value="Reference to additional information" /> 2661 <definition value="Reference to additional information about the storage guidelines." /> 2662 <min value="0" /> 2663 <max value="1" /> 2664 <base> 2665 <path value="MedicationKnowledge.storageGuideline.reference" /> 2666 <min value="0" /> 2667 <max value="1" /> 2668 </base> 2669 <type> 2670 <code value="uri" /> 2671 </type> 2672 <constraint> 2673 <key value="ele-1" /> 2674 <severity value="error" /> 2675 <human value="All FHIR elements must have a @value or children" /> 2676 <expression value="hasValue() or (children().count() > id.count())" /> 2677 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2678 </constraint> 2679 <mustSupport value="false" /> 2680 <isModifier value="false" /> 2681 <isSummary value="false" /> 2682 </element> 2683 <element id="MedicationKnowledge.storageGuideline.note"> 2684 <path value="MedicationKnowledge.storageGuideline.note" /> 2685 <short value="Additional storage notes" /> 2686 <definition value="Additional notes about the storage." /> 2687 <min value="0" /> 2688 <max value="*" /> 2689 <base> 2690 <path value="MedicationKnowledge.storageGuideline.note" /> 2691 <min value="0" /> 2692 <max value="*" /> 2693 </base> 2694 <type> 2695 <code value="Annotation" /> 2696 </type> 2697 <constraint> 2698 <key value="ele-1" /> 2699 <severity value="error" /> 2700 <human value="All FHIR elements must have a @value or children" /> 2701 <expression value="hasValue() or (children().count() > id.count())" /> 2702 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2703 </constraint> 2704 <mustSupport value="false" /> 2705 <isModifier value="false" /> 2706 <isSummary value="false" /> 2707 </element> 2708 <element id="MedicationKnowledge.storageGuideline.stabilityDuration"> 2709 <path value="MedicationKnowledge.storageGuideline.stabilityDuration" /> 2710 <short value="Duration remains stable" /> 2711 <definition value="Duration that the medication remains stable if the environmentalSetting is respected." /> 2712 <min value="0" /> 2713 <max value="1" /> 2714 <base> 2715 <path value="MedicationKnowledge.storageGuideline.stabilityDuration" /> 2716 <min value="0" /> 2717 <max value="1" /> 2718 </base> 2719 <type> 2720 <code value="Duration" /> 2721 </type> 2722 <constraint> 2723 <key value="ele-1" /> 2724 <severity value="error" /> 2725 <human value="All FHIR elements must have a @value or children" /> 2726 <expression value="hasValue() or (children().count() > id.count())" /> 2727 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2728 </constraint> 2729 <mustSupport value="false" /> 2730 <isModifier value="false" /> 2731 <isSummary value="false" /> 2732 </element> 2733 <element id="MedicationKnowledge.storageGuideline.environmentalSetting"> 2734 <path value="MedicationKnowledge.storageGuideline.environmentalSetting" /> 2735 <short value="Setting or value of environment for adequate storage" /> 2736 <definition value="Describes a setting/value on the environment for the adequate storage of the medication and other substances. Environment settings may involve temperature, humidity, or exposure to light." /> 2737 <min value="0" /> 2738 <max value="*" /> 2739 <base> 2740 <path value="MedicationKnowledge.storageGuideline.environmentalSetting" /> 2741 <min value="0" /> 2742 <max value="*" /> 2743 </base> 2744 <type> 2745 <code value="BackboneElement" /> 2746 </type> 2747 <constraint> 2748 <key value="ele-1" /> 2749 <severity value="error" /> 2750 <human value="All FHIR elements must have a @value or children" /> 2751 <expression value="hasValue() or (children().count() > id.count())" /> 2752 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2753 </constraint> 2754 <mustSupport value="false" /> 2755 <isModifier value="false" /> 2756 <isSummary value="false" /> 2757 </element> 2758 <element id="MedicationKnowledge.storageGuideline.environmentalSetting.id"> 2759 <path value="MedicationKnowledge.storageGuideline.environmentalSetting.id" /> 2760 <representation value="xmlAttr" /> 2761 <short value="Unique id for inter-element referencing" /> 2762 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 2763 <min value="0" /> 2764 <max value="1" /> 2765 <base> 2766 <path value="Element.id" /> 2767 <min value="0" /> 2768 <max value="1" /> 2769 </base> 2770 <type> 2771 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 2772 <valueUrl value="string" /> 2773 </extension> 2774 <code value="http://hl7.org/fhirpath/System.String" /> 2775 </type> 2776 <condition value="ele-1" /> 2777 <isModifier value="false" /> 2778 <isSummary value="false" /> 2779 <mapping> 2780 <identity value="rim" /> 2781 <map value="n/a" /> 2782 </mapping> 2783 </element> 2784 <element id="MedicationKnowledge.storageGuideline.environmentalSetting.extension"> 2785 <path value="MedicationKnowledge.storageGuideline.environmentalSetting.extension" /> 2786 <short value="Additional content defined by implementations" /> 2787 <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." /> 2788 <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." /> 2789 <alias value="extensions" /> 2790 <alias value="user content" /> 2791 <min value="0" /> 2792 <max value="*" /> 2793 <base> 2794 <path value="Element.extension" /> 2795 <min value="0" /> 2796 <max value="*" /> 2797 </base> 2798 <type> 2799 <code value="Extension" /> 2800 </type> 2801 <constraint> 2802 <key value="ele-1" /> 2803 <severity value="error" /> 2804 <human value="All FHIR elements must have a @value or children" /> 2805 <expression value="hasValue() or (children().count() > id.count())" /> 2806 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2807 </constraint> 2808 <constraint> 2809 <key value="ext-1" /> 2810 <severity value="error" /> 2811 <human value="Must have either extensions or value[x], not both" /> 2812 <expression value="extension.exists() != value.exists()" /> 2813 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 2814 </constraint> 2815 <isModifier value="false" /> 2816 <isSummary value="false" /> 2817 <mapping> 2818 <identity value="rim" /> 2819 <map value="n/a" /> 2820 </mapping> 2821 </element> 2822 <element id="MedicationKnowledge.storageGuideline.environmentalSetting.modifierExtension"> 2823 <path value="MedicationKnowledge.storageGuideline.environmentalSetting.modifierExtension" /> 2824 <short value="Extensions that cannot be ignored even if unrecognized" /> 2825 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 2826 <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." /> 2827 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 2828 <alias value="extensions" /> 2829 <alias value="user content" /> 2830 <alias value="modifiers" /> 2831 <min value="0" /> 2832 <max value="*" /> 2833 <base> 2834 <path value="BackboneElement.modifierExtension" /> 2835 <min value="0" /> 2836 <max value="*" /> 2837 </base> 2838 <type> 2839 <code value="Extension" /> 2840 </type> 2841 <constraint> 2842 <key value="ele-1" /> 2843 <severity value="error" /> 2844 <human value="All FHIR elements must have a @value or children" /> 2845 <expression value="hasValue() or (children().count() > id.count())" /> 2846 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2847 </constraint> 2848 <constraint> 2849 <key value="ext-1" /> 2850 <severity value="error" /> 2851 <human value="Must have either extensions or value[x], not both" /> 2852 <expression value="extension.exists() != value.exists()" /> 2853 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 2854 </constraint> 2855 <isModifier value="true" /> 2856 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 2857 <isSummary value="true" /> 2858 <mapping> 2859 <identity value="rim" /> 2860 <map value="N/A" /> 2861 </mapping> 2862 </element> 2863 <element id="MedicationKnowledge.storageGuideline.environmentalSetting.type"> 2864 <path value="MedicationKnowledge.storageGuideline.environmentalSetting.type" /> 2865 <short value="Categorization of the setting" /> 2866 <definition value="Identifies the category or type of setting (e.g., type of location, temperature, humidity)." /> 2867 <min value="1" /> 2868 <max value="1" /> 2869 <base> 2870 <path value="MedicationKnowledge.storageGuideline.environmentalSetting.type" /> 2871 <min value="1" /> 2872 <max value="1" /> 2873 </base> 2874 <type> 2875 <code value="CodeableConcept" /> 2876 </type> 2877 <constraint> 2878 <key value="ele-1" /> 2879 <severity value="error" /> 2880 <human value="All FHIR elements must have a @value or children" /> 2881 <expression value="hasValue() or (children().count() > id.count())" /> 2882 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2883 </constraint> 2884 <mustSupport value="false" /> 2885 <isModifier value="false" /> 2886 <isSummary value="false" /> 2887 </element> 2888 <element id="MedicationKnowledge.storageGuideline.environmentalSetting.value[x]"> 2889 <path value="MedicationKnowledge.storageGuideline.environmentalSetting.value[x]" /> 2890 <short value="Value of the setting" /> 2891 <definition value="Value associated to the setting. E.g., 40° – 50°F for temperature." /> 2892 <min value="1" /> 2893 <max value="1" /> 2894 <base> 2895 <path value="MedicationKnowledge.storageGuideline.environmentalSetting.value[x]" /> 2896 <min value="1" /> 2897 <max value="1" /> 2898 </base> 2899 <type> 2900 <code value="Quantity" /> 2901 </type> 2902 <type> 2903 <code value="Range" /> 2904 </type> 2905 <type> 2906 <code value="CodeableConcept" /> 2907 </type> 2908 <constraint> 2909 <key value="ele-1" /> 2910 <severity value="error" /> 2911 <human value="All FHIR elements must have a @value or children" /> 2912 <expression value="hasValue() or (children().count() > id.count())" /> 2913 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2914 </constraint> 2915 <mustSupport value="false" /> 2916 <isModifier value="false" /> 2917 <isSummary value="false" /> 2918 </element> 2919 <element id="MedicationKnowledge.regulatory"> 2920 <path value="MedicationKnowledge.regulatory" /> 2921 <short value="Regulatory information about a medication" /> 2922 <definition value="Regulatory information about a medication." /> 2923 <min value="0" /> 2924 <max value="*" /> 2925 <base> 2926 <path value="MedicationKnowledge.regulatory" /> 2927 <min value="0" /> 2928 <max value="*" /> 2929 </base> 2930 <type> 2931 <code value="BackboneElement" /> 2932 </type> 2933 <constraint> 2934 <key value="ele-1" /> 2935 <severity value="error" /> 2936 <human value="All FHIR elements must have a @value or children" /> 2937 <expression value="hasValue() or (children().count() > id.count())" /> 2938 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2939 </constraint> 2940 <mustSupport value="false" /> 2941 <isModifier value="false" /> 2942 <isSummary value="false" /> 2943 </element> 2944 <element id="MedicationKnowledge.regulatory.id"> 2945 <path value="MedicationKnowledge.regulatory.id" /> 2946 <representation value="xmlAttr" /> 2947 <short value="Unique id for inter-element referencing" /> 2948 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 2949 <min value="0" /> 2950 <max value="1" /> 2951 <base> 2952 <path value="Element.id" /> 2953 <min value="0" /> 2954 <max value="1" /> 2955 </base> 2956 <type> 2957 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 2958 <valueUrl value="string" /> 2959 </extension> 2960 <code value="http://hl7.org/fhirpath/System.String" /> 2961 </type> 2962 <condition value="ele-1" /> 2963 <isModifier value="false" /> 2964 <isSummary value="false" /> 2965 <mapping> 2966 <identity value="rim" /> 2967 <map value="n/a" /> 2968 </mapping> 2969 </element> 2970 <element id="MedicationKnowledge.regulatory.extension"> 2971 <path value="MedicationKnowledge.regulatory.extension" /> 2972 <short value="Additional content defined by implementations" /> 2973 <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." /> 2974 <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." /> 2975 <alias value="extensions" /> 2976 <alias value="user content" /> 2977 <min value="0" /> 2978 <max value="*" /> 2979 <base> 2980 <path value="Element.extension" /> 2981 <min value="0" /> 2982 <max value="*" /> 2983 </base> 2984 <type> 2985 <code value="Extension" /> 2986 </type> 2987 <constraint> 2988 <key value="ele-1" /> 2989 <severity value="error" /> 2990 <human value="All FHIR elements must have a @value or children" /> 2991 <expression value="hasValue() or (children().count() > id.count())" /> 2992 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 2993 </constraint> 2994 <constraint> 2995 <key value="ext-1" /> 2996 <severity value="error" /> 2997 <human value="Must have either extensions or value[x], not both" /> 2998 <expression value="extension.exists() != value.exists()" /> 2999 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 3000 </constraint> 3001 <isModifier value="false" /> 3002 <isSummary value="false" /> 3003 <mapping> 3004 <identity value="rim" /> 3005 <map value="n/a" /> 3006 </mapping> 3007 </element> 3008 <element id="MedicationKnowledge.regulatory.modifierExtension"> 3009 <path value="MedicationKnowledge.regulatory.modifierExtension" /> 3010 <short value="Extensions that cannot be ignored even if unrecognized" /> 3011 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 3012 <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." /> 3013 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 3014 <alias value="extensions" /> 3015 <alias value="user content" /> 3016 <alias value="modifiers" /> 3017 <min value="0" /> 3018 <max value="*" /> 3019 <base> 3020 <path value="BackboneElement.modifierExtension" /> 3021 <min value="0" /> 3022 <max value="*" /> 3023 </base> 3024 <type> 3025 <code value="Extension" /> 3026 </type> 3027 <constraint> 3028 <key value="ele-1" /> 3029 <severity value="error" /> 3030 <human value="All FHIR elements must have a @value or children" /> 3031 <expression value="hasValue() or (children().count() > id.count())" /> 3032 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3033 </constraint> 3034 <constraint> 3035 <key value="ext-1" /> 3036 <severity value="error" /> 3037 <human value="Must have either extensions or value[x], not both" /> 3038 <expression value="extension.exists() != value.exists()" /> 3039 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 3040 </constraint> 3041 <isModifier value="true" /> 3042 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 3043 <isSummary value="true" /> 3044 <mapping> 3045 <identity value="rim" /> 3046 <map value="N/A" /> 3047 </mapping> 3048 </element> 3049 <element id="MedicationKnowledge.regulatory.regulatoryAuthority"> 3050 <path value="MedicationKnowledge.regulatory.regulatoryAuthority" /> 3051 <short value="Specifies the authority of the regulation" /> 3052 <definition value="The authority that is specifying the regulations." /> 3053 <min value="1" /> 3054 <max value="1" /> 3055 <base> 3056 <path value="MedicationKnowledge.regulatory.regulatoryAuthority" /> 3057 <min value="1" /> 3058 <max value="1" /> 3059 </base> 3060 <type> 3061 <code value="Reference" /> 3062 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 3063 </type> 3064 <constraint> 3065 <key value="ele-1" /> 3066 <severity value="error" /> 3067 <human value="All FHIR elements must have a @value or children" /> 3068 <expression value="hasValue() or (children().count() > id.count())" /> 3069 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3070 </constraint> 3071 <mustSupport value="false" /> 3072 <isModifier value="false" /> 3073 <isSummary value="false" /> 3074 </element> 3075 <element id="MedicationKnowledge.regulatory.substitution"> 3076 <path value="MedicationKnowledge.regulatory.substitution" /> 3077 <short value="Specifies if changes are allowed when dispensing a medication from a regulatory perspective" /> 3078 <definition value="Specifies if changes are allowed when dispensing a medication from a regulatory perspective." /> 3079 <min value="0" /> 3080 <max value="*" /> 3081 <base> 3082 <path value="MedicationKnowledge.regulatory.substitution" /> 3083 <min value="0" /> 3084 <max value="*" /> 3085 </base> 3086 <type> 3087 <code value="BackboneElement" /> 3088 </type> 3089 <constraint> 3090 <key value="ele-1" /> 3091 <severity value="error" /> 3092 <human value="All FHIR elements must have a @value or children" /> 3093 <expression value="hasValue() or (children().count() > id.count())" /> 3094 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3095 </constraint> 3096 <mustSupport value="false" /> 3097 <isModifier value="false" /> 3098 <isSummary value="false" /> 3099 </element> 3100 <element id="MedicationKnowledge.regulatory.substitution.id"> 3101 <path value="MedicationKnowledge.regulatory.substitution.id" /> 3102 <representation value="xmlAttr" /> 3103 <short value="Unique id for inter-element referencing" /> 3104 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 3105 <min value="0" /> 3106 <max value="1" /> 3107 <base> 3108 <path value="Element.id" /> 3109 <min value="0" /> 3110 <max value="1" /> 3111 </base> 3112 <type> 3113 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 3114 <valueUrl value="string" /> 3115 </extension> 3116 <code value="http://hl7.org/fhirpath/System.String" /> 3117 </type> 3118 <condition value="ele-1" /> 3119 <isModifier value="false" /> 3120 <isSummary value="false" /> 3121 <mapping> 3122 <identity value="rim" /> 3123 <map value="n/a" /> 3124 </mapping> 3125 </element> 3126 <element id="MedicationKnowledge.regulatory.substitution.extension"> 3127 <path value="MedicationKnowledge.regulatory.substitution.extension" /> 3128 <short value="Additional content defined by implementations" /> 3129 <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." /> 3130 <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." /> 3131 <alias value="extensions" /> 3132 <alias value="user content" /> 3133 <min value="0" /> 3134 <max value="*" /> 3135 <base> 3136 <path value="Element.extension" /> 3137 <min value="0" /> 3138 <max value="*" /> 3139 </base> 3140 <type> 3141 <code value="Extension" /> 3142 </type> 3143 <constraint> 3144 <key value="ele-1" /> 3145 <severity value="error" /> 3146 <human value="All FHIR elements must have a @value or children" /> 3147 <expression value="hasValue() or (children().count() > id.count())" /> 3148 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3149 </constraint> 3150 <constraint> 3151 <key value="ext-1" /> 3152 <severity value="error" /> 3153 <human value="Must have either extensions or value[x], not both" /> 3154 <expression value="extension.exists() != value.exists()" /> 3155 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 3156 </constraint> 3157 <isModifier value="false" /> 3158 <isSummary value="false" /> 3159 <mapping> 3160 <identity value="rim" /> 3161 <map value="n/a" /> 3162 </mapping> 3163 </element> 3164 <element id="MedicationKnowledge.regulatory.substitution.modifierExtension"> 3165 <path value="MedicationKnowledge.regulatory.substitution.modifierExtension" /> 3166 <short value="Extensions that cannot be ignored even if unrecognized" /> 3167 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 3168 <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." /> 3169 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 3170 <alias value="extensions" /> 3171 <alias value="user content" /> 3172 <alias value="modifiers" /> 3173 <min value="0" /> 3174 <max value="*" /> 3175 <base> 3176 <path value="BackboneElement.modifierExtension" /> 3177 <min value="0" /> 3178 <max value="*" /> 3179 </base> 3180 <type> 3181 <code value="Extension" /> 3182 </type> 3183 <constraint> 3184 <key value="ele-1" /> 3185 <severity value="error" /> 3186 <human value="All FHIR elements must have a @value or children" /> 3187 <expression value="hasValue() or (children().count() > id.count())" /> 3188 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3189 </constraint> 3190 <constraint> 3191 <key value="ext-1" /> 3192 <severity value="error" /> 3193 <human value="Must have either extensions or value[x], not both" /> 3194 <expression value="extension.exists() != value.exists()" /> 3195 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 3196 </constraint> 3197 <isModifier value="true" /> 3198 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 3199 <isSummary value="true" /> 3200 <mapping> 3201 <identity value="rim" /> 3202 <map value="N/A" /> 3203 </mapping> 3204 </element> 3205 <element id="MedicationKnowledge.regulatory.substitution.type"> 3206 <path value="MedicationKnowledge.regulatory.substitution.type" /> 3207 <short value="Specifies the type of substitution allowed" /> 3208 <definition value="Specifies the type of substitution allowed." /> 3209 <min value="1" /> 3210 <max value="1" /> 3211 <base> 3212 <path value="MedicationKnowledge.regulatory.substitution.type" /> 3213 <min value="1" /> 3214 <max value="1" /> 3215 </base> 3216 <type> 3217 <code value="CodeableConcept" /> 3218 </type> 3219 <constraint> 3220 <key value="ele-1" /> 3221 <severity value="error" /> 3222 <human value="All FHIR elements must have a @value or children" /> 3223 <expression value="hasValue() or (children().count() > id.count())" /> 3224 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3225 </constraint> 3226 <mustSupport value="false" /> 3227 <isModifier value="false" /> 3228 <isSummary value="false" /> 3229 </element> 3230 <element id="MedicationKnowledge.regulatory.substitution.allowed"> 3231 <path value="MedicationKnowledge.regulatory.substitution.allowed" /> 3232 <short value="Specifies if regulation allows for changes in the medication when dispensing" /> 3233 <definition value="Specifies if regulation allows for changes in the medication when dispensing." /> 3234 <min value="1" /> 3235 <max value="1" /> 3236 <base> 3237 <path value="MedicationKnowledge.regulatory.substitution.allowed" /> 3238 <min value="1" /> 3239 <max value="1" /> 3240 </base> 3241 <type> 3242 <code value="boolean" /> 3243 </type> 3244 <constraint> 3245 <key value="ele-1" /> 3246 <severity value="error" /> 3247 <human value="All FHIR elements must have a @value or children" /> 3248 <expression value="hasValue() or (children().count() > id.count())" /> 3249 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3250 </constraint> 3251 <mustSupport value="false" /> 3252 <isModifier value="false" /> 3253 <isSummary value="false" /> 3254 </element> 3255 <element id="MedicationKnowledge.regulatory.schedule"> 3256 <path value="MedicationKnowledge.regulatory.schedule" /> 3257 <short value="Specifies the schedule of a medication in jurisdiction" /> 3258 <definition value="Specifies the schedule of a medication in jurisdiction." /> 3259 <min value="0" /> 3260 <max value="*" /> 3261 <base> 3262 <path value="MedicationKnowledge.regulatory.schedule" /> 3263 <min value="0" /> 3264 <max value="*" /> 3265 </base> 3266 <type> 3267 <code value="CodeableConcept" /> 3268 </type> 3269 <constraint> 3270 <key value="ele-1" /> 3271 <severity value="error" /> 3272 <human value="All FHIR elements must have a @value or children" /> 3273 <expression value="hasValue() or (children().count() > id.count())" /> 3274 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3275 </constraint> 3276 <mustSupport value="false" /> 3277 <isModifier value="false" /> 3278 <isSummary value="false" /> 3279 </element> 3280 <element id="MedicationKnowledge.regulatory.maxDispense"> 3281 <path value="MedicationKnowledge.regulatory.maxDispense" /> 3282 <short value="The maximum number of units of the medication that can be dispensed in a period" /> 3283 <definition value="The maximum number of units of the medication that can be dispensed in a period." /> 3284 <min value="0" /> 3285 <max value="1" /> 3286 <base> 3287 <path value="MedicationKnowledge.regulatory.maxDispense" /> 3288 <min value="0" /> 3289 <max value="1" /> 3290 </base> 3291 <type> 3292 <code value="BackboneElement" /> 3293 </type> 3294 <constraint> 3295 <key value="ele-1" /> 3296 <severity value="error" /> 3297 <human value="All FHIR elements must have a @value or children" /> 3298 <expression value="hasValue() or (children().count() > id.count())" /> 3299 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3300 </constraint> 3301 <mustSupport value="false" /> 3302 <isModifier value="false" /> 3303 <isSummary value="false" /> 3304 </element> 3305 <element id="MedicationKnowledge.regulatory.maxDispense.id"> 3306 <path value="MedicationKnowledge.regulatory.maxDispense.id" /> 3307 <representation value="xmlAttr" /> 3308 <short value="Unique id for inter-element referencing" /> 3309 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 3310 <min value="0" /> 3311 <max value="1" /> 3312 <base> 3313 <path value="Element.id" /> 3314 <min value="0" /> 3315 <max value="1" /> 3316 </base> 3317 <type> 3318 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 3319 <valueUrl value="string" /> 3320 </extension> 3321 <code value="http://hl7.org/fhirpath/System.String" /> 3322 </type> 3323 <condition value="ele-1" /> 3324 <isModifier value="false" /> 3325 <isSummary value="false" /> 3326 <mapping> 3327 <identity value="rim" /> 3328 <map value="n/a" /> 3329 </mapping> 3330 </element> 3331 <element id="MedicationKnowledge.regulatory.maxDispense.extension"> 3332 <path value="MedicationKnowledge.regulatory.maxDispense.extension" /> 3333 <short value="Additional content defined by implementations" /> 3334 <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." /> 3335 <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." /> 3336 <alias value="extensions" /> 3337 <alias value="user content" /> 3338 <min value="0" /> 3339 <max value="*" /> 3340 <base> 3341 <path value="Element.extension" /> 3342 <min value="0" /> 3343 <max value="*" /> 3344 </base> 3345 <type> 3346 <code value="Extension" /> 3347 </type> 3348 <constraint> 3349 <key value="ele-1" /> 3350 <severity value="error" /> 3351 <human value="All FHIR elements must have a @value or children" /> 3352 <expression value="hasValue() or (children().count() > id.count())" /> 3353 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3354 </constraint> 3355 <constraint> 3356 <key value="ext-1" /> 3357 <severity value="error" /> 3358 <human value="Must have either extensions or value[x], not both" /> 3359 <expression value="extension.exists() != value.exists()" /> 3360 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 3361 </constraint> 3362 <isModifier value="false" /> 3363 <isSummary value="false" /> 3364 <mapping> 3365 <identity value="rim" /> 3366 <map value="n/a" /> 3367 </mapping> 3368 </element> 3369 <element id="MedicationKnowledge.regulatory.maxDispense.modifierExtension"> 3370 <path value="MedicationKnowledge.regulatory.maxDispense.modifierExtension" /> 3371 <short value="Extensions that cannot be ignored even if unrecognized" /> 3372 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 3373 <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." /> 3374 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 3375 <alias value="extensions" /> 3376 <alias value="user content" /> 3377 <alias value="modifiers" /> 3378 <min value="0" /> 3379 <max value="*" /> 3380 <base> 3381 <path value="BackboneElement.modifierExtension" /> 3382 <min value="0" /> 3383 <max value="*" /> 3384 </base> 3385 <type> 3386 <code value="Extension" /> 3387 </type> 3388 <constraint> 3389 <key value="ele-1" /> 3390 <severity value="error" /> 3391 <human value="All FHIR elements must have a @value or children" /> 3392 <expression value="hasValue() or (children().count() > id.count())" /> 3393 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3394 </constraint> 3395 <constraint> 3396 <key value="ext-1" /> 3397 <severity value="error" /> 3398 <human value="Must have either extensions or value[x], not both" /> 3399 <expression value="extension.exists() != value.exists()" /> 3400 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 3401 </constraint> 3402 <isModifier value="true" /> 3403 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 3404 <isSummary value="true" /> 3405 <mapping> 3406 <identity value="rim" /> 3407 <map value="N/A" /> 3408 </mapping> 3409 </element> 3410 <element id="MedicationKnowledge.regulatory.maxDispense.quantity"> 3411 <path value="MedicationKnowledge.regulatory.maxDispense.quantity" /> 3412 <short value="The maximum number of units of the medication that can be dispensed" /> 3413 <definition value="The maximum number of units of the medication that can be dispensed." /> 3414 <min value="1" /> 3415 <max value="1" /> 3416 <base> 3417 <path value="MedicationKnowledge.regulatory.maxDispense.quantity" /> 3418 <min value="1" /> 3419 <max value="1" /> 3420 </base> 3421 <type> 3422 <code value="Quantity" /> 3423 <profile value="http://hl7.org/fhir/StructureDefinition/SimpleQuantity" /> 3424 </type> 3425 <constraint> 3426 <key value="ele-1" /> 3427 <severity value="error" /> 3428 <human value="All FHIR elements must have a @value or children" /> 3429 <expression value="hasValue() or (children().count() > id.count())" /> 3430 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3431 </constraint> 3432 <mustSupport value="false" /> 3433 <isModifier value="false" /> 3434 <isSummary value="false" /> 3435 </element> 3436 <element id="MedicationKnowledge.regulatory.maxDispense.period"> 3437 <path value="MedicationKnowledge.regulatory.maxDispense.period" /> 3438 <short value="The period that applies to the maximum number of units" /> 3439 <definition value="The period that applies to the maximum number of units." /> 3440 <min value="0" /> 3441 <max value="1" /> 3442 <base> 3443 <path value="MedicationKnowledge.regulatory.maxDispense.period" /> 3444 <min value="0" /> 3445 <max value="1" /> 3446 </base> 3447 <type> 3448 <code value="Duration" /> 3449 </type> 3450 <constraint> 3451 <key value="ele-1" /> 3452 <severity value="error" /> 3453 <human value="All FHIR elements must have a @value or children" /> 3454 <expression value="hasValue() or (children().count() > id.count())" /> 3455 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3456 </constraint> 3457 <mustSupport value="false" /> 3458 <isModifier value="false" /> 3459 <isSummary value="false" /> 3460 </element> 3461 <element id="MedicationKnowledge.definitional"> 3462 <path value="MedicationKnowledge.definitional" /> 3463 <short value="Minimal definition information about the medication" /> 3464 <definition value="Along with the link to a Medicinal Product Definition resource, this information provides common definitional elements that are needed to understand the specific medication that is being described." /> 3465 <min value="0" /> 3466 <max value="1" /> 3467 <base> 3468 <path value="MedicationKnowledge.definitional" /> 3469 <min value="0" /> 3470 <max value="1" /> 3471 </base> 3472 <type> 3473 <code value="BackboneElement" /> 3474 </type> 3475 <constraint> 3476 <key value="ele-1" /> 3477 <severity value="error" /> 3478 <human value="All FHIR elements must have a @value or children" /> 3479 <expression value="hasValue() or (children().count() > id.count())" /> 3480 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3481 </constraint> 3482 <mustSupport value="false" /> 3483 <isModifier value="false" /> 3484 <isSummary value="false" /> 3485 </element> 3486 <element id="MedicationKnowledge.definitional.id"> 3487 <path value="MedicationKnowledge.definitional.id" /> 3488 <representation value="xmlAttr" /> 3489 <short value="Unique id for inter-element referencing" /> 3490 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 3491 <min value="0" /> 3492 <max value="1" /> 3493 <base> 3494 <path value="Element.id" /> 3495 <min value="0" /> 3496 <max value="1" /> 3497 </base> 3498 <type> 3499 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 3500 <valueUrl value="string" /> 3501 </extension> 3502 <code value="http://hl7.org/fhirpath/System.String" /> 3503 </type> 3504 <condition value="ele-1" /> 3505 <isModifier value="false" /> 3506 <isSummary value="false" /> 3507 <mapping> 3508 <identity value="rim" /> 3509 <map value="n/a" /> 3510 </mapping> 3511 </element> 3512 <element id="MedicationKnowledge.definitional.extension"> 3513 <path value="MedicationKnowledge.definitional.extension" /> 3514 <short value="Additional content defined by implementations" /> 3515 <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." /> 3516 <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." /> 3517 <alias value="extensions" /> 3518 <alias value="user content" /> 3519 <min value="0" /> 3520 <max value="*" /> 3521 <base> 3522 <path value="Element.extension" /> 3523 <min value="0" /> 3524 <max value="*" /> 3525 </base> 3526 <type> 3527 <code value="Extension" /> 3528 </type> 3529 <constraint> 3530 <key value="ele-1" /> 3531 <severity value="error" /> 3532 <human value="All FHIR elements must have a @value or children" /> 3533 <expression value="hasValue() or (children().count() > id.count())" /> 3534 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3535 </constraint> 3536 <constraint> 3537 <key value="ext-1" /> 3538 <severity value="error" /> 3539 <human value="Must have either extensions or value[x], not both" /> 3540 <expression value="extension.exists() != value.exists()" /> 3541 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 3542 </constraint> 3543 <isModifier value="false" /> 3544 <isSummary value="false" /> 3545 <mapping> 3546 <identity value="rim" /> 3547 <map value="n/a" /> 3548 </mapping> 3549 </element> 3550 <element id="MedicationKnowledge.definitional.modifierExtension"> 3551 <path value="MedicationKnowledge.definitional.modifierExtension" /> 3552 <short value="Extensions that cannot be ignored even if unrecognized" /> 3553 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 3554 <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." /> 3555 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 3556 <alias value="extensions" /> 3557 <alias value="user content" /> 3558 <alias value="modifiers" /> 3559 <min value="0" /> 3560 <max value="*" /> 3561 <base> 3562 <path value="BackboneElement.modifierExtension" /> 3563 <min value="0" /> 3564 <max value="*" /> 3565 </base> 3566 <type> 3567 <code value="Extension" /> 3568 </type> 3569 <constraint> 3570 <key value="ele-1" /> 3571 <severity value="error" /> 3572 <human value="All FHIR elements must have a @value or children" /> 3573 <expression value="hasValue() or (children().count() > id.count())" /> 3574 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3575 </constraint> 3576 <constraint> 3577 <key value="ext-1" /> 3578 <severity value="error" /> 3579 <human value="Must have either extensions or value[x], not both" /> 3580 <expression value="extension.exists() != value.exists()" /> 3581 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 3582 </constraint> 3583 <isModifier value="true" /> 3584 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 3585 <isSummary value="true" /> 3586 <mapping> 3587 <identity value="rim" /> 3588 <map value="N/A" /> 3589 </mapping> 3590 </element> 3591 <element id="MedicationKnowledge.definitional.definition"> 3592 <path value="MedicationKnowledge.definitional.definition" /> 3593 <short value="Definitional resources that provide more information about this medication" /> 3594 <definition value="Associated definitions for this medication." /> 3595 <min value="0" /> 3596 <max value="*" /> 3597 <base> 3598 <path value="MedicationKnowledge.definitional.definition" /> 3599 <min value="0" /> 3600 <max value="*" /> 3601 </base> 3602 <type> 3603 <code value="Reference" /> 3604 <targetProfile value="http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition" /> 3605 </type> 3606 <constraint> 3607 <key value="ele-1" /> 3608 <severity value="error" /> 3609 <human value="All FHIR elements must have a @value or children" /> 3610 <expression value="hasValue() or (children().count() > id.count())" /> 3611 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3612 </constraint> 3613 <mustSupport value="false" /> 3614 <isModifier value="false" /> 3615 <isSummary value="false" /> 3616 </element> 3617 <element id="MedicationKnowledge.definitional.doseForm"> 3618 <path value="MedicationKnowledge.definitional.doseForm" /> 3619 <short value="powder | tablets | capsule +" /> 3620 <definition value="Describes the form of the item. Powder; tablets; capsule." /> 3621 <comment value="When Medication is referenced from MedicationRequest, this is the ordered form. When Medication is referenced within MedicationDispense, this is the dispensed form. When Medication is referenced within MedicationAdministration, this is administered form." /> 3622 <min value="0" /> 3623 <max value="1" /> 3624 <base> 3625 <path value="MedicationKnowledge.definitional.doseForm" /> 3626 <min value="0" /> 3627 <max value="1" /> 3628 </base> 3629 <type> 3630 <code value="CodeableConcept" /> 3631 </type> 3632 <constraint> 3633 <key value="ele-1" /> 3634 <severity value="error" /> 3635 <human value="All FHIR elements must have a @value or children" /> 3636 <expression value="hasValue() or (children().count() > id.count())" /> 3637 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3638 </constraint> 3639 <mustSupport value="false" /> 3640 <isModifier value="false" /> 3641 <isSummary value="false" /> 3642 <binding> 3643 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 3644 <valueString value="MedicationForm" /> 3645 </extension> 3646 <strength value="example" /> 3647 <valueSet value="http://hl7.org/fhir/ValueSet/medication-form-codes" /> 3648 </binding> 3649 </element> 3650 <element id="MedicationKnowledge.definitional.intendedRoute"> 3651 <path value="MedicationKnowledge.definitional.intendedRoute" /> 3652 <short value="The intended or approved route of administration" /> 3653 <definition value="The intended or approved route of administration." /> 3654 <min value="0" /> 3655 <max value="*" /> 3656 <base> 3657 <path value="MedicationKnowledge.definitional.intendedRoute" /> 3658 <min value="0" /> 3659 <max value="*" /> 3660 </base> 3661 <type> 3662 <code value="CodeableConcept" /> 3663 </type> 3664 <constraint> 3665 <key value="ele-1" /> 3666 <severity value="error" /> 3667 <human value="All FHIR elements must have a @value or children" /> 3668 <expression value="hasValue() or (children().count() > id.count())" /> 3669 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3670 </constraint> 3671 <mustSupport value="false" /> 3672 <isModifier value="false" /> 3673 <isSummary value="false" /> 3674 <binding> 3675 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 3676 <valueString value="MedicationRoute" /> 3677 </extension> 3678 <strength value="example" /> 3679 <valueSet value="http://hl7.org/fhir/ValueSet/route-codes" /> 3680 </binding> 3681 </element> 3682 <element id="MedicationKnowledge.definitional.ingredient"> 3683 <path value="MedicationKnowledge.definitional.ingredient" /> 3684 <short value="Active or inactive ingredient" /> 3685 <definition value="Identifies a particular constituent of interest in the product." /> 3686 <min value="0" /> 3687 <max value="*" /> 3688 <base> 3689 <path value="MedicationKnowledge.definitional.ingredient" /> 3690 <min value="0" /> 3691 <max value="*" /> 3692 </base> 3693 <type> 3694 <code value="BackboneElement" /> 3695 </type> 3696 <constraint> 3697 <key value="ele-1" /> 3698 <severity value="error" /> 3699 <human value="All FHIR elements must have a @value or children" /> 3700 <expression value="hasValue() or (children().count() > id.count())" /> 3701 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3702 </constraint> 3703 <mustSupport value="false" /> 3704 <isModifier value="false" /> 3705 <isSummary value="true" /> 3706 </element> 3707 <element id="MedicationKnowledge.definitional.ingredient.id"> 3708 <path value="MedicationKnowledge.definitional.ingredient.id" /> 3709 <representation value="xmlAttr" /> 3710 <short value="Unique id for inter-element referencing" /> 3711 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 3712 <min value="0" /> 3713 <max value="1" /> 3714 <base> 3715 <path value="Element.id" /> 3716 <min value="0" /> 3717 <max value="1" /> 3718 </base> 3719 <type> 3720 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 3721 <valueUrl value="string" /> 3722 </extension> 3723 <code value="http://hl7.org/fhirpath/System.String" /> 3724 </type> 3725 <condition value="ele-1" /> 3726 <isModifier value="false" /> 3727 <isSummary value="false" /> 3728 <mapping> 3729 <identity value="rim" /> 3730 <map value="n/a" /> 3731 </mapping> 3732 </element> 3733 <element id="MedicationKnowledge.definitional.ingredient.extension"> 3734 <path value="MedicationKnowledge.definitional.ingredient.extension" /> 3735 <short value="Additional content defined by implementations" /> 3736 <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." /> 3737 <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." /> 3738 <alias value="extensions" /> 3739 <alias value="user content" /> 3740 <min value="0" /> 3741 <max value="*" /> 3742 <base> 3743 <path value="Element.extension" /> 3744 <min value="0" /> 3745 <max value="*" /> 3746 </base> 3747 <type> 3748 <code value="Extension" /> 3749 </type> 3750 <constraint> 3751 <key value="ele-1" /> 3752 <severity value="error" /> 3753 <human value="All FHIR elements must have a @value or children" /> 3754 <expression value="hasValue() or (children().count() > id.count())" /> 3755 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3756 </constraint> 3757 <constraint> 3758 <key value="ext-1" /> 3759 <severity value="error" /> 3760 <human value="Must have either extensions or value[x], not both" /> 3761 <expression value="extension.exists() != value.exists()" /> 3762 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 3763 </constraint> 3764 <isModifier value="false" /> 3765 <isSummary value="false" /> 3766 <mapping> 3767 <identity value="rim" /> 3768 <map value="n/a" /> 3769 </mapping> 3770 </element> 3771 <element id="MedicationKnowledge.definitional.ingredient.modifierExtension"> 3772 <path value="MedicationKnowledge.definitional.ingredient.modifierExtension" /> 3773 <short value="Extensions that cannot be ignored even if unrecognized" /> 3774 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 3775 <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." /> 3776 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 3777 <alias value="extensions" /> 3778 <alias value="user content" /> 3779 <alias value="modifiers" /> 3780 <min value="0" /> 3781 <max value="*" /> 3782 <base> 3783 <path value="BackboneElement.modifierExtension" /> 3784 <min value="0" /> 3785 <max value="*" /> 3786 </base> 3787 <type> 3788 <code value="Extension" /> 3789 </type> 3790 <constraint> 3791 <key value="ele-1" /> 3792 <severity value="error" /> 3793 <human value="All FHIR elements must have a @value or children" /> 3794 <expression value="hasValue() or (children().count() > id.count())" /> 3795 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3796 </constraint> 3797 <constraint> 3798 <key value="ext-1" /> 3799 <severity value="error" /> 3800 <human value="Must have either extensions or value[x], not both" /> 3801 <expression value="extension.exists() != value.exists()" /> 3802 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 3803 </constraint> 3804 <isModifier value="true" /> 3805 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 3806 <isSummary value="true" /> 3807 <mapping> 3808 <identity value="rim" /> 3809 <map value="N/A" /> 3810 </mapping> 3811 </element> 3812 <element id="MedicationKnowledge.definitional.ingredient.item"> 3813 <path value="MedicationKnowledge.definitional.ingredient.item" /> 3814 <short value="Substances contained in the medication" /> 3815 <definition value="A reference to the resource that provides information about the ingredient." /> 3816 <min value="1" /> 3817 <max value="1" /> 3818 <base> 3819 <path value="MedicationKnowledge.definitional.ingredient.item" /> 3820 <min value="1" /> 3821 <max value="1" /> 3822 </base> 3823 <type> 3824 <code value="CodeableReference" /> 3825 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" /> 3826 </type> 3827 <constraint> 3828 <key value="ele-1" /> 3829 <severity value="error" /> 3830 <human value="All FHIR elements must have a @value or children" /> 3831 <expression value="hasValue() or (children().count() > id.count())" /> 3832 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3833 </constraint> 3834 <mustSupport value="false" /> 3835 <isModifier value="false" /> 3836 <isSummary value="true" /> 3837 </element> 3838 <element id="MedicationKnowledge.definitional.ingredient.type"> 3839 <path value="MedicationKnowledge.definitional.ingredient.type" /> 3840 <short value="A code that defines the type of ingredient, active, base, etc" /> 3841 <definition value="Indication of whether this ingredient affects the therapeutic action of the drug." /> 3842 <min value="0" /> 3843 <max value="1" /> 3844 <base> 3845 <path value="MedicationKnowledge.definitional.ingredient.type" /> 3846 <min value="0" /> 3847 <max value="1" /> 3848 </base> 3849 <type> 3850 <code value="CodeableConcept" /> 3851 </type> 3852 <constraint> 3853 <key value="ele-1" /> 3854 <severity value="error" /> 3855 <human value="All FHIR elements must have a @value or children" /> 3856 <expression value="hasValue() or (children().count() > id.count())" /> 3857 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3858 </constraint> 3859 <mustSupport value="false" /> 3860 <isModifier value="false" /> 3861 <isSummary value="false" /> 3862 <binding> 3863 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 3864 <valueString value="MedicationIngredientIsActive" /> 3865 </extension> 3866 <strength value="example" /> 3867 <valueSet value="http://terminology.hl7.org/ValueSet/v3-RoleClassIngredientEntity" /> 3868 </binding> 3869 </element> 3870 <element id="MedicationKnowledge.definitional.ingredient.strength[x]"> 3871 <path value="MedicationKnowledge.definitional.ingredient.strength[x]" /> 3872 <short value="Quantity of ingredient present" /> 3873 <definition value="Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet but can also be expressed a quantity when the denominator is assumed to be 1 tablet." /> 3874 <min value="0" /> 3875 <max value="1" /> 3876 <base> 3877 <path value="MedicationKnowledge.definitional.ingredient.strength[x]" /> 3878 <min value="0" /> 3879 <max value="1" /> 3880 </base> 3881 <type> 3882 <code value="Ratio" /> 3883 </type> 3884 <type> 3885 <code value="CodeableConcept" /> 3886 </type> 3887 <type> 3888 <code value="Quantity" /> 3889 </type> 3890 <constraint> 3891 <key value="ele-1" /> 3892 <severity value="error" /> 3893 <human value="All FHIR elements must have a @value or children" /> 3894 <expression value="hasValue() or (children().count() > id.count())" /> 3895 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3896 </constraint> 3897 <mustSupport value="false" /> 3898 <isModifier value="false" /> 3899 <isSummary value="false" /> 3900 <binding> 3901 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 3902 <valueString value="MedicationIngredientStrength" /> 3903 </extension> 3904 <strength value="example" /> 3905 <valueSet value="http://hl7.org/fhir/ValueSet/medication-ingredientstrength" /> 3906 </binding> 3907 </element> 3908 <element id="MedicationKnowledge.definitional.drugCharacteristic"> 3909 <path value="MedicationKnowledge.definitional.drugCharacteristic" /> 3910 <short value="Specifies descriptive properties of the medicine" /> 3911 <definition value="Specifies descriptive properties of the medicine, such as color, shape, imprints, etc." /> 3912 <min value="0" /> 3913 <max value="*" /> 3914 <base> 3915 <path value="MedicationKnowledge.definitional.drugCharacteristic" /> 3916 <min value="0" /> 3917 <max value="*" /> 3918 </base> 3919 <type> 3920 <code value="BackboneElement" /> 3921 </type> 3922 <constraint> 3923 <key value="ele-1" /> 3924 <severity value="error" /> 3925 <human value="All FHIR elements must have a @value or children" /> 3926 <expression value="hasValue() or (children().count() > id.count())" /> 3927 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3928 </constraint> 3929 <mustSupport value="false" /> 3930 <isModifier value="false" /> 3931 <isSummary value="false" /> 3932 </element> 3933 <element id="MedicationKnowledge.definitional.drugCharacteristic.id"> 3934 <path value="MedicationKnowledge.definitional.drugCharacteristic.id" /> 3935 <representation value="xmlAttr" /> 3936 <short value="Unique id for inter-element referencing" /> 3937 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 3938 <min value="0" /> 3939 <max value="1" /> 3940 <base> 3941 <path value="Element.id" /> 3942 <min value="0" /> 3943 <max value="1" /> 3944 </base> 3945 <type> 3946 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 3947 <valueUrl value="string" /> 3948 </extension> 3949 <code value="http://hl7.org/fhirpath/System.String" /> 3950 </type> 3951 <condition value="ele-1" /> 3952 <isModifier value="false" /> 3953 <isSummary value="false" /> 3954 <mapping> 3955 <identity value="rim" /> 3956 <map value="n/a" /> 3957 </mapping> 3958 </element> 3959 <element id="MedicationKnowledge.definitional.drugCharacteristic.extension"> 3960 <path value="MedicationKnowledge.definitional.drugCharacteristic.extension" /> 3961 <short value="Additional content defined by implementations" /> 3962 <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." /> 3963 <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." /> 3964 <alias value="extensions" /> 3965 <alias value="user content" /> 3966 <min value="0" /> 3967 <max value="*" /> 3968 <base> 3969 <path value="Element.extension" /> 3970 <min value="0" /> 3971 <max value="*" /> 3972 </base> 3973 <type> 3974 <code value="Extension" /> 3975 </type> 3976 <constraint> 3977 <key value="ele-1" /> 3978 <severity value="error" /> 3979 <human value="All FHIR elements must have a @value or children" /> 3980 <expression value="hasValue() or (children().count() > id.count())" /> 3981 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 3982 </constraint> 3983 <constraint> 3984 <key value="ext-1" /> 3985 <severity value="error" /> 3986 <human value="Must have either extensions or value[x], not both" /> 3987 <expression value="extension.exists() != value.exists()" /> 3988 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 3989 </constraint> 3990 <isModifier value="false" /> 3991 <isSummary value="false" /> 3992 <mapping> 3993 <identity value="rim" /> 3994 <map value="n/a" /> 3995 </mapping> 3996 </element> 3997 <element id="MedicationKnowledge.definitional.drugCharacteristic.modifierExtension"> 3998 <path value="MedicationKnowledge.definitional.drugCharacteristic.modifierExtension" /> 3999 <short value="Extensions that cannot be ignored even if unrecognized" /> 4000 <definition value="May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." /> 4001 <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." /> 4002 <requirements value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension)." /> 4003 <alias value="extensions" /> 4004 <alias value="user content" /> 4005 <alias value="modifiers" /> 4006 <min value="0" /> 4007 <max value="*" /> 4008 <base> 4009 <path value="BackboneElement.modifierExtension" /> 4010 <min value="0" /> 4011 <max value="*" /> 4012 </base> 4013 <type> 4014 <code value="Extension" /> 4015 </type> 4016 <constraint> 4017 <key value="ele-1" /> 4018 <severity value="error" /> 4019 <human value="All FHIR elements must have a @value or children" /> 4020 <expression value="hasValue() or (children().count() > id.count())" /> 4021 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 4022 </constraint> 4023 <constraint> 4024 <key value="ext-1" /> 4025 <severity value="error" /> 4026 <human value="Must have either extensions or value[x], not both" /> 4027 <expression value="extension.exists() != value.exists()" /> 4028 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 4029 </constraint> 4030 <isModifier value="true" /> 4031 <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" /> 4032 <isSummary value="true" /> 4033 <mapping> 4034 <identity value="rim" /> 4035 <map value="N/A" /> 4036 </mapping> 4037 </element> 4038 <element id="MedicationKnowledge.definitional.drugCharacteristic.type"> 4039 <path value="MedicationKnowledge.definitional.drugCharacteristic.type" /> 4040 <short value="Code specifying the type of characteristic of medication" /> 4041 <definition value="A code specifying which characteristic of the medicine is being described (for example, colour, shape, imprint)." /> 4042 <min value="0" /> 4043 <max value="1" /> 4044 <base> 4045 <path value="MedicationKnowledge.definitional.drugCharacteristic.type" /> 4046 <min value="0" /> 4047 <max value="1" /> 4048 </base> 4049 <type> 4050 <code value="CodeableConcept" /> 4051 </type> 4052 <constraint> 4053 <key value="ele-1" /> 4054 <severity value="error" /> 4055 <human value="All FHIR elements must have a @value or children" /> 4056 <expression value="hasValue() or (children().count() > id.count())" /> 4057 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 4058 </constraint> 4059 <mustSupport value="false" /> 4060 <isModifier value="false" /> 4061 <isSummary value="false" /> 4062 <binding> 4063 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 4064 <valueString value="MedicationCharacteristic" /> 4065 </extension> 4066 <strength value="example" /> 4067 <valueSet value="http://hl7.org/fhir/ValueSet/medicationknowledge-characteristic" /> 4068 </binding> 4069 </element> 4070 <element id="MedicationKnowledge.definitional.drugCharacteristic.value[x]"> 4071 <path value="MedicationKnowledge.definitional.drugCharacteristic.value[x]" /> 4072 <short value="Description of the characteristic" /> 4073 <definition value="Description of the characteristic." /> 4074 <comment value="The description should be provided as a CodeableConcept, SimpleQuantity or an image. The description can be a string only when these others are not available." /> 4075 <min value="0" /> 4076 <max value="1" /> 4077 <base> 4078 <path value="MedicationKnowledge.definitional.drugCharacteristic.value[x]" /> 4079 <min value="0" /> 4080 <max value="1" /> 4081 </base> 4082 <type> 4083 <code value="CodeableConcept" /> 4084 </type> 4085 <type> 4086 <code value="string" /> 4087 </type> 4088 <type> 4089 <code value="Quantity" /> 4090 <profile value="http://hl7.org/fhir/StructureDefinition/SimpleQuantity" /> 4091 </type> 4092 <type> 4093 <code value="base64Binary" /> 4094 </type> 4095 <type> 4096 <code value="Attachment" /> 4097 </type> 4098 <constraint> 4099 <key value="ele-1" /> 4100 <severity value="error" /> 4101 <human value="All FHIR elements must have a @value or children" /> 4102 <expression value="hasValue() or (children().count() > id.count())" /> 4103 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 4104 </constraint> 4105 <mustSupport value="false" /> 4106 <isModifier value="false" /> 4107 <isSummary value="false" /> 4108 </element> 4109 </snapshot> 4110 <differential> 4111 <element id="MedicationKnowledge"> 4112 <path value="MedicationKnowledge" /> 4113 <short value="Definition of Medication Knowledge" /> 4114 <definition value="Information about a medication that is used to support knowledge." /> 4115 <min value="0" /> 4116 <max value="*" /> 4117 <mustSupport value="false" /> 4118 <isModifier value="false" /> 4119 <mapping> 4120 <identity value="w5" /> 4121 <map value="administrative.medication" /> 4122 </mapping> 4123 </element> 4124 <element id="MedicationKnowledge.identifier"> 4125 <path value="MedicationKnowledge.identifier" /> 4126 <short value="Business identifier for this medication" /> 4127 <definition value="Business identifier for this medication." /> 4128 <comment value="This is a business identifier, not a resource identifier (see discussion)." /> 4129 <min value="0" /> 4130 <max value="*" /> 4131 <type> 4132 <code value="Identifier" /> 4133 </type> 4134 <mustSupport value="false" /> 4135 <isModifier value="false" /> 4136 <isSummary value="true" /> 4137 </element> 4138 <element id="MedicationKnowledge.code"> 4139 <path value="MedicationKnowledge.code" /> 4140 <short value="Code that identifies this medication" /> 4141 <definition value="A code that specifies this medication, or a textual description if no code is available. Usage note: This could be a standard medication code such as a code from RxNorm, SNOMED CT, IDMP etc. It could also be a national or local formulary code, optionally with translations to other code systems." /> 4142 <comment value="Depending on the context of use, the code that was actually selected by the user (prescriber, dispenser, etc.) will have the coding.userSelected set to true. As described in the coding datatype: "A coding may be marked as a "userSelected" if a user selected the particular coded value in a user interface (e.g. the user selects an item in a pick-list). If a user selected coding exists, it is the preferred choice for performing translations etc. Other codes can only be literal translations to alternative code systems, or codes at a lower level of granularity (e.g. a generic code for a vendor-specific primary one)." /> 4143 <min value="0" /> 4144 <max value="1" /> 4145 <type> 4146 <code value="CodeableConcept" /> 4147 </type> 4148 <mustSupport value="false" /> 4149 <isModifier value="false" /> 4150 <isSummary value="true" /> 4151 <binding> 4152 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 4153 <valueString value="MedicationFormalRepresentation" /> 4154 </extension> 4155 <strength value="example" /> 4156 <description value="A coded concept that defines the type of a medication." /> 4157 <valueSet value="http://hl7.org/fhir/ValueSet/medication-codes" /> 4158 </binding> 4159 <mapping> 4160 <identity value="script10.6" /> 4161 <map value="coding.code = //element(*,MedicationType)/DrugCoded/ProductCode coding.system = //element(*,MedicationType)/DrugCoded/ProductCodeQualifier coding.display = //element(*,MedicationType)/DrugDescription" /> 4162 </mapping> 4163 <mapping> 4164 <identity value="w5" /> 4165 <map value="FiveWs.class" /> 4166 </mapping> 4167 <mapping> 4168 <identity value="v2" /> 4169 <map value="RXO-1.1-Requested Give Code.code / RXE-2.1-Give Code.code / RXD-2.1-Dispense/Give Code.code / RXG-4.1-Give Code.code /RXA-5.1-Administered Code.code / RXC-2.1 Component Code" /> 4170 </mapping> 4171 <mapping> 4172 <identity value="rim" /> 4173 <map value=".code" /> 4174 </mapping> 4175 </element> 4176 <element id="MedicationKnowledge.status"> 4177 <path value="MedicationKnowledge.status" /> 4178 <short value="active | entered-in-error | inactive" /> 4179 <definition value="A code to indicate if the medication referred to by this MedicationKnowledge is in active use within the drug database or inventory system. The status refers to the validity about the information of the medication and not to its medicinal properties." /> 4180 <comment value="This status is intended to identify if the medication in a local system is in active use within a drug database or inventory. For example, a pharmacy system may create a new drug file record for a compounded product "ABC Hospital Special Cream" with an active status. At some point in the future, it may be determined that the drug record was created with an error and the status is changed to "entered in error". This status is not intended to specify if a medication is part of a particular formulary. It is possible that the drug record may be referenced by multiple formularies or catalogues and each of those entries would have a separate status." /> 4181 <min value="0" /> 4182 <max value="1" /> 4183 <type> 4184 <code value="code" /> 4185 </type> 4186 <mustSupport value="false" /> 4187 <isModifier value="true" /> 4188 <isModifierReason value="This element changes the interpretation of all descriptive attributes." /> 4189 <isSummary value="true" /> 4190 <binding> 4191 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 4192 <valueString value="MedicationKnowledgeStatus" /> 4193 </extension> 4194 <strength value="required" /> 4195 <description value="A coded concept defining if the medication is in active use." /> 4196 <valueSet value="http://hl7.org/fhir/ValueSet/medicationknowledge-status|5.0.0" /> 4197 </binding> 4198 <mapping> 4199 <identity value="rim" /> 4200 <map value=".statusCode" /> 4201 </mapping> 4202 </element> 4203 <element id="MedicationKnowledge.author"> 4204 <path value="MedicationKnowledge.author" /> 4205 <short value="Creator or owner of the knowledge or information about the medication" /> 4206 <definition value="The creator or owner of the knowledge or information about the medication." /> 4207 <min value="0" /> 4208 <max value="1" /> 4209 <type> 4210 <code value="Reference" /> 4211 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 4212 </type> 4213 <mustSupport value="false" /> 4214 <isModifier value="false" /> 4215 <isSummary value="false" /> 4216 <mapping> 4217 <identity value="w5" /> 4218 <map value="FiveWs.actor" /> 4219 </mapping> 4220 <mapping> 4221 <identity value="rim" /> 4222 <map value="ManufacturedProduct.subjectOf.DocumentEvent.author" /> 4223 </mapping> 4224 </element> 4225 <element id="MedicationKnowledge.intendedJurisdiction"> 4226 <path value="MedicationKnowledge.intendedJurisdiction" /> 4227 <short value="Codes that identify the different jurisdictions for which the information of this resource was created" /> 4228 <definition value="Lists the jurisdictions that this medication knowledge was written for." /> 4229 <comment value="The codes could have varying granularity from a country or group of countries down to a specific district." /> 4230 <min value="0" /> 4231 <max value="*" /> 4232 <type> 4233 <code value="CodeableConcept" /> 4234 </type> 4235 <mustSupport value="false" /> 4236 <isModifier value="false" /> 4237 <isSummary value="false" /> 4238 </element> 4239 <element id="MedicationKnowledge.name"> 4240 <path value="MedicationKnowledge.name" /> 4241 <short value="A name associated with the medication being described" /> 4242 <definition value="All of the names for a medication, for example, the name(s) given to a medication in different countries. For example, acetaminophen and paracetamol or salbutamol and albuterol." /> 4243 <min value="0" /> 4244 <max value="*" /> 4245 <type> 4246 <code value="string" /> 4247 </type> 4248 <mustSupport value="false" /> 4249 <isModifier value="false" /> 4250 <isSummary value="true" /> 4251 </element> 4252 <element id="MedicationKnowledge.relatedMedicationKnowledge"> 4253 <path value="MedicationKnowledge.relatedMedicationKnowledge" /> 4254 <short value="Associated or related medication information" /> 4255 <definition value="Associated or related medications. For example, if the medication is a branded product (e.g. Crestor), this is the Therapeutic Moeity (e.g. Rosuvastatin) or if this is a generic medication (e.g. Rosuvastatin), this would link to a branded product (e.g. Crestor." /> 4256 <min value="0" /> 4257 <max value="*" /> 4258 <type> 4259 <code value="BackboneElement" /> 4260 </type> 4261 <mustSupport value="false" /> 4262 <isModifier value="false" /> 4263 <isSummary value="false" /> 4264 </element> 4265 <element id="MedicationKnowledge.relatedMedicationKnowledge.type"> 4266 <path value="MedicationKnowledge.relatedMedicationKnowledge.type" /> 4267 <short value="Category of medicationKnowledge" /> 4268 <definition value="The category of the associated medication knowledge reference." /> 4269 <min value="1" /> 4270 <max value="1" /> 4271 <type> 4272 <code value="CodeableConcept" /> 4273 </type> 4274 <mustSupport value="false" /> 4275 <isModifier value="false" /> 4276 <isSummary value="false" /> 4277 </element> 4278 <element id="MedicationKnowledge.relatedMedicationKnowledge.reference"> 4279 <path value="MedicationKnowledge.relatedMedicationKnowledge.reference" /> 4280 <short value="Associated documentation about the associated medication knowledge" /> 4281 <definition value="Associated documentation about the associated medication knowledge." /> 4282 <min value="1" /> 4283 <max value="*" /> 4284 <type> 4285 <code value="Reference" /> 4286 <targetProfile value="http://hl7.org/fhir/StructureDefinition/MedicationKnowledge" /> 4287 </type> 4288 <mustSupport value="false" /> 4289 <isModifier value="false" /> 4290 <isSummary value="false" /> 4291 </element> 4292 <element id="MedicationKnowledge.associatedMedication"> 4293 <path value="MedicationKnowledge.associatedMedication" /> 4294 <short value="The set of medication resources that are associated with this medication" /> 4295 <definition value="Links to associated medications that could be prescribed, dispensed or administered." /> 4296 <min value="0" /> 4297 <max value="*" /> 4298 <type> 4299 <code value="Reference" /> 4300 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Medication" /> 4301 </type> 4302 <mustSupport value="false" /> 4303 <isModifier value="false" /> 4304 <isSummary value="false" /> 4305 </element> 4306 <element id="MedicationKnowledge.productType"> 4307 <path value="MedicationKnowledge.productType" /> 4308 <short value="Category of the medication or product" /> 4309 <definition value="Category of the medication or product (e.g. branded product, therapeutic moeity, generic product, innovator product, etc.)." /> 4310 <min value="0" /> 4311 <max value="*" /> 4312 <type> 4313 <code value="CodeableConcept" /> 4314 </type> 4315 <mustSupport value="false" /> 4316 <isModifier value="false" /> 4317 <isSummary value="false" /> 4318 </element> 4319 <element id="MedicationKnowledge.monograph"> 4320 <path value="MedicationKnowledge.monograph" /> 4321 <short value="Associated documentation about the medication" /> 4322 <definition value="Associated documentation about the medication." /> 4323 <min value="0" /> 4324 <max value="*" /> 4325 <type> 4326 <code value="BackboneElement" /> 4327 </type> 4328 <mustSupport value="false" /> 4329 <isModifier value="false" /> 4330 <isSummary value="false" /> 4331 </element> 4332 <element id="MedicationKnowledge.monograph.type"> 4333 <path value="MedicationKnowledge.monograph.type" /> 4334 <short value="The category of medication document" /> 4335 <definition value="The category of documentation about the medication. (e.g. professional monograph, patient education monograph)." /> 4336 <min value="0" /> 4337 <max value="1" /> 4338 <type> 4339 <code value="CodeableConcept" /> 4340 </type> 4341 <mustSupport value="false" /> 4342 <isModifier value="false" /> 4343 <isSummary value="false" /> 4344 </element> 4345 <element id="MedicationKnowledge.monograph.source"> 4346 <path value="MedicationKnowledge.monograph.source" /> 4347 <short value="Associated documentation about the medication" /> 4348 <definition value="Associated documentation about the medication." /> 4349 <min value="0" /> 4350 <max value="1" /> 4351 <type> 4352 <code value="Reference" /> 4353 <targetProfile value="http://hl7.org/fhir/StructureDefinition/DocumentReference" /> 4354 </type> 4355 <mustSupport value="false" /> 4356 <isModifier value="false" /> 4357 <isSummary value="false" /> 4358 </element> 4359 <element id="MedicationKnowledge.preparationInstruction"> 4360 <path value="MedicationKnowledge.preparationInstruction" /> 4361 <short value="The instructions for preparing the medication" /> 4362 <definition value="The instructions for preparing the medication." /> 4363 <min value="0" /> 4364 <max value="1" /> 4365 <type> 4366 <code value="markdown" /> 4367 </type> 4368 <mustSupport value="false" /> 4369 <isModifier value="false" /> 4370 <isSummary value="false" /> 4371 </element> 4372 <element id="MedicationKnowledge.cost"> 4373 <path value="MedicationKnowledge.cost" /> 4374 <short value="The pricing of the medication" /> 4375 <definition value="The price of the medication." /> 4376 <min value="0" /> 4377 <max value="*" /> 4378 <type> 4379 <code value="BackboneElement" /> 4380 </type> 4381 <mustSupport value="false" /> 4382 <isModifier value="false" /> 4383 <isSummary value="false" /> 4384 </element> 4385 <element id="MedicationKnowledge.cost.effectiveDate"> 4386 <path value="MedicationKnowledge.cost.effectiveDate" /> 4387 <short value="The date range for which the cost is effective" /> 4388 <definition value="The date range for which the cost information of the medication is effective." /> 4389 <min value="0" /> 4390 <max value="*" /> 4391 <type> 4392 <code value="Period" /> 4393 </type> 4394 <mustSupport value="false" /> 4395 <isModifier value="false" /> 4396 <isSummary value="false" /> 4397 </element> 4398 <element id="MedicationKnowledge.cost.type"> 4399 <path value="MedicationKnowledge.cost.type" /> 4400 <short value="The category of the cost information" /> 4401 <definition value="The category of the cost information. For example, manufacturers' cost, patient cost, claim reimbursement cost, actual acquisition cost." /> 4402 <min value="1" /> 4403 <max value="1" /> 4404 <type> 4405 <code value="CodeableConcept" /> 4406 </type> 4407 <mustSupport value="false" /> 4408 <isModifier value="false" /> 4409 <isSummary value="false" /> 4410 </element> 4411 <element id="MedicationKnowledge.cost.source"> 4412 <path value="MedicationKnowledge.cost.source" /> 4413 <short value="The source or owner for the price information" /> 4414 <definition value="The source or owner that assigns the price to the medication." /> 4415 <min value="0" /> 4416 <max value="1" /> 4417 <type> 4418 <code value="string" /> 4419 </type> 4420 <mustSupport value="false" /> 4421 <isModifier value="false" /> 4422 <isSummary value="false" /> 4423 </element> 4424 <element id="MedicationKnowledge.cost.cost[x]"> 4425 <path value="MedicationKnowledge.cost.cost[x]" /> 4426 <short value="The price or category of the cost of the medication" /> 4427 <definition value="The price or representation of the cost (for example, Band A, Band B or $, $$) of the medication." /> 4428 <min value="1" /> 4429 <max value="1" /> 4430 <type> 4431 <code value="Money" /> 4432 </type> 4433 <type> 4434 <code value="CodeableConcept" /> 4435 </type> 4436 <mustSupport value="false" /> 4437 <isModifier value="false" /> 4438 <isSummary value="false" /> 4439 <binding> 4440 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 4441 <valueString value="MedicationCostCategory" /> 4442 </extension> 4443 <strength value="example" /> 4444 <description value="A coded concept defining the category of a medication." /> 4445 <valueSet value="http://hl7.org/fhir/ValueSet/medication-cost-category" /> 4446 </binding> 4447 </element> 4448 <element id="MedicationKnowledge.monitoringProgram"> 4449 <path value="MedicationKnowledge.monitoringProgram" /> 4450 <short value="Program under which a medication is reviewed" /> 4451 <definition value="The program under which the medication is reviewed." /> 4452 <min value="0" /> 4453 <max value="*" /> 4454 <type> 4455 <code value="BackboneElement" /> 4456 </type> 4457 <mustSupport value="false" /> 4458 <isModifier value="false" /> 4459 <isSummary value="true" /> 4460 </element> 4461 <element id="MedicationKnowledge.monitoringProgram.type"> 4462 <path value="MedicationKnowledge.monitoringProgram.type" /> 4463 <short value="Type of program under which the medication is monitored" /> 4464 <definition value="Type of program under which the medication is monitored." /> 4465 <min value="0" /> 4466 <max value="1" /> 4467 <type> 4468 <code value="CodeableConcept" /> 4469 </type> 4470 <mustSupport value="false" /> 4471 <isModifier value="false" /> 4472 <isSummary value="false" /> 4473 </element> 4474 <element id="MedicationKnowledge.monitoringProgram.name"> 4475 <path value="MedicationKnowledge.monitoringProgram.name" /> 4476 <short value="Name of the reviewing program" /> 4477 <definition value="Name of the reviewing program." /> 4478 <min value="0" /> 4479 <max value="1" /> 4480 <type> 4481 <code value="string" /> 4482 </type> 4483 <mustSupport value="false" /> 4484 <isModifier value="false" /> 4485 <isSummary value="false" /> 4486 </element> 4487 <element id="MedicationKnowledge.indicationGuideline"> 4488 <path value="MedicationKnowledge.indicationGuideline" /> 4489 <short value="Guidelines or protocols for administration of the medication for an indication" /> 4490 <definition value="Guidelines or protocols that are applicable for the administration of the medication based on indication." /> 4491 <min value="0" /> 4492 <max value="*" /> 4493 <type> 4494 <code value="BackboneElement" /> 4495 </type> 4496 <mustSupport value="false" /> 4497 <isModifier value="false" /> 4498 <isSummary value="false" /> 4499 </element> 4500 <element id="MedicationKnowledge.indicationGuideline.indication"> 4501 <path value="MedicationKnowledge.indicationGuideline.indication" /> 4502 <short value="Indication for use that applies to the specific administration guideline" /> 4503 <definition value="Indication or reason for use of the medication that applies to the specific administration guideline." /> 4504 <min value="0" /> 4505 <max value="*" /> 4506 <type> 4507 <code value="CodeableReference" /> 4508 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition" /> 4509 </type> 4510 <mustSupport value="false" /> 4511 <isModifier value="false" /> 4512 <isSummary value="false" /> 4513 </element> 4514 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline"> 4515 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline" /> 4516 <short value="Guidelines for dosage of the medication" /> 4517 <definition value="The guidelines for the dosage of the medication for the indication." /> 4518 <min value="0" /> 4519 <max value="*" /> 4520 <type> 4521 <code value="BackboneElement" /> 4522 </type> 4523 <mustSupport value="false" /> 4524 <isModifier value="false" /> 4525 <isSummary value="false" /> 4526 </element> 4527 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.treatmentIntent"> 4528 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.treatmentIntent" /> 4529 <short value="Intention of the treatment" /> 4530 <definition value="The overall intention of the treatment, for example, prophylactic, supporative, curative, etc." /> 4531 <min value="0" /> 4532 <max value="1" /> 4533 <type> 4534 <code value="CodeableConcept" /> 4535 </type> 4536 <mustSupport value="false" /> 4537 <isModifier value="false" /> 4538 <isSummary value="false" /> 4539 </element> 4540 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage"> 4541 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage" /> 4542 <short value="Dosage for the medication for the specific guidelines" /> 4543 <definition value="Dosage for the medication for the specific guidelines." /> 4544 <min value="0" /> 4545 <max value="*" /> 4546 <type> 4547 <code value="BackboneElement" /> 4548 </type> 4549 <mustSupport value="false" /> 4550 <isModifier value="false" /> 4551 <isSummary value="false" /> 4552 </element> 4553 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.type"> 4554 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.type" /> 4555 <short value="Category of dosage for a medication" /> 4556 <definition value="The type or category of dosage for a given medication (for example, prophylaxis, maintenance, therapeutic, etc.)." /> 4557 <min value="1" /> 4558 <max value="1" /> 4559 <type> 4560 <code value="CodeableConcept" /> 4561 </type> 4562 <mustSupport value="false" /> 4563 <isModifier value="false" /> 4564 <isSummary value="false" /> 4565 </element> 4566 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.dosage"> 4567 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.dosage" /> 4568 <short value="Dosage for the medication for the specific guidelines" /> 4569 <definition value="Dosage for the medication for the specific guidelines." /> 4570 <min value="1" /> 4571 <max value="*" /> 4572 <type> 4573 <code value="Dosage" /> 4574 </type> 4575 <mustSupport value="false" /> 4576 <isModifier value="false" /> 4577 <isSummary value="false" /> 4578 </element> 4579 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.administrationTreatment"> 4580 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.administrationTreatment" /> 4581 <short value="Type of treatment the guideline applies to" /> 4582 <definition value="The type of the treatment that the guideline applies to, for example, long term therapy, first line treatment, etc." /> 4583 <min value="0" /> 4584 <max value="1" /> 4585 <type> 4586 <code value="CodeableConcept" /> 4587 </type> 4588 <mustSupport value="false" /> 4589 <isModifier value="false" /> 4590 <isSummary value="false" /> 4591 </element> 4592 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic"> 4593 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic" /> 4594 <short value="Characteristics of the patient that are relevant to the administration guidelines" /> 4595 <definition value="Characteristics of the patient that are relevant to the administration guidelines (for example, height, weight, gender, etc.)." /> 4596 <min value="0" /> 4597 <max value="*" /> 4598 <type> 4599 <code value="BackboneElement" /> 4600 </type> 4601 <mustSupport value="false" /> 4602 <isModifier value="false" /> 4603 <isSummary value="false" /> 4604 </element> 4605 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.type"> 4606 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.type" /> 4607 <short value="Categorization of specific characteristic that is relevant to the administration guideline" /> 4608 <definition value="The categorization of the specific characteristic that is relevant to the administration guideline (e.g. height, weight, gender)." /> 4609 <min value="1" /> 4610 <max value="1" /> 4611 <type> 4612 <code value="CodeableConcept" /> 4613 </type> 4614 <mustSupport value="false" /> 4615 <isModifier value="false" /> 4616 <isSummary value="false" /> 4617 </element> 4618 <element id="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.value[x]"> 4619 <path value="MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.value[x]" /> 4620 <short value="The specific characteristic" /> 4621 <definition value="The specific characteristic (e.g. height, weight, gender, etc.)." /> 4622 <min value="0" /> 4623 <max value="1" /> 4624 <type> 4625 <code value="CodeableConcept" /> 4626 </type> 4627 <type> 4628 <code value="Quantity" /> 4629 </type> 4630 <type> 4631 <code value="Range" /> 4632 </type> 4633 <mustSupport value="false" /> 4634 <isModifier value="false" /> 4635 <isSummary value="false" /> 4636 </element> 4637 <element id="MedicationKnowledge.medicineClassification"> 4638 <path value="MedicationKnowledge.medicineClassification" /> 4639 <short value="Categorization of the medication within a formulary or classification system" /> 4640 <definition value="Categorization of the medication within a formulary or classification system." /> 4641 <min value="0" /> 4642 <max value="*" /> 4643 <type> 4644 <code value="BackboneElement" /> 4645 </type> 4646 <mustSupport value="false" /> 4647 <isModifier value="false" /> 4648 <isSummary value="false" /> 4649 </element> 4650 <element id="MedicationKnowledge.medicineClassification.type"> 4651 <path value="MedicationKnowledge.medicineClassification.type" /> 4652 <short value="The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)" /> 4653 <definition value="The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)." /> 4654 <min value="1" /> 4655 <max value="1" /> 4656 <type> 4657 <code value="CodeableConcept" /> 4658 </type> 4659 <mustSupport value="false" /> 4660 <isModifier value="false" /> 4661 <isSummary value="false" /> 4662 </element> 4663 <element id="MedicationKnowledge.medicineClassification.source[x]"> 4664 <path value="MedicationKnowledge.medicineClassification.source[x]" /> 4665 <short value="The source of the classification" /> 4666 <definition value="Either a textual source of the classification or a reference to an online source." /> 4667 <min value="0" /> 4668 <max value="1" /> 4669 <type> 4670 <code value="string" /> 4671 </type> 4672 <type> 4673 <code value="uri" /> 4674 </type> 4675 <mustSupport value="false" /> 4676 <isModifier value="false" /> 4677 <isSummary value="false" /> 4678 </element> 4679 <element id="MedicationKnowledge.medicineClassification.classification"> 4680 <path value="MedicationKnowledge.medicineClassification.classification" /> 4681 <short value="Specific category assigned to the medication" /> 4682 <definition value="Specific category assigned to the medication (e.g. anti-infective, anti-hypertensive, antibiotic, etc.)." /> 4683 <min value="0" /> 4684 <max value="*" /> 4685 <type> 4686 <code value="CodeableConcept" /> 4687 </type> 4688 <mustSupport value="false" /> 4689 <isModifier value="false" /> 4690 <isSummary value="false" /> 4691 </element> 4692 <element id="MedicationKnowledge.packaging"> 4693 <path value="MedicationKnowledge.packaging" /> 4694 <short value="Details about packaged medications" /> 4695 <definition value="Information that only applies to packages (not products)." /> 4696 <min value="0" /> 4697 <max value="*" /> 4698 <type> 4699 <code value="BackboneElement" /> 4700 </type> 4701 <mustSupport value="false" /> 4702 <isModifier value="false" /> 4703 <isSummary value="false" /> 4704 </element> 4705 <element id="MedicationKnowledge.packaging.cost"> 4706 <path value="MedicationKnowledge.packaging.cost" /> 4707 <short value="Cost of the packaged medication" /> 4708 <definition value="The cost of the packaged medication." /> 4709 <min value="0" /> 4710 <max value="*" /> 4711 <contentReference value="#MedicationKnowledge.cost" /> 4712 <mustSupport value="false" /> 4713 <isModifier value="false" /> 4714 <isSummary value="false" /> 4715 </element> 4716 <element id="MedicationKnowledge.packaging.packagedProduct"> 4717 <path value="MedicationKnowledge.packaging.packagedProduct" /> 4718 <short value="The packaged medication that is being priced" /> 4719 <definition value="A reference to a PackagedProductDefinition that provides the details of the product that is in the packaging and is being priced." /> 4720 <min value="0" /> 4721 <max value="1" /> 4722 <type> 4723 <code value="Reference" /> 4724 <targetProfile value="http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition" /> 4725 </type> 4726 <mustSupport value="false" /> 4727 <isModifier value="false" /> 4728 <isSummary value="false" /> 4729 </element> 4730 <element id="MedicationKnowledge.clinicalUseIssue"> 4731 <path value="MedicationKnowledge.clinicalUseIssue" /> 4732 <short value="Potential clinical issue with or between medication(s)" /> 4733 <definition value="Potential clinical issue with or between medication(s) (for example, drug-drug interaction, drug-disease contraindication, drug-allergy interaction, etc.)." /> 4734 <min value="0" /> 4735 <max value="*" /> 4736 <type> 4737 <code value="Reference" /> 4738 <targetProfile value="http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition" /> 4739 </type> 4740 <mustSupport value="false" /> 4741 <isModifier value="false" /> 4742 <isSummary value="false" /> 4743 </element> 4744 <element id="MedicationKnowledge.storageGuideline"> 4745 <path value="MedicationKnowledge.storageGuideline" /> 4746 <short value="How the medication should be stored" /> 4747 <definition value="Information on how the medication should be stored, for example, refrigeration temperatures and length of stability at a given temperature." /> 4748 <min value="0" /> 4749 <max value="*" /> 4750 <type> 4751 <code value="BackboneElement" /> 4752 </type> 4753 <mustSupport value="false" /> 4754 <isModifier value="false" /> 4755 <isSummary value="false" /> 4756 </element> 4757 <element id="MedicationKnowledge.storageGuideline.reference"> 4758 <path value="MedicationKnowledge.storageGuideline.reference" /> 4759 <short value="Reference to additional information" /> 4760 <definition value="Reference to additional information about the storage guidelines." /> 4761 <min value="0" /> 4762 <max value="1" /> 4763 <type> 4764 <code value="uri" /> 4765 </type> 4766 <mustSupport value="false" /> 4767 <isModifier value="false" /> 4768 <isSummary value="false" /> 4769 </element> 4770 <element id="MedicationKnowledge.storageGuideline.note"> 4771 <path value="MedicationKnowledge.storageGuideline.note" /> 4772 <short value="Additional storage notes" /> 4773 <definition value="Additional notes about the storage." /> 4774 <min value="0" /> 4775 <max value="*" /> 4776 <type> 4777 <code value="Annotation" /> 4778 </type> 4779 <mustSupport value="false" /> 4780 <isModifier value="false" /> 4781 <isSummary value="false" /> 4782 </element> 4783 <element id="MedicationKnowledge.storageGuideline.stabilityDuration"> 4784 <path value="MedicationKnowledge.storageGuideline.stabilityDuration" /> 4785 <short value="Duration remains stable" /> 4786 <definition value="Duration that the medication remains stable if the environmentalSetting is respected." /> 4787 <min value="0" /> 4788 <max value="1" /> 4789 <type> 4790 <code value="Duration" /> 4791 </type> 4792 <mustSupport value="false" /> 4793 <isModifier value="false" /> 4794 <isSummary value="false" /> 4795 </element> 4796 <element id="MedicationKnowledge.storageGuideline.environmentalSetting"> 4797 <path value="MedicationKnowledge.storageGuideline.environmentalSetting" /> 4798 <short value="Setting or value of environment for adequate storage" /> 4799 <definition value="Describes a setting/value on the environment for the adequate storage of the medication and other substances. Environment settings may involve temperature, humidity, or exposure to light." /> 4800 <min value="0" /> 4801 <max value="*" /> 4802 <type> 4803 <code value="BackboneElement" /> 4804 </type> 4805 <mustSupport value="false" /> 4806 <isModifier value="false" /> 4807 <isSummary value="false" /> 4808 </element> 4809 <element id="MedicationKnowledge.storageGuideline.environmentalSetting.type"> 4810 <path value="MedicationKnowledge.storageGuideline.environmentalSetting.type" /> 4811 <short value="Categorization of the setting" /> 4812 <definition value="Identifies the category or type of setting (e.g., type of location, temperature, humidity)." /> 4813 <min value="1" /> 4814 <max value="1" /> 4815 <type> 4816 <code value="CodeableConcept" /> 4817 </type> 4818 <mustSupport value="false" /> 4819 <isModifier value="false" /> 4820 <isSummary value="false" /> 4821 </element> 4822 <element id="MedicationKnowledge.storageGuideline.environmentalSetting.value[x]"> 4823 <path value="MedicationKnowledge.storageGuideline.environmentalSetting.value[x]" /> 4824 <short value="Value of the setting" /> 4825 <definition value="Value associated to the setting. E.g., 40° – 50°F for temperature." /> 4826 <min value="1" /> 4827 <max value="1" /> 4828 <type> 4829 <code value="Quantity" /> 4830 </type> 4831 <type> 4832 <code value="Range" /> 4833 </type> 4834 <type> 4835 <code value="CodeableConcept" /> 4836 </type> 4837 <mustSupport value="false" /> 4838 <isModifier value="false" /> 4839 <isSummary value="false" /> 4840 </element> 4841 <element id="MedicationKnowledge.regulatory"> 4842 <path value="MedicationKnowledge.regulatory" /> 4843 <short value="Regulatory information about a medication" /> 4844 <definition value="Regulatory information about a medication." /> 4845 <min value="0" /> 4846 <max value="*" /> 4847 <type> 4848 <code value="BackboneElement" /> 4849 </type> 4850 <mustSupport value="false" /> 4851 <isModifier value="false" /> 4852 <isSummary value="false" /> 4853 </element> 4854 <element id="MedicationKnowledge.regulatory.regulatoryAuthority"> 4855 <path value="MedicationKnowledge.regulatory.regulatoryAuthority" /> 4856 <short value="Specifies the authority of the regulation" /> 4857 <definition value="The authority that is specifying the regulations." /> 4858 <min value="1" /> 4859 <max value="1" /> 4860 <type> 4861 <code value="Reference" /> 4862 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> 4863 </type> 4864 <mustSupport value="false" /> 4865 <isModifier value="false" /> 4866 <isSummary value="false" /> 4867 </element> 4868 <element id="MedicationKnowledge.regulatory.substitution"> 4869 <path value="MedicationKnowledge.regulatory.substitution" /> 4870 <short value="Specifies if changes are allowed when dispensing a medication from a regulatory perspective" /> 4871 <definition value="Specifies if changes are allowed when dispensing a medication from a regulatory perspective." /> 4872 <min value="0" /> 4873 <max value="*" /> 4874 <type> 4875 <code value="BackboneElement" /> 4876 </type> 4877 <mustSupport value="false" /> 4878 <isModifier value="false" /> 4879 <isSummary value="false" /> 4880 </element> 4881 <element id="MedicationKnowledge.regulatory.substitution.type"> 4882 <path value="MedicationKnowledge.regulatory.substitution.type" /> 4883 <short value="Specifies the type of substitution allowed" /> 4884 <definition value="Specifies the type of substitution allowed." /> 4885 <min value="1" /> 4886 <max value="1" /> 4887 <type> 4888 <code value="CodeableConcept" /> 4889 </type> 4890 <mustSupport value="false" /> 4891 <isModifier value="false" /> 4892 <isSummary value="false" /> 4893 </element> 4894 <element id="MedicationKnowledge.regulatory.substitution.allowed"> 4895 <path value="MedicationKnowledge.regulatory.substitution.allowed" /> 4896 <short value="Specifies if regulation allows for changes in the medication when dispensing" /> 4897 <definition value="Specifies if regulation allows for changes in the medication when dispensing." /> 4898 <min value="1" /> 4899 <max value="1" /> 4900 <type> 4901 <code value="boolean" /> 4902 </type> 4903 <mustSupport value="false" /> 4904 <isModifier value="false" /> 4905 <isSummary value="false" /> 4906 </element> 4907 <element id="MedicationKnowledge.regulatory.schedule"> 4908 <path value="MedicationKnowledge.regulatory.schedule" /> 4909 <short value="Specifies the schedule of a medication in jurisdiction" /> 4910 <definition value="Specifies the schedule of a medication in jurisdiction." /> 4911 <min value="0" /> 4912 <max value="*" /> 4913 <type> 4914 <code value="CodeableConcept" /> 4915 </type> 4916 <mustSupport value="false" /> 4917 <isModifier value="false" /> 4918 <isSummary value="false" /> 4919 </element> 4920 <element id="MedicationKnowledge.regulatory.maxDispense"> 4921 <path value="MedicationKnowledge.regulatory.maxDispense" /> 4922 <short value="The maximum number of units of the medication that can be dispensed in a period" /> 4923 <definition value="The maximum number of units of the medication that can be dispensed in a period." /> 4924 <min value="0" /> 4925 <max value="1" /> 4926 <type> 4927 <code value="BackboneElement" /> 4928 </type> 4929 <mustSupport value="false" /> 4930 <isModifier value="false" /> 4931 <isSummary value="false" /> 4932 </element> 4933 <element id="MedicationKnowledge.regulatory.maxDispense.quantity"> 4934 <path value="MedicationKnowledge.regulatory.maxDispense.quantity" /> 4935 <short value="The maximum number of units of the medication that can be dispensed" /> 4936 <definition value="The maximum number of units of the medication that can be dispensed." /> 4937 <min value="1" /> 4938 <max value="1" /> 4939 <type> 4940 <code value="Quantity" /> 4941 <profile value="http://hl7.org/fhir/StructureDefinition/SimpleQuantity" /> 4942 </type> 4943 <mustSupport value="false" /> 4944 <isModifier value="false" /> 4945 <isSummary value="false" /> 4946 </element> 4947 <element id="MedicationKnowledge.regulatory.maxDispense.period"> 4948 <path value="MedicationKnowledge.regulatory.maxDispense.period" /> 4949 <short value="The period that applies to the maximum number of units" /> 4950 <definition value="The period that applies to the maximum number of units." /> 4951 <min value="0" /> 4952 <max value="1" /> 4953 <type> 4954 <code value="Duration" /> 4955 </type> 4956 <mustSupport value="false" /> 4957 <isModifier value="false" /> 4958 <isSummary value="false" /> 4959 </element> 4960 <element id="MedicationKnowledge.definitional"> 4961 <path value="MedicationKnowledge.definitional" /> 4962 <short value="Minimal definition information about the medication" /> 4963 <definition value="Along with the link to a Medicinal Product Definition resource, this information provides common definitional elements that are needed to understand the specific medication that is being described." /> 4964 <min value="0" /> 4965 <max value="1" /> 4966 <type> 4967 <code value="BackboneElement" /> 4968 </type> 4969 <mustSupport value="false" /> 4970 <isModifier value="false" /> 4971 <isSummary value="false" /> 4972 </element> 4973 <element id="MedicationKnowledge.definitional.definition"> 4974 <path value="MedicationKnowledge.definitional.definition" /> 4975 <short value="Definitional resources that provide more information about this medication" /> 4976 <definition value="Associated definitions for this medication." /> 4977 <min value="0" /> 4978 <max value="*" /> 4979 <type> 4980 <code value="Reference" /> 4981 <targetProfile value="http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition" /> 4982 </type> 4983 <mustSupport value="false" /> 4984 <isModifier value="false" /> 4985 <isSummary value="false" /> 4986 </element> 4987 <element id="MedicationKnowledge.definitional.doseForm"> 4988 <path value="MedicationKnowledge.definitional.doseForm" /> 4989 <short value="powder | tablets | capsule +" /> 4990 <definition value="Describes the form of the item. Powder; tablets; capsule." /> 4991 <comment value="When Medication is referenced from MedicationRequest, this is the ordered form. When Medication is referenced within MedicationDispense, this is the dispensed form. When Medication is referenced within MedicationAdministration, this is administered form." /> 4992 <min value="0" /> 4993 <max value="1" /> 4994 <type> 4995 <code value="CodeableConcept" /> 4996 </type> 4997 <mustSupport value="false" /> 4998 <isModifier value="false" /> 4999 <isSummary value="false" /> 5000 <binding> 5001 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 5002 <valueString value="MedicationForm" /> 5003 </extension> 5004 <strength value="example" /> 5005 <valueSet value="http://hl7.org/fhir/ValueSet/medication-form-codes" /> 5006 </binding> 5007 </element> 5008 <element id="MedicationKnowledge.definitional.intendedRoute"> 5009 <path value="MedicationKnowledge.definitional.intendedRoute" /> 5010 <short value="The intended or approved route of administration" /> 5011 <definition value="The intended or approved route of administration." /> 5012 <min value="0" /> 5013 <max value="*" /> 5014 <type> 5015 <code value="CodeableConcept" /> 5016 </type> 5017 <mustSupport value="false" /> 5018 <isModifier value="false" /> 5019 <isSummary value="false" /> 5020 <binding> 5021 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 5022 <valueString value="MedicationRoute" /> 5023 </extension> 5024 <strength value="example" /> 5025 <valueSet value="http://hl7.org/fhir/ValueSet/route-codes" /> 5026 </binding> 5027 </element> 5028 <element id="MedicationKnowledge.definitional.ingredient"> 5029 <path value="MedicationKnowledge.definitional.ingredient" /> 5030 <short value="Active or inactive ingredient" /> 5031 <definition value="Identifies a particular constituent of interest in the product." /> 5032 <min value="0" /> 5033 <max value="*" /> 5034 <type> 5035 <code value="BackboneElement" /> 5036 </type> 5037 <mustSupport value="false" /> 5038 <isModifier value="false" /> 5039 <isSummary value="true" /> 5040 </element> 5041 <element id="MedicationKnowledge.definitional.ingredient.item"> 5042 <path value="MedicationKnowledge.definitional.ingredient.item" /> 5043 <short value="Substances contained in the medication" /> 5044 <definition value="A reference to the resource that provides information about the ingredient." /> 5045 <min value="1" /> 5046 <max value="1" /> 5047 <type> 5048 <code value="CodeableReference" /> 5049 <targetProfile value="http://hl7.org/fhir/StructureDefinition/Substance" /> 5050 </type> 5051 <mustSupport value="false" /> 5052 <isModifier value="false" /> 5053 <isSummary value="true" /> 5054 </element> 5055 <element id="MedicationKnowledge.definitional.ingredient.type"> 5056 <path value="MedicationKnowledge.definitional.ingredient.type" /> 5057 <short value="A code that defines the type of ingredient, active, base, etc" /> 5058 <definition value="Indication of whether this ingredient affects the therapeutic action of the drug." /> 5059 <min value="0" /> 5060 <max value="1" /> 5061 <type> 5062 <code value="CodeableConcept" /> 5063 </type> 5064 <mustSupport value="false" /> 5065 <isModifier value="false" /> 5066 <isSummary value="false" /> 5067 <binding> 5068 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 5069 <valueString value="MedicationIngredientIsActive" /> 5070 </extension> 5071 <strength value="example" /> 5072 <valueSet value="http://terminology.hl7.org/ValueSet/v3-RoleClassIngredientEntity" /> 5073 </binding> 5074 </element> 5075 <element id="MedicationKnowledge.definitional.ingredient.strength[x]"> 5076 <path value="MedicationKnowledge.definitional.ingredient.strength[x]" /> 5077 <short value="Quantity of ingredient present" /> 5078 <definition value="Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet but can also be expressed a quantity when the denominator is assumed to be 1 tablet." /> 5079 <min value="0" /> 5080 <max value="1" /> 5081 <type> 5082 <code value="Ratio" /> 5083 </type> 5084 <type> 5085 <code value="CodeableConcept" /> 5086 </type> 5087 <type> 5088 <code value="Quantity" /> 5089 </type> 5090 <mustSupport value="false" /> 5091 <isModifier value="false" /> 5092 <isSummary value="false" /> 5093 <binding> 5094 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 5095 <valueString value="MedicationIngredientStrength" /> 5096 </extension> 5097 <strength value="example" /> 5098 <valueSet value="http://hl7.org/fhir/ValueSet/medication-ingredientstrength" /> 5099 </binding> 5100 </element> 5101 <element id="MedicationKnowledge.definitional.drugCharacteristic"> 5102 <path value="MedicationKnowledge.definitional.drugCharacteristic" /> 5103 <short value="Specifies descriptive properties of the medicine" /> 5104 <definition value="Specifies descriptive properties of the medicine, such as color, shape, imprints, etc." /> 5105 <min value="0" /> 5106 <max value="*" /> 5107 <type> 5108 <code value="BackboneElement" /> 5109 </type> 5110 <mustSupport value="false" /> 5111 <isModifier value="false" /> 5112 <isSummary value="false" /> 5113 </element> 5114 <element id="MedicationKnowledge.definitional.drugCharacteristic.type"> 5115 <path value="MedicationKnowledge.definitional.drugCharacteristic.type" /> 5116 <short value="Code specifying the type of characteristic of medication" /> 5117 <definition value="A code specifying which characteristic of the medicine is being described (for example, colour, shape, imprint)." /> 5118 <min value="0" /> 5119 <max value="1" /> 5120 <type> 5121 <code value="CodeableConcept" /> 5122 </type> 5123 <mustSupport value="false" /> 5124 <isModifier value="false" /> 5125 <isSummary value="false" /> 5126 <binding> 5127 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 5128 <valueString value="MedicationCharacteristic" /> 5129 </extension> 5130 <strength value="example" /> 5131 <valueSet value="http://hl7.org/fhir/ValueSet/medicationknowledge-characteristic" /> 5132 </binding> 5133 </element> 5134 <element id="MedicationKnowledge.definitional.drugCharacteristic.value[x]"> 5135 <path value="MedicationKnowledge.definitional.drugCharacteristic.value[x]" /> 5136 <short value="Description of the characteristic" /> 5137 <definition value="Description of the characteristic." /> 5138 <comment value="The description should be provided as a CodeableConcept, SimpleQuantity or an image. The description can be a string only when these others are not available." /> 5139 <min value="0" /> 5140 <max value="1" /> 5141 <type> 5142 <code value="CodeableConcept" /> 5143 </type> 5144 <type> 5145 <code value="string" /> 5146 </type> 5147 <type> 5148 <code value="Quantity" /> 5149 <profile value="http://hl7.org/fhir/StructureDefinition/SimpleQuantity" /> 5150 </type> 5151 <type> 5152 <code value="base64Binary" /> 5153 </type> 5154 <type> 5155 <code value="Attachment" /> 5156 </type> 5157 <mustSupport value="false" /> 5158 <isModifier value="false" /> 5159 <isSummary value="false" /> 5160 </element> 5161 </differential> 5162 </StructureDefinition>