cardea.fhir.ElementDefinition

class cardea.fhir.ElementDefinition(dict_values=None)

Captures constraints on each element within the resource, profile, or extension.

Parameters
  • path – The path identifies the element and is expressed as a “.”-separated list of ancestor elements, beginning with the name of the resource or extension.

  • representation – Codes that define how this element is represented in instances, when the deviation varies from the normal case.

  • sliceName – The name of this element definition slice, when slicing is working. The name must be a token with no dots or spaces. This is a unique name referring to a specific set of constraints applied to this element, used to provide a name to different slices of the same element.

  • label – A single preferred label which is the text to display beside the element indicating its meaning or to use to prompt for the element in a user display or form.

  • code – A code that has the same meaning as the element in a particular terminology.

  • slicing – Indicates that the element is sliced into a set of alternative definitions (i.e. in a structure definition, there are multiple different constraints on a single element in the base resource). Slicing can be used in any resource that has cardinality ..* on the base resource, or any resource with a choice of types. The set of slices is any elements that come after this in the element sequence that have the same path, until a shorter path occurs (the shorter path terminates the set).

  • short – A concise description of what this element means (e.g. for use in autogenerated summaries).

  • definition – Provides a complete explanation of the meaning of the data element for human readability. For the case of elements derived from existing elements (e.g. constraints), the definition SHALL be consistent with the base definition, but convey the meaning of the element in the particular context of use of the resource.

  • comment – Explanatory notes and implementation guidance about the data element, including notes about how to use the data properly, exceptions to proper use, etc.

  • requirements – This element is for traceability of why the element was created and why the constraints exist as they do. This may be used to point to source materials or specifications that drove the structure of this element.

  • alias – Identifies additional names by which this element might also be known.

  • min – The minimum number of times this element SHALL appear in the instance.

  • max – The maximum number of times this element is permitted to appear in the instance.

  • base – Information about the base definition of the element, provided to make it unnecessary for tools to trace the deviation of the element through the derived and related profiles. This information is provided when the element definition is not the original definition of an element - i.g. either in a constraint on another type, or for elements from a super type in a snap shot.

  • contentReference – Identifies the identity of an element defined elsewhere in the profile whose content rules should be applied to the current element.

  • type – The data type or resource that the value of this element is permitted to be.

  • defaultValueBoolean – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueInteger – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueDecimal – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueBase64Binary – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueInstant – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueString – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueUri – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueDate – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueDateTime – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueTime – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueCode – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueOid – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueUuid – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueId – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueUnsignedInt – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValuePositiveInt – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueMarkdown – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueElement – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueExtension – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueBackboneElement – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueNarrative – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueAnnotation – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueAttachment – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueIdentifier – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueCodeableConcept – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueCoding – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueQuantity – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueDuration – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueSimpleQuantity – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueDistance – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueCount – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueMoney – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueAge – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueRange – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValuePeriod – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueRatio – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueReference – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueSampledData – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueSignature – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueHumanName – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueAddress – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueContactPoint – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueTiming – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueMeta – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueElementDefinition – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueContactDetail – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueContributor – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueDosage – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueRelatedArtifact – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueUsageContext – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueDataRequirement – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueParameterDefinition – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • defaultValueTriggerDefinition – The value that should be used if there is no value stated in the instance (e.g. ‘if not otherwise specified, the abstract is false’).

  • meaningWhenMissing – The Implicit meaning that is to be understood when this element is missing (e.g. ‘when this element is missing, the period is ongoing’.

  • orderMeaning – If present, indicates that the order of the repeating element has meaning and describes what that meaning is. If absent, it means that the order of the element has no meaning.

  • fixedBoolean – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedInteger – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedDecimal – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedBase64Binary – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedInstant – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedString – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedUri – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedDate – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedDateTime – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedTime – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedCode – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedOid – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedUuid – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedId – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedUnsignedInt – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedPositiveInt – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedMarkdown – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedElement – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedExtension – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedBackboneElement – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedNarrative – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedAnnotation – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedAttachment – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedIdentifier – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedCodeableConcept – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedCoding – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedQuantity – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedDuration – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedSimpleQuantity – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedDistance – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedCount – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedMoney – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedAge – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedRange – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedPeriod – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedRatio – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedReference – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedSampledData – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedSignature – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedHumanName – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedAddress – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedContactPoint – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedTiming – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedMeta – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedElementDefinition – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedContactDetail – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedContributor – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedDosage – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedRelatedArtifact – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedUsageContext – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedDataRequirement – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedParameterDefinition – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • fixedTriggerDefinition – Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.

  • patternBoolean – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternInteger – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternDecimal – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternBase64Binary – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternInstant – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternString – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternUri – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternDate – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternDateTime – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternTime – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternCode – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternOid – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternUuid – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternId – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternUnsignedInt – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternPositiveInt – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternMarkdown – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternElement – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternExtension – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternBackboneElement – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternNarrative – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternAnnotation – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternAttachment – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternIdentifier – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternCodeableConcept – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternCoding – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternQuantity – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternDuration – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternSimpleQuantity – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternDistance – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternCount – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternMoney – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternAge – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternRange – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternPeriod – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternRatio – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternReference – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternSampledData – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternSignature – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternHumanName – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternAddress – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternContactPoint – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternTiming – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternMeta – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternElementDefinition – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternContactDetail – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternContributor – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternDosage – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternRelatedArtifact – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternUsageContext – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternDataRequirement – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternParameterDefinition – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • patternTriggerDefinition – Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. The values of elements present in the pattern must match exactly (case-sensitive, accent-sensitive, etc.).

  • example – A sample value for this element demonstrating the type of information that would typically be found in the element.

  • minValueDate – The minimum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • minValueDateTime – The minimum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • minValueInstant – The minimum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • minValueTime – The minimum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • minValueDecimal – The minimum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • minValueInteger – The minimum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • minValuePositiveInt – The minimum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • minValueUnsignedInt – The minimum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • minValueQuantity – The minimum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • maxValueDate – The maximum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • maxValueDateTime – The maximum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • maxValueInstant – The maximum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • maxValueTime – The maximum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • maxValueDecimal – The maximum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • maxValueInteger – The maximum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • maxValuePositiveInt – The maximum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • maxValueUnsignedInt – The maximum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • maxValueQuantity – The maximum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.

  • maxLength – Indicates the maximum length in characters that is permitted to be present in conformant instances and which is expected to be supported by conformant consumers that support the element.

  • condition – A reference to an invariant that may make additional statements about the cardinality or value in the instance.

  • constraint – Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance.

  • mustSupport – If true, implementations that produce or consume resources SHALL provide “support” for the element in some meaningful way. If false, the element may be ignored and not supported.

  • isModifier – If true, the value of this element affects the interpretation of the element or resource that contains it, and the value of the element cannot be ignored. Typically, this is used for status, negation and qualification codes. The effect of this is that the element cannot be ignored by systems: they SHALL either recognize the element and process it, and/or a pre-determination has been made that it is not relevant to their particular system.

  • isSummary – Whether the element should be included if a client requests a search with the parameter _summary=true.

  • binding – Binds to a value set if this element is coded (code, Coding, CodeableConcept, Quantity), or the data types (string, uri).

  • mapping – Identifies a concept from an external specification that roughly corresponds to this element.

__init__(dict_values=None)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__([dict_values])

Initialize self.

assert_type()

Checks class values follow set possible enumerations.

get_dataframe()

Returns dataframe from class attribute values.

get_eligible_relationships()

Returns class relationships for attributes that are used.

get_id()

Returns fhir class identifier.

get_relationships()

Returns class relationships.

set_attributes(dict_values)

Sets values to class attributes.