patient-proficiency.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <StructureDefinition xmlns="http://hl7.org/fhir"> 3 <id value="patient-proficiency" /> 4 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> 5 <valueCode value="pa" /> 6 </extension> 7 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> 8 <valueInteger value="1" /> 9 </extension> 10 <url value="http://hl7.org/fhir/StructureDefinition/patient-proficiency" /> 11 <version value="4.0.1" /> 12 <name value="proficiency" /> 13 <title value="proficiency" /> 14 <status value="draft" /> 15 <date value="2019-10-31T23:29:23.0000000+01:00" /> 16 <publisher value="HL7" /> 17 <description value="Proficiency level of the communication." /> 18 <fhirVersion value="4.0.1" /> 19 <mapping> 20 <identity value="rim" /> 21 <uri value="http://hl7.org/v3" /> 22 <name value="RIM Mapping" /> 23 </mapping> 24 <kind value="complex-type" /> 25 <abstract value="false" /> 26 <context> 27 <type value="element" /> 28 <expression value="Patient.communication" /> 29 </context> 30 <type value="Extension" /> 31 <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> 32 <derivation value="constraint" /> 33 <snapshot> 34 <element id="Extension"> 35 <path value="Extension" /> 36 <short value="Proficiency level of the communication" /> 37 <definition value="Proficiency level of the communication." /> 38 <min value="0" /> 39 <max value="*" /> 40 <base> 41 <path value="Extension" /> 42 <min value="0" /> 43 <max value="*" /> 44 </base> 45 <condition value="ele-1" /> 46 <constraint> 47 <key value="ele-1" /> 48 <severity value="error" /> 49 <human value="All FHIR elements must have a @value or children" /> 50 <expression value="hasValue() or (children().count() > id.count())" /> 51 <xpath value="@value|f:*|h:div" /> 52 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 53 </constraint> 54 <constraint> 55 <key value="ext-1" /> 56 <severity value="error" /> 57 <human value="Must have either extensions or value[x], not both" /> 58 <expression value="extension.exists() != value.exists()" /> 59 <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" /> 60 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 61 </constraint> 62 <isModifier value="false" /> 63 </element> 64 <element id="Extension.id"> 65 <path value="Extension.id" /> 66 <representation value="xmlAttr" /> 67 <short value="Unique id for inter-element referencing" /> 68 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 69 <min value="0" /> 70 <max value="1" /> 71 <base> 72 <path value="Element.id" /> 73 <min value="0" /> 74 <max value="1" /> 75 </base> 76 <type> 77 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 78 <valueUrl value="string" /> 79 </extension> 80 <code value="http://hl7.org/fhirpath/System.String" /> 81 </type> 82 <isModifier value="false" /> 83 <isSummary value="false" /> 84 <mapping> 85 <identity value="rim" /> 86 <map value="n/a" /> 87 </mapping> 88 </element> 89 <element id="Extension.extension"> 90 <path value="Extension.extension" /> 91 <slicing> 92 <discriminator> 93 <type value="value" /> 94 <path value="url" /> 95 </discriminator> 96 <description value="Extensions are always sliced by (at least) url" /> 97 <rules value="open" /> 98 </slicing> 99 <short value="Additional content defined by implementations" /> 100 <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 manageable, 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." /> 101 <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." /> 102 <alias value="extensions" /> 103 <alias value="user content" /> 104 <min value="0" /> 105 <max value="*" /> 106 <base> 107 <path value="Element.extension" /> 108 <min value="0" /> 109 <max value="*" /> 110 </base> 111 <type> 112 <code value="Extension" /> 113 </type> 114 <constraint> 115 <key value="ele-1" /> 116 <severity value="error" /> 117 <human value="All FHIR elements must have a @value or children" /> 118 <expression value="hasValue() or (children().count() > id.count())" /> 119 <xpath value="@value|f:*|h:div" /> 120 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 121 </constraint> 122 <constraint> 123 <key value="ext-1" /> 124 <severity value="error" /> 125 <human value="Must have either extensions or value[x], not both" /> 126 <expression value="extension.exists() != value.exists()" /> 127 <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])" /> 128 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 129 </constraint> 130 <isModifier value="false" /> 131 <isSummary value="false" /> 132 <mapping> 133 <identity value="rim" /> 134 <map value="n/a" /> 135 </mapping> 136 </element> 137 <element id="Extension.extension:level"> 138 <path value="Extension.extension" /> 139 <sliceName value="level" /> 140 <short value="The proficiency level of the communication" /> 141 <definition value="How well the patient can communicate this communication (good, poor, etc.)." /> 142 <min value="0" /> 143 <max value="1" /> 144 <base> 145 <path value="Element.extension" /> 146 <min value="0" /> 147 <max value="*" /> 148 </base> 149 <type> 150 <code value="Extension" /> 151 </type> 152 <constraint> 153 <key value="ele-1" /> 154 <severity value="error" /> 155 <human value="All FHIR elements must have a @value or children" /> 156 <expression value="hasValue() or (children().count() > id.count())" /> 157 <xpath value="@value|f:*|h:div" /> 158 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 159 </constraint> 160 <constraint> 161 <key value="ext-1" /> 162 <severity value="error" /> 163 <human value="Must have either extensions or value[x], not both" /> 164 <expression value="extension.exists() != value.exists()" /> 165 <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])" /> 166 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 167 </constraint> 168 <isModifier value="false" /> 169 <isSummary value="false" /> 170 </element> 171 <element id="Extension.extension:level.id"> 172 <path value="Extension.extension.id" /> 173 <representation value="xmlAttr" /> 174 <short value="Unique id for inter-element referencing" /> 175 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 176 <min value="0" /> 177 <max value="1" /> 178 <base> 179 <path value="Element.id" /> 180 <min value="0" /> 181 <max value="1" /> 182 </base> 183 <type> 184 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 185 <valueUrl value="string" /> 186 </extension> 187 <code value="http://hl7.org/fhirpath/System.String" /> 188 </type> 189 <isModifier value="false" /> 190 <isSummary value="false" /> 191 <mapping> 192 <identity value="rim" /> 193 <map value="n/a" /> 194 </mapping> 195 </element> 196 <element id="Extension.extension:level.extension"> 197 <path value="Extension.extension.extension" /> 198 <slicing> 199 <discriminator> 200 <type value="value" /> 201 <path value="url" /> 202 </discriminator> 203 <description value="Extensions are always sliced by (at least) url" /> 204 <rules value="open" /> 205 </slicing> 206 <short value="Extension" /> 207 <definition value="An Extension" /> 208 <min value="0" /> 209 <max value="0" /> 210 <base> 211 <path value="Element.extension" /> 212 <min value="0" /> 213 <max value="*" /> 214 </base> 215 <type> 216 <code value="Extension" /> 217 </type> 218 <constraint> 219 <key value="ele-1" /> 220 <severity value="error" /> 221 <human value="All FHIR elements must have a @value or children" /> 222 <expression value="hasValue() or (children().count() > id.count())" /> 223 <xpath value="@value|f:*|h:div" /> 224 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 225 </constraint> 226 <constraint> 227 <key value="ext-1" /> 228 <severity value="error" /> 229 <human value="Must have either extensions or value[x], not both" /> 230 <expression value="extension.exists() != value.exists()" /> 231 <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])" /> 232 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 233 </constraint> 234 <isModifier value="false" /> 235 <isSummary value="false" /> 236 </element> 237 <element id="Extension.extension:level.url"> 238 <path value="Extension.extension.url" /> 239 <representation value="xmlAttr" /> 240 <short value="identifies the meaning of the extension" /> 241 <definition value="Source of the definition for the extension code - a logical name or a URL." /> 242 <comment value="The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension." /> 243 <min value="1" /> 244 <max value="1" /> 245 <base> 246 <path value="Extension.url" /> 247 <min value="1" /> 248 <max value="1" /> 249 </base> 250 <type> 251 <code value="uri" /> 252 </type> 253 <fixedUri value="level" /> 254 <isModifier value="false" /> 255 <isSummary value="false" /> 256 <mapping> 257 <identity value="rim" /> 258 <map value="N/A" /> 259 </mapping> 260 </element> 261 <element id="Extension.extension:level.value[x]"> 262 <path value="Extension.extension.value[x]" /> 263 <short value="Value of extension" /> 264 <definition value="Value of extension - must be one of a constrained set of the data types (see [Extensibility](http://hl7.org/fhir/extensibility.html) for a list)." /> 265 <min value="1" /> 266 <max value="1" /> 267 <base> 268 <path value="Extension.value[x]" /> 269 <min value="0" /> 270 <max value="1" /> 271 </base> 272 <type> 273 <code value="Coding" /> 274 </type> 275 <constraint> 276 <key value="ele-1" /> 277 <severity value="error" /> 278 <human value="All FHIR elements must have a @value or children" /> 279 <expression value="hasValue() or (children().count() > id.count())" /> 280 <xpath value="@value|f:*|h:div" /> 281 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 282 </constraint> 283 <isModifier value="false" /> 284 <isSummary value="false" /> 285 <binding> 286 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 287 <valueString value="ProficiencyLevel" /> 288 </extension> 289 <strength value="preferred" /> 290 <description value="The proficiency level for the communication." /> 291 <valueSet value="http://terminology.hl7.org/ValueSet/v3-LanguageAbilityProficiency" /> 292 </binding> 293 <mapping> 294 <identity value="rim" /> 295 <map value="N/A" /> 296 </mapping> 297 </element> 298 <element id="Extension.extension:type"> 299 <path value="Extension.extension" /> 300 <sliceName value="type" /> 301 <short value="The proficiency type of the communication" /> 302 <definition value="What type of communication for the proficiency (spoken, written, etc.)." /> 303 <min value="0" /> 304 <max value="*" /> 305 <base> 306 <path value="Element.extension" /> 307 <min value="0" /> 308 <max value="*" /> 309 </base> 310 <type> 311 <code value="Extension" /> 312 </type> 313 <constraint> 314 <key value="ele-1" /> 315 <severity value="error" /> 316 <human value="All FHIR elements must have a @value or children" /> 317 <expression value="hasValue() or (children().count() > id.count())" /> 318 <xpath value="@value|f:*|h:div" /> 319 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 320 </constraint> 321 <constraint> 322 <key value="ext-1" /> 323 <severity value="error" /> 324 <human value="Must have either extensions or value[x], not both" /> 325 <expression value="extension.exists() != value.exists()" /> 326 <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])" /> 327 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 328 </constraint> 329 <isModifier value="false" /> 330 <isSummary value="false" /> 331 </element> 332 <element id="Extension.extension:type.id"> 333 <path value="Extension.extension.id" /> 334 <representation value="xmlAttr" /> 335 <short value="Unique id for inter-element referencing" /> 336 <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." /> 337 <min value="0" /> 338 <max value="1" /> 339 <base> 340 <path value="Element.id" /> 341 <min value="0" /> 342 <max value="1" /> 343 </base> 344 <type> 345 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 346 <valueUrl value="string" /> 347 </extension> 348 <code value="http://hl7.org/fhirpath/System.String" /> 349 </type> 350 <isModifier value="false" /> 351 <isSummary value="false" /> 352 <mapping> 353 <identity value="rim" /> 354 <map value="n/a" /> 355 </mapping> 356 </element> 357 <element id="Extension.extension:type.extension"> 358 <path value="Extension.extension.extension" /> 359 <slicing> 360 <discriminator> 361 <type value="value" /> 362 <path value="url" /> 363 </discriminator> 364 <description value="Extensions are always sliced by (at least) url" /> 365 <rules value="open" /> 366 </slicing> 367 <short value="Extension" /> 368 <definition value="An Extension" /> 369 <min value="0" /> 370 <max value="0" /> 371 <base> 372 <path value="Element.extension" /> 373 <min value="0" /> 374 <max value="*" /> 375 </base> 376 <type> 377 <code value="Extension" /> 378 </type> 379 <constraint> 380 <key value="ele-1" /> 381 <severity value="error" /> 382 <human value="All FHIR elements must have a @value or children" /> 383 <expression value="hasValue() or (children().count() > id.count())" /> 384 <xpath value="@value|f:*|h:div" /> 385 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 386 </constraint> 387 <constraint> 388 <key value="ext-1" /> 389 <severity value="error" /> 390 <human value="Must have either extensions or value[x], not both" /> 391 <expression value="extension.exists() != value.exists()" /> 392 <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])" /> 393 <source value="http://hl7.org/fhir/StructureDefinition/Extension" /> 394 </constraint> 395 <isModifier value="false" /> 396 <isSummary value="false" /> 397 </element> 398 <element id="Extension.extension:type.url"> 399 <path value="Extension.extension.url" /> 400 <representation value="xmlAttr" /> 401 <short value="identifies the meaning of the extension" /> 402 <definition value="Source of the definition for the extension code - a logical name or a URL." /> 403 <comment value="The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension." /> 404 <min value="1" /> 405 <max value="1" /> 406 <base> 407 <path value="Extension.url" /> 408 <min value="1" /> 409 <max value="1" /> 410 </base> 411 <type> 412 <code value="uri" /> 413 </type> 414 <fixedUri value="type" /> 415 <isModifier value="false" /> 416 <isSummary value="false" /> 417 <mapping> 418 <identity value="rim" /> 419 <map value="N/A" /> 420 </mapping> 421 </element> 422 <element id="Extension.extension:type.value[x]"> 423 <path value="Extension.extension.value[x]" /> 424 <short value="Value of extension" /> 425 <definition value="Value of extension - must be one of a constrained set of the data types (see [Extensibility](http://hl7.org/fhir/extensibility.html) for a list)." /> 426 <min value="1" /> 427 <max value="1" /> 428 <base> 429 <path value="Extension.value[x]" /> 430 <min value="0" /> 431 <max value="1" /> 432 </base> 433 <type> 434 <code value="Coding" /> 435 </type> 436 <constraint> 437 <key value="ele-1" /> 438 <severity value="error" /> 439 <human value="All FHIR elements must have a @value or children" /> 440 <expression value="hasValue() or (children().count() > id.count())" /> 441 <xpath value="@value|f:*|h:div" /> 442 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 443 </constraint> 444 <isModifier value="false" /> 445 <isSummary value="false" /> 446 <binding> 447 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 448 <valueString value="proficiencyType" /> 449 </extension> 450 <strength value="preferred" /> 451 <description value="The proficiency type for the communication." /> 452 <valueSet value="http://terminology.hl7.org/ValueSet/v3-LanguageAbilityMode" /> 453 </binding> 454 <mapping> 455 <identity value="rim" /> 456 <map value="N/A" /> 457 </mapping> 458 </element> 459 <element id="Extension.url"> 460 <path value="Extension.url" /> 461 <representation value="xmlAttr" /> 462 <short value="identifies the meaning of the extension" /> 463 <definition value="Source of the definition for the extension code - a logical name or a URL." /> 464 <comment value="The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension." /> 465 <min value="1" /> 466 <max value="1" /> 467 <base> 468 <path value="Extension.url" /> 469 <min value="1" /> 470 <max value="1" /> 471 </base> 472 <type> 473 <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"> 474 <valueUrl value="uri" /> 475 </extension> 476 <code value="http://hl7.org/fhirpath/System.String" /> 477 </type> 478 <fixedUri value="http://hl7.org/fhir/StructureDefinition/patient-proficiency" /> 479 <isModifier value="false" /> 480 <isSummary value="false" /> 481 <mapping> 482 <identity value="rim" /> 483 <map value="N/A" /> 484 </mapping> 485 </element> 486 <element id="Extension.value[x]"> 487 <path value="Extension.value[x]" /> 488 <short value="Value of extension" /> 489 <definition value="Value of extension - must be one of a constrained set of the data types (see [Extensibility](http://hl7.org/fhir/extensibility.html) for a list)." /> 490 <min value="0" /> 491 <max value="0" /> 492 <base> 493 <path value="Extension.value[x]" /> 494 <min value="0" /> 495 <max value="1" /> 496 </base> 497 <type> 498 <code value="base64Binary" /> 499 </type> 500 <type> 501 <code value="boolean" /> 502 </type> 503 <type> 504 <code value="canonical" /> 505 </type> 506 <type> 507 <code value="code" /> 508 </type> 509 <type> 510 <code value="date" /> 511 </type> 512 <type> 513 <code value="dateTime" /> 514 </type> 515 <type> 516 <code value="decimal" /> 517 </type> 518 <type> 519 <code value="id" /> 520 </type> 521 <type> 522 <code value="instant" /> 523 </type> 524 <type> 525 <code value="integer" /> 526 </type> 527 <type> 528 <code value="markdown" /> 529 </type> 530 <type> 531 <code value="oid" /> 532 </type> 533 <type> 534 <code value="positiveInt" /> 535 </type> 536 <type> 537 <code value="string" /> 538 </type> 539 <type> 540 <code value="time" /> 541 </type> 542 <type> 543 <code value="unsignedInt" /> 544 </type> 545 <type> 546 <code value="uri" /> 547 </type> 548 <type> 549 <code value="url" /> 550 </type> 551 <type> 552 <code value="uuid" /> 553 </type> 554 <type> 555 <code value="Address" /> 556 </type> 557 <type> 558 <code value="Age" /> 559 </type> 560 <type> 561 <code value="Annotation" /> 562 </type> 563 <type> 564 <code value="Attachment" /> 565 </type> 566 <type> 567 <code value="CodeableConcept" /> 568 </type> 569 <type> 570 <code value="Coding" /> 571 </type> 572 <type> 573 <code value="ContactPoint" /> 574 </type> 575 <type> 576 <code value="Count" /> 577 </type> 578 <type> 579 <code value="Distance" /> 580 </type> 581 <type> 582 <code value="Duration" /> 583 </type> 584 <type> 585 <code value="HumanName" /> 586 </type> 587 <type> 588 <code value="Identifier" /> 589 </type> 590 <type> 591 <code value="Money" /> 592 </type> 593 <type> 594 <code value="Period" /> 595 </type> 596 <type> 597 <code value="Quantity" /> 598 </type> 599 <type> 600 <code value="Range" /> 601 </type> 602 <type> 603 <code value="Ratio" /> 604 </type> 605 <type> 606 <code value="Reference" /> 607 </type> 608 <type> 609 <code value="SampledData" /> 610 </type> 611 <type> 612 <code value="Signature" /> 613 </type> 614 <type> 615 <code value="Timing" /> 616 </type> 617 <type> 618 <code value="ContactDetail" /> 619 </type> 620 <type> 621 <code value="Contributor" /> 622 </type> 623 <type> 624 <code value="DataRequirement" /> 625 </type> 626 <type> 627 <code value="Expression" /> 628 </type> 629 <type> 630 <code value="ParameterDefinition" /> 631 </type> 632 <type> 633 <code value="RelatedArtifact" /> 634 </type> 635 <type> 636 <code value="TriggerDefinition" /> 637 </type> 638 <type> 639 <code value="UsageContext" /> 640 </type> 641 <type> 642 <code value="Dosage" /> 643 </type> 644 <type> 645 <code value="Meta" /> 646 </type> 647 <constraint> 648 <key value="ele-1" /> 649 <severity value="error" /> 650 <human value="All FHIR elements must have a @value or children" /> 651 <expression value="hasValue() or (children().count() > id.count())" /> 652 <xpath value="@value|f:*|h:div" /> 653 <source value="http://hl7.org/fhir/StructureDefinition/Element" /> 654 </constraint> 655 <isModifier value="false" /> 656 <isSummary value="false" /> 657 <mapping> 658 <identity value="rim" /> 659 <map value="N/A" /> 660 </mapping> 661 </element> 662 </snapshot> 663 <differential> 664 <element id="Extension"> 665 <path value="Extension" /> 666 <short value="Proficiency level of the communication" /> 667 <definition value="Proficiency level of the communication." /> 668 <min value="0" /> 669 <max value="*" /> 670 </element> 671 <element id="Extension.extension:level"> 672 <path value="Extension.extension" /> 673 <sliceName value="level" /> 674 <short value="The proficiency level of the communication" /> 675 <definition value="How well the patient can communicate this communication (good, poor, etc.)." /> 676 <min value="0" /> 677 <max value="1" /> 678 <type> 679 <code value="Extension" /> 680 </type> 681 </element> 682 <element id="Extension.extension:level.extension"> 683 <path value="Extension.extension.extension" /> 684 <max value="0" /> 685 </element> 686 <element id="Extension.extension:level.url"> 687 <path value="Extension.extension.url" /> 688 <type> 689 <code value="uri" /> 690 </type> 691 <fixedUri value="level" /> 692 </element> 693 <element id="Extension.extension:level.value[x]"> 694 <path value="Extension.extension.value[x]" /> 695 <min value="1" /> 696 <type> 697 <code value="Coding" /> 698 </type> 699 <binding> 700 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 701 <valueString value="ProficiencyLevel" /> 702 </extension> 703 <strength value="preferred" /> 704 <description value="The proficiency level for the communication." /> 705 <valueSet value="http://terminology.hl7.org/ValueSet/v3-LanguageAbilityProficiency" /> 706 </binding> 707 </element> 708 <element id="Extension.extension:type"> 709 <path value="Extension.extension" /> 710 <sliceName value="type" /> 711 <short value="The proficiency type of the communication" /> 712 <definition value="What type of communication for the proficiency (spoken, written, etc.)." /> 713 <min value="0" /> 714 <max value="*" /> 715 <type> 716 <code value="Extension" /> 717 </type> 718 </element> 719 <element id="Extension.extension:type.extension"> 720 <path value="Extension.extension.extension" /> 721 <max value="0" /> 722 </element> 723 <element id="Extension.extension:type.url"> 724 <path value="Extension.extension.url" /> 725 <type> 726 <code value="uri" /> 727 </type> 728 <fixedUri value="type" /> 729 </element> 730 <element id="Extension.extension:type.value[x]"> 731 <path value="Extension.extension.value[x]" /> 732 <min value="1" /> 733 <type> 734 <code value="Coding" /> 735 </type> 736 <binding> 737 <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"> 738 <valueString value="proficiencyType" /> 739 </extension> 740 <strength value="preferred" /> 741 <description value="The proficiency type for the communication." /> 742 <valueSet value="http://terminology.hl7.org/ValueSet/v3-LanguageAbilityMode" /> 743 </binding> 744 </element> 745 <element id="Extension.url"> 746 <path value="Extension.url" /> 747 <fixedUri value="http://hl7.org/fhir/StructureDefinition/patient-proficiency" /> 748 </element> 749 <element id="Extension.value[x]"> 750 <path value="Extension.value[x]" /> 751 <min value="0" /> 752 <max value="0" /> 753 </element> 754 </differential> 755 </StructureDefinition>