Extensions for Using Data Elements from FHIR STU3 in FHIR R5
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR STU3 in FHIR R5 - Downloaded Version null See the Directory of published versions

Resource Profile: Profile_R3_DataElement_R5_StructureDefinition - Detailed Descriptions

Page standards status: Trial-use Maturity Level: 0

Definitions for the profile-DataElement-for-StructureDefinition resource profile.

Guidance on how to interpret the contents of this table can be foundhere

0. StructureDefinition
Definition

A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.

ShortStructural Definition
Control0..*
Is Modifierfalse
Must Supportfalse
Summaryfalse
Alternate NamesTemplate, Profile
Invariantscnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation (name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$'))
sdf-1: Element paths must be unique unless the structure is a constraint (derivation = 'constraint' or snapshot.element.select(path).isDistinct())
sdf-4: If the structure is not abstract, then there SHALL be a baseDefinition (abstract = true or baseDefinition.exists())
sdf-5: If the structure defines an extension then the structure must have context information (type != 'Extension' or derivation = 'specialization' or (context.exists()))
sdf-6: A structure must have either a differential, or a snapshot (or both) (snapshot.exists() or differential.exists())
sdf-11: If there's a type, its content must match the path name in the first element of a snapshot (kind != 'logical' implies snapshot.empty() or snapshot.element.first().path = type)
sdf-14: All element definitions must have an id (snapshot.element.all(id.exists()) and differential.element.all(id.exists()))
sdf-15: The first element in a snapshot has no type unless model is a logical model. (kind!='logical' implies snapshot.element.first().type.empty())
sdf-15a: If the first element in a differential has no "." in the path and it's not a logical model, it has no type ((kind!='logical' and differential.element.first().path.contains('.').not()) implies differential.element.first().type.empty())
sdf-9: In any snapshot or differential, no label, code or requirements on an element without a "." in the path (e.g. the first element) (children().element.where(path.contains('.').not()).label.empty() and children().element.where(path.contains('.').not()).code.empty() and children().element.where(path.contains('.').not()).requirements.empty())
sdf-16: All element definitions must have unique ids (snapshot) (snapshot.element.all(id.exists()) and snapshot.element.id.trace('ids').isDistinct())
sdf-17: All element definitions must have unique ids (diff) (differential.element.all(id.exists()) and differential.element.id.trace('ids').isDistinct())
sdf-18: Context Invariants can only be used for extensions (contextInvariant.exists() implies type = 'Extension')
sdf-19: FHIR Specification models only use FHIR defined types (url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (differential | snapshot).element.type.code.all(matches('^[a-zA-Z0-9]+$') or matches('^http:\\/\\/hl7\\.org\\/fhirpath\\/System\\.[A-Z][A-Za-z]+$')))
sdf-21: Default values can only be specified on specializations (differential.element.defaultValue.exists() implies (derivation = 'specialization'))
sdf-22: FHIR Specification models never have default values (url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (snapshot.element.defaultValue.empty() and differential.element.defaultValue.empty()))
sdf-23: No slice name on root ((snapshot | differential).element.all(path.contains('.').not() implies sliceName.empty()))
sdf-27: If there's a base definition, there must be a derivation (baseDefinition.exists() implies derivation.exists())
sdf-29: Elements in Resources must have a min cardinality or 0 or 1 and a max cardinality of 1 or * (((kind in 'resource' | 'complex-type') and (derivation = 'specialization')) implies differential.element.where((min != 0 and min != 1) or (max != '1' and max != '*')).empty())
cnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation (name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$'))
sdf-1: Element paths must be unique unless the structure is a constraint (derivation = 'constraint' or snapshot.element.select(path).isDistinct())
sdf-4: If the structure is not abstract, then there SHALL be a baseDefinition (abstract = true or baseDefinition.exists())
sdf-5: If the structure defines an extension then the structure must have context information (type != 'Extension' or derivation = 'specialization' or (context.exists()))
sdf-6: A structure must have either a differential, or a snapshot (or both) (snapshot.exists() or differential.exists())
sdf-11: If there's a type, its content must match the path name in the first element of a snapshot (kind != 'logical' implies snapshot.empty() or snapshot.element.first().path = type)
sdf-14: All element definitions must have an id (snapshot.element.all(id.exists()) and differential.element.all(id.exists()))
sdf-15: The first element in a snapshot has no type unless model is a logical model. (kind!='logical' implies snapshot.element.first().type.empty())
sdf-15a: If the first element in a differential has no "." in the path and it's not a logical model, it has no type ((kind!='logical' and differential.element.first().path.contains('.').not()) implies differential.element.first().type.empty())
sdf-9: In any snapshot or differential, no label, code or requirements on an element without a "." in the path (e.g. the first element) (children().element.where(path.contains('.').not()).label.empty() and children().element.where(path.contains('.').not()).code.empty() and children().element.where(path.contains('.').not()).requirements.empty())
sdf-16: All element definitions must have unique ids (snapshot) (snapshot.element.all(id.exists()) and snapshot.element.id.trace('ids').isDistinct())
sdf-17: All element definitions must have unique ids (diff) (differential.element.all(id.exists()) and differential.element.id.trace('ids').isDistinct())
sdf-18: Context Invariants can only be used for extensions (contextInvariant.exists() implies type = 'Extension')
sdf-19: FHIR Specification models only use FHIR defined types (url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (differential | snapshot).element.type.code.all(matches('^[a-zA-Z0-9]+$') or matches('^http:\\/\\/hl7\\.org\\/fhirpath\\/System\\.[A-Z][A-Za-z]+$')))
sdf-21: Default values can only be specified on specializations (differential.element.defaultValue.exists() implies (derivation = 'specialization'))
sdf-22: FHIR Specification models never have default values (url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (snapshot.element.defaultValue.empty() and differential.element.defaultValue.empty()))
sdf-23: No slice name on root ((snapshot | differential).element.all(path.contains('.').not() implies sliceName.empty()))
sdf-27: If there's a base definition, there must be a derivation (baseDefinition.exists() implies derivation.exists())
sdf-29: Elements in Resources must have a min cardinality or 0 or 1 and a max cardinality of 1 or * (((kind in 'resource' | 'complex-type') and (derivation = 'specialization')) implies differential.element.where((min != 0 and min != 1) or (max != '1' and max != '*')).empty())
2. StructureDefinition.implicitRules
Definition

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.

ShortA set of rules under which this content was created
Comments

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.

Control0..1
Typeuri
Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supportfalse
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
4. StructureDefinition.contained
Definition

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.

ShortContained, inline Resources
Comments

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.

Control0..*
This element is affected by the following invariants: dom-2, dom-4, dom-3, dom-5
TypeResource
Is Modifierfalse
Must Supportfalse
Summaryfalse
Alternate Namesinline resources, anonymous resources, contained resources
6. StructureDefinition.extension
Definition

An Extension


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.

ShortExtensionAdditional content defined by implementations
Comments

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.

Control0..*
TypeExtension
Is Modifierfalse
Must Supportfalse
Summaryfalse
Alternate Namesextensions, user content
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
SlicingThis element introduces a set of slices on StructureDefinition.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
  • value @ url
  • 8. StructureDefinition.extension:stringency
    Slice Namestringency
    Definition

    STU3: DataElement.stringency (new:code)

    ShortSTU3: comparable | fully-specified | equivalent | convertable | scaleable | flexible (new)
    Comments

    Element DataElement.stringency has a context of StructureDefinition based on following the parent source element upwards and mapping to StructureDefinition. Element DataElement.stringency has no mapping targets in FHIR R5. Typically, this is because the element has been added (is a new element).

    Control0..1
    TypeExtension(STU3: comparable | fully-specified | equivalent | convertable | scaleable | flexible (new)) (Extension Type: code)
    Is Modifierfalse
    Must Supportfalse
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    10. StructureDefinition.modifierExtension
    Definition

    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).

    ShortExtensions that cannot be ignored
    Comments

    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.

    Control0..*
    TypeExtension
    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
    Must Supportfalse
    Summarytrue
    Requirements

    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.

    Alternate Namesextensions, user content
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    12. StructureDefinition.url
    Definition

    An absolute URI that is used to identify this structure definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this structure definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the structure definition is stored on different servers.

    ShortCanonical identifier for this structure definition, represented as a URI (globally unique)
    Comments

    Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.

    The determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in Technical and Business Versions.

    In some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the meta.source element to indicate where the current master source of the resource can be found.

    Control1..1
    This element is affected by the following invariants: sdf-19, sdf-22
    Typeuri
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supportfalse
    Summarytrue
    Requirements

    Allows the structure definition to be referenced by a single globally unique identifier.

    Alternate Namesurl, authoritative-url, destination, identity
    Invariantscnl-1: URL should not contain | or # - these characters make processing canonical references problematic (exists() implies matches('^[^|# ]+$'))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    cnl-1: URL should not contain | or # - these characters make processing canonical references problematic (exists() implies matches('^[^|# ]+$'))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    14. StructureDefinition.name
    Definition

    A natural language name identifying the structure definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.

    ShortName for this structure definition (computer friendly)
    Comments

    The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.Some Examples:

    • O2SatObservation
    • PresentationReport
    • Immunization2
    • AcmeAdmissionRecordOld.
    Control1..1
    This element is affected by the following invariants: cnl-0
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supportfalse
    Summarytrue
    Requirements

    Support human navigation and code generation.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    16. StructureDefinition.status
    Definition

    The status of this structure definition. Enables tracking the life-cycle of the content.

    Shortdraft | active | retired | unknown
    Comments

    Allows filtering of structure definitions that are appropriate for use versus not.

    See guidance around (not) making local changes to elements here.


    Allows filtering of structure definitions that are appropriate for use versus not.

    See guidance around (not) making local changes to elements here.

    Control1..1
    BindingThe codes SHALL be taken from PublicationStatushttp://hl7.org/fhir/ValueSet/publication-status|5.0.0
    (required to http://hl7.org/fhir/ValueSet/publication-status|5.0.0)

    The lifecycle status of an artifact.

    Typecode
    Is Modifiertrue because This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supportfalse
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    18. StructureDefinition.kind
    Definition

    Defines the kind of structure that this definition is describing.

    Shortprimitive-type | complex-type | resource | logical
    Control1..1
    This element is affected by the following invariants: sdf-15a, sdf-15, sdf-11, sdf-29, sdf-8, sdf-3, sdf-8a
    BindingThe codes SHALL be taken from StructureDefinitionKindhttp://hl7.org/fhir/ValueSet/structure-definition-kind|5.0.0
    (required to http://hl7.org/fhir/ValueSet/structure-definition-kind|5.0.0)

    Defines the type of structure that a definition is describing.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supportfalse
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    20. StructureDefinition.abstract
    Definition

    Whether structure this definition describes is abstract or not - that is, whether the structure is not intended to be instantiated. For Resources and Data types, abstract types will never be exchanged between systems.

    ShortWhether the structure is abstract
    Comments

    Abstract Resources cannot be instantiated - a concrete sub-type must be used. Abstract datatypes and extensions cannot be used in an instance. For logical models, the exact implication of "abstract" will rest with the author, depending how the logical model is used. Flagging a constraint structure as abstract conveys design intent but makes no difference to how the structure definition is handled. Note that inline declared elements that are given the type "Element" in the StructureDefinition, but have children described, are anonymous concrete types that specialize Element.

    Control1..1
    This element is affected by the following invariants: sdf-4
    Typeboolean
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supportfalse
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    22. StructureDefinition.type
    Definition

    The type this structure describes. If the derivation kind is 'specialization' then this is the master definition for a type, and there is always one of these (a data type, an extension, a resource, including abstract ones). Otherwise the structure definition is a constraint on the stated type (and in this case, the type cannot be an abstract type). References are URLs that are relative to http://hl7.org/fhir/StructureDefinition e.g. "string" is a reference to http://hl7.org/fhir/StructureDefinition/string. Absolute URLs are only allowed in logical models, where they are required.

    ShortType defined or constrained by this structure
    Comments

    Note that in the case of constraints, the type could be determined by chasing through the baseDefinition references until a type defining structure (derivation = specialization) is reached, or by looking at the path of the first element in the snapshot - if present - but providing the type directly makes for simpler tooling and indexing.

    The type must match the elements defined in the differential and the snapshot. For all FHIR defined types, the path name of the element will start with the type name. For logical models, where the type SHALL be a fully specified URL, the type name SHOULD start with the final path segment of the type URL where required. E.g. If the type was "http://example.org/fhir/MyLogicalModelType", the type name should start with 'MyLogicalModelType'.

    Control1..1
    This element is affected by the following invariants: sdf-18, sdf-11, sdf-5, sdf-8, sdf-8a
    BindingUnless not suitable, these codes SHALL be taken from FHIRTypeshttp://hl7.org/fhir/ValueSet/fhir-types|5.0.0
    (extensible to http://hl7.org/fhir/ValueSet/fhir-types|5.0.0)

    Either a resource or a data type, including logical model types.

    Typeuri
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supportfalse
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    24. StructureDefinition.baseDefinition
    Definition

    An absolute URI that is the base structure from which this type is derived, either by specialization or constraint.

    ShortDefinition that this type is constrained/specialized from
    Comments

    If differential constraints are specified in this structure, they are applied to the base in a "differential" fashion. If there is no base, then the differential constraints cannot be provided (snapshot only). Differential structures are useful for the editing perspective, and snapshot structures are suitable for operational use. The FHIR Project provides a number of tools/services to populate snapshots from differential constraints. Logical Models have a base of "Base", "Element" or another logical model.

    Control0..1
    This element is affected by the following invariants: sdf-4, sdf-27
    Typecanonical(StructureDefinition)
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supportfalse
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    26. StructureDefinition.derivation
    Definition

    How the type relates to the baseDefinition.

    Shortspecialization | constraint - How relates to base definition
    Comments

    If the definition is a specialization, then it adds to the differential new elements and optionally additional rules to an existing concrete type, and the snapshot includes the inherited elements and rules. If the definition is a constraint, then it cannot define new elements, it can only make new rules about existing content (see Profiling Resources).


    If the definition is a specialization, then it adds to the differential new elements and optionally additional rules to an existing concrete type, and the snapshot includes the inherited elements and rules. If the definition is a constraint, then it cannot define new elements, it can only make new rules about existing content (see Profiling Resources).

    Control0..1
    This element is affected by the following invariants: sdf-1, sdf-21, sdf-5, sdf-27, sdf-29
    BindingThe codes SHALL be taken from TypeDerivationRulehttp://hl7.org/fhir/ValueSet/type-derivation-rule|5.0.0
    (required to http://hl7.org/fhir/ValueSet/type-derivation-rule|5.0.0)

    How a type relates to its baseDefinition.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supportfalse
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    28. StructureDefinition.snapshot
    Definition

    A snapshot view is expressed in a standalone form that can be used and interpreted without considering the base StructureDefinition.

    ShortSnapshot view of the structure
    Control0..1
    This element is affected by the following invariants: sdf-11, sdf-1, sdf-6
    TypeBackboneElement
    Is Modifierfalse
    Must Supportfalse
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    sdf-3: Each element definition in a snapshot must have a formal definition and cardinalities, unless model is a logical model (%resource.kind = 'logical' or element.all(definition.exists() and min.exists() and max.exists()))
    sdf-8: All snapshot elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models ((%resource.kind = 'logical' or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.')))
    sdf-24: For CodeableReference elements, target profiles must be listed on the CodeableReference, not the CodeableReference.reference (element.where(type.where(code='Reference').exists() and path.endsWith('.reference') and type.targetProfile.exists() and (path.substring(0,$this.path.length()-10) in %context.element.where(type.where(code='CodeableReference').exists()).path)).exists().not())
    sdf-25: For CodeableReference elements, bindings must be listed on the CodeableReference, not the CodeableReference.concept (element.where(type.where(code='CodeableConcept').exists() and path.endsWith('.concept') and binding.exists() and (path.substring(0,$this.path.length()-8) in %context.element.where(type.where(code='CodeableReference').exists()).path)).exists().not())
    sdf-26: The root element of a profile should not have mustSupport = true ($this.where(element[0].mustSupport='true').exists().not())
    sdf-8b: All snapshot elements must have a base definition (element.all(base.exists()))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    sdf-3: Each element definition in a snapshot must have a formal definition and cardinalities, unless model is a logical model (%resource.kind = 'logical' or element.all(definition.exists() and min.exists() and max.exists()))
    sdf-8: All snapshot elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models ((%resource.kind = 'logical' or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.')))
    sdf-24: For CodeableReference elements, target profiles must be listed on the CodeableReference, not the CodeableReference.reference (element.where(type.where(code='Reference').exists() and path.endsWith('.reference') and type.targetProfile.exists() and (path.substring(0,$this.path.length()-10) in %context.element.where(type.where(code='CodeableReference').exists()).path)).exists().not())
    sdf-25: For CodeableReference elements, bindings must be listed on the CodeableReference, not the CodeableReference.concept (element.where(type.where(code='CodeableConcept').exists() and path.endsWith('.concept') and binding.exists() and (path.substring(0,$this.path.length()-8) in %context.element.where(type.where(code='CodeableReference').exists()).path)).exists().not())
    sdf-26: The root element of a profile should not have mustSupport = true ($this.where(element[0].mustSupport='true').exists().not())
    sdf-8b: All snapshot elements must have a base definition (element.all(base.exists()))
    30. StructureDefinition.snapshot.modifierExtension
    Definition

    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).

    ShortExtensions that cannot be ignored even if unrecognized
    Comments

    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.

    Control0..*
    TypeExtension
    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
    Summarytrue
    Requirements

    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.

    Alternate Namesextensions, user content, modifiers
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    32. StructureDefinition.snapshot.element
    Definition

    Captures constraints on each element within the resource.

    ShortDefinition of elements in the resource (if no StructureDefinition)
    Control1..*
    This element is affected by the following invariants: sdf-9, sdf-19, sdf-16, sdf-15, sdf-23, sdf-11, sdf-22, sdf-14, sdf-1, sdf-8, sdf-3, sdf-8b, sdf-24, sdf-25, sdf-26
    TypeElementDefinition
    Is Modifierfalse
    Must Supportfalse
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    sdf-10: provide either a binding reference or a description (or both) (binding.empty() or binding.valueSet.exists() or binding.description.exists())
    sdf-28: If there are no discriminators, there must be a definition (slicing.exists().not() or (slicing.discriminator.exists() or slicing.description.exists()))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    sdf-10: provide either a binding reference or a description (or both) (binding.empty() or binding.valueSet.exists() or binding.description.exists())
    sdf-28: If there are no discriminators, there must be a definition (slicing.exists().not() or (slicing.discriminator.exists() or slicing.description.exists()))

    Guidance on how to interpret the contents of this table can be foundhere

    0. StructureDefinition
    2. StructureDefinition.meta
    4. StructureDefinition.meta.extension
    Control0..*
    SlicingThis element introduces a set of slices on StructureDefinition.meta.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
    • value @ url
    • 6. StructureDefinition.meta.extension:meta
      Slice Namemeta
      Definition

      STU3: DataElement.meta additional types (Meta) additional types from child elements (lastUpdated, profile, security, tag, versionId)

      ShortSTU3: meta additional types
      Comments

      Element DataElement.meta is mapped to FHIR R5 element StructureDefinition.meta as SourceIsBroaderThanTarget. The mappings for DataElement.meta do not cover the following types: Meta. The mappings for DataElement.meta do not cover the following types based on type expansion: lastUpdated, profile, security, tag, versionId.

      Control0..1
      TypeExtension(STU3: meta additional types) (Extension Type: Meta)
      8. StructureDefinition.text
      10. StructureDefinition.text.extension
      Control0..*
      SlicingThis element introduces a set of slices on StructureDefinition.text.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
      • value @ url
      • 12. StructureDefinition.text.extension:text
        Slice Nametext
        Definition

        STU3: DataElement.text additional types (Narrative) additional types from child elements (div, status)

        ShortSTU3: text additional types
        Comments

        Element DataElement.text is mapped to FHIR R5 element StructureDefinition.text as SourceIsBroaderThanTarget. The mappings for DataElement.text do not cover the following types: Narrative. The mappings for DataElement.text do not cover the following types based on type expansion: div, status. Contained resources do not have 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 in formation is added later.

        Control0..1
        TypeExtension(STU3: text additional types) (Complex Extension)
        14. StructureDefinition.extension
        Control0..*
        SlicingThis element introduces a set of slices on StructureDefinition.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
        • value @ url
        • 16. StructureDefinition.extension:stringency
          Slice Namestringency
          Definition

          STU3: DataElement.stringency (new:code)

          ShortSTU3: comparable | fully-specified | equivalent | convertable | scaleable | flexible (new)
          Comments

          Element DataElement.stringency has a context of StructureDefinition based on following the parent source element upwards and mapping to StructureDefinition. Element DataElement.stringency has no mapping targets in FHIR R5. Typically, this is because the element has been added (is a new element).

          Control0..1
          TypeExtension(STU3: comparable | fully-specified | equivalent | convertable | scaleable | flexible (new)) (Extension Type: code)
          18. StructureDefinition.identifier
          NoteThis is a business identifier, not a resource identifier (see discussion)
          20. StructureDefinition.identifier.extension
          Control0..*
          SlicingThis element introduces a set of slices on StructureDefinition.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
          • value @ url
          • 22. StructureDefinition.identifier.extension:identifier
            Slice Nameidentifier
            Definition

            STU3: DataElement.identifier additional types (Identifier) additional types from child elements (assigner, period, system, type, use, value)

            ShortSTU3: Additional identifier for the data element additional types
            Comments

            Element DataElement.identifier is mapped to FHIR R5 element StructureDefinition.identifier as SourceIsBroaderThanTarget. The mappings for DataElement.identifier do not cover the following types: Identifier. The mappings for DataElement.identifier do not cover the following types based on type expansion: assigner, period, system, type, use, value. Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, e.g., to identify this data element outside of FHIR, where it is not possible to use the logical URI.

            Control0..*
            TypeExtension(STU3: Additional identifier for the data element additional types) (Extension Type: Identifier)
            24. StructureDefinition.contact
            26. StructureDefinition.contact.extension
            Control0..*
            SlicingThis element introduces a set of slices on StructureDefinition.contact.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
            • value @ url
            • 28. StructureDefinition.contact.extension:contact
              Slice Namecontact
              Definition

              STU3: DataElement.contact additional types (ContactDetail) additional types from child elements (name, telecom)

              ShortSTU3: contact additional types
              Comments

              Element DataElement.contact is mapped to FHIR R5 element StructureDefinition.contact as SourceIsBroaderThanTarget. The mappings for DataElement.contact do not cover the following types: ContactDetail. The mappings for DataElement.contact do not cover the following types based on type expansion: name, telecom. May be a web site, an email address, a telephone number, etc.

              Control0..*
              TypeExtension(STU3: contact additional types) (Extension Type: ContactDetail)
              30. StructureDefinition.useContext
              32. StructureDefinition.useContext.extension
              Control0..*
              SlicingThis element introduces a set of slices on StructureDefinition.useContext.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
              • value @ url
              • 34. StructureDefinition.useContext.extension:useContext
                Slice NameuseContext
                Definition

                STU3: DataElement.useContext additional types (UsageContext) additional types from child elements (code, value[x])

                ShortSTU3: Context the content is intended to support additional types
                Comments

                Element DataElement.useContext is mapped to FHIR R5 element StructureDefinition.useContext as SourceIsBroaderThanTarget. The mappings for DataElement.useContext do not cover the following types: UsageContext. The mappings for DataElement.useContext do not cover the following types based on type expansion: code, value[x]. When multiple useContexts are specified, there is no expectation whether all or any of the contexts apply.

                Control0..*
                TypeExtension(STU3: Context the content is intended to support additional types) (Extension Type: UsageContext)
                36. StructureDefinition.differential
                38. StructureDefinition.differential.element
                40. StructureDefinition.differential.element.extension
                Control0..*
                SlicingThis element introduces a set of slices on StructureDefinition.differential.element.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                • value @ url
                • 42. StructureDefinition.differential.element.extension:element
                  Slice Nameelement
                  Definition

                  STU3: DataElement.element additional types (ElementDefinition) additional types from child elements (alias, base, max, min, path, binding, description, strength, valueSet[x], code, comment, condition, constraint, expression, human, key, requirements, severity, source, xpath, contentReference, defaultValue[x], definition, example, label, value[x], fixed[x], isModifier, isSummary, mapping, identity, language, map, maxLength, maxValue[x], meaningWhenMissing, minValue[x], mustSupport, orderMeaning, pattern[x], representation, short, sliceName, slicing, discriminator, type, ordered, rules, aggregation, profile, targetProfile, versioning)

                  ShortSTU3: Definition of element additional types
                  Comments

                  Element DataElement.element is mapped to FHIR R5 element StructureDefinition.differential.element as SourceIsBroaderThanTarget. The mappings for DataElement.element do not cover the following types: ElementDefinition. The mappings for DataElement.element do not cover the following types based on type expansion: aggregation, alias, base, binding, code, comment, condition, constraint, contentReference, defaultValue[x], definition, description, discriminator, example, expression, fixed[x], human, identity, isModifier, isSummary, key, label, language, map, mapping, max, maxLength, maxValue[x], meaningWhenMissing, min, minValue[x], mustSupport, ordered, orderMeaning, path, pattern[x], profile, representation, requirements, rules, severity, short, sliceName, slicing, source, strength, targetProfile, type, value[x], valueSet[x], versioning, xpath. For simple data types there will only be one repetition. For complex data types, multiple repetitions will be present defining a nested structure using the "path" element.

                  Control0..*
                  TypeExtension(STU3: Definition of element additional types) (Complex Extension)

                  Guidance on how to interpret the contents of this table can be foundhere

                  0. StructureDefinition
                  Definition

                  A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.

                  ShortStructural Definition
                  Control0..*
                  Is Modifierfalse
                  Must Supportfalse
                  Summaryfalse
                  Alternate NamesTemplate, Profile
                  Invariantscnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation (name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$'))
                  sdf-1: Element paths must be unique unless the structure is a constraint (derivation = 'constraint' or snapshot.element.select(path).isDistinct())
                  sdf-4: If the structure is not abstract, then there SHALL be a baseDefinition (abstract = true or baseDefinition.exists())
                  sdf-5: If the structure defines an extension then the structure must have context information (type != 'Extension' or derivation = 'specialization' or (context.exists()))
                  sdf-6: A structure must have either a differential, or a snapshot (or both) (snapshot.exists() or differential.exists())
                  sdf-11: If there's a type, its content must match the path name in the first element of a snapshot (kind != 'logical' implies snapshot.empty() or snapshot.element.first().path = type)
                  sdf-14: All element definitions must have an id (snapshot.element.all(id.exists()) and differential.element.all(id.exists()))
                  sdf-15: The first element in a snapshot has no type unless model is a logical model. (kind!='logical' implies snapshot.element.first().type.empty())
                  sdf-15a: If the first element in a differential has no "." in the path and it's not a logical model, it has no type ((kind!='logical' and differential.element.first().path.contains('.').not()) implies differential.element.first().type.empty())
                  sdf-9: In any snapshot or differential, no label, code or requirements on an element without a "." in the path (e.g. the first element) (children().element.where(path.contains('.').not()).label.empty() and children().element.where(path.contains('.').not()).code.empty() and children().element.where(path.contains('.').not()).requirements.empty())
                  sdf-16: All element definitions must have unique ids (snapshot) (snapshot.element.all(id.exists()) and snapshot.element.id.trace('ids').isDistinct())
                  sdf-17: All element definitions must have unique ids (diff) (differential.element.all(id.exists()) and differential.element.id.trace('ids').isDistinct())
                  sdf-18: Context Invariants can only be used for extensions (contextInvariant.exists() implies type = 'Extension')
                  sdf-19: FHIR Specification models only use FHIR defined types (url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (differential | snapshot).element.type.code.all(matches('^[a-zA-Z0-9]+$') or matches('^http:\\/\\/hl7\\.org\\/fhirpath\\/System\\.[A-Z][A-Za-z]+$')))
                  sdf-21: Default values can only be specified on specializations (differential.element.defaultValue.exists() implies (derivation = 'specialization'))
                  sdf-22: FHIR Specification models never have default values (url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (snapshot.element.defaultValue.empty() and differential.element.defaultValue.empty()))
                  sdf-23: No slice name on root ((snapshot | differential).element.all(path.contains('.').not() implies sliceName.empty()))
                  sdf-27: If there's a base definition, there must be a derivation (baseDefinition.exists() implies derivation.exists())
                  sdf-29: Elements in Resources must have a min cardinality or 0 or 1 and a max cardinality of 1 or * (((kind in 'resource' | 'complex-type') and (derivation = 'specialization')) implies differential.element.where((min != 0 and min != 1) or (max != '1' and max != '*')).empty())
                  2. StructureDefinition.id
                  Definition

                  The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

                  ShortLogical id of this artifact
                  Comments

                  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.

                  Control0..1
                  Typeid
                  Is Modifierfalse
                  Must Supportfalse
                  Summarytrue
                  4. StructureDefinition.meta
                  Definition

                  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.

                  ShortMetadata about the resource
                  Control0..1
                  TypeMeta
                  Is Modifierfalse
                  Must Supportfalse
                  Summarytrue
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  6. StructureDefinition.meta.id
                  Definition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  This element is affected by the following invariants: ele-1
                  Typeid
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Summaryfalse
                  8. StructureDefinition.meta.extension
                  Definition

                  An Extension

                  ShortExtension
                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  SlicingThis element introduces a set of slices on StructureDefinition.meta.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                  • value @ url
                  • 10. StructureDefinition.meta.extension:meta
                    Slice Namemeta
                    Definition

                    STU3: DataElement.meta additional types (Meta) additional types from child elements (lastUpdated, profile, security, tag, versionId)

                    ShortSTU3: meta additional types
                    Comments

                    Element DataElement.meta is mapped to FHIR R5 element StructureDefinition.meta as SourceIsBroaderThanTarget. The mappings for DataElement.meta do not cover the following types: Meta. The mappings for DataElement.meta do not cover the following types based on type expansion: lastUpdated, profile, security, tag, versionId.

                    Control0..1
                    TypeExtension(STU3: meta additional types) (Extension Type: Meta)
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    12. StructureDefinition.meta.versionId
                    Definition

                    The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted.

                    ShortVersion specific identifier
                    Comments

                    The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes.

                    Control0..1
                    Typeid
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    14. StructureDefinition.meta.lastUpdated
                    Definition

                    When the resource last changed - e.g. when the version changed.

                    ShortWhen the resource version last changed
                    Comments

                    This element is generally omitted in instances submitted in a PUT or POST. Instead, it is populated in the response instance and when retrieving information using a GET. The server / resource manager sets this value; what a client provides is irrelevant. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a read interaction.

                    Control0..1
                    Typeinstant
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    16. StructureDefinition.meta.source
                    Definition

                    A uri that identifies the source system of the resource. This provides a minimal amount of Provenance information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc.

                    ShortIdentifies where the resource comes from
                    Comments

                    The exact use of the source (and the possible implied Provenance.entity.role and agent.role) is left to implementer discretion. Only one nominated source is allowed; for additional provenance details, a full Provenance resource should be used. The source may correspond to Provenance.entity.what[x] or Provenance.agent.who[x], though it may be a more general or abstract reference.

                    This element can be used to indicate where the current master source of a resource that has a canonical URL if the resource is no longer hosted at the canonical URL.

                    Control0..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    18. StructureDefinition.meta.profile
                    Definition

                    A list of profiles (references to StructureDefinition resources) that this resource claims to conform to. The URL is a reference to StructureDefinition.url.

                    ShortProfiles this resource claims to conform to
                    Comments

                    It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.

                    Control0..*
                    Typecanonical(StructureDefinition)
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    20. StructureDefinition.meta.security
                    Definition

                    Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.

                    ShortSecurity Labels applied to this resource
                    Comments

                    The security labels can be updated without changing the stated version of the resource. The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored.

                    Control0..*
                    BindingUnless not suitable, these codes SHALL be taken from AllSecurityLabels .
                    (extensible to http://hl7.org/fhir/ValueSet/security-labels|5.0.0)

                    Security Labels from the Healthcare Privacy and Security Classification System.

                    TypeCoding
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    22. StructureDefinition.meta.tag
                    Definition

                    Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.

                    ShortTags applied to this resource
                    Comments

                    The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.

                    Control0..*
                    BindingFor example codes, see CommonTags
                    (example to http://hl7.org/fhir/ValueSet/common-tags|5.0.0)

                    Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".

                    TypeCoding
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    24. StructureDefinition.implicitRules
                    Definition

                    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.

                    ShortA set of rules under which this content was created
                    Comments

                    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.

                    Control0..1
                    Typeuri
                    Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supportfalse
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    26. StructureDefinition.language
                    Definition

                    The base language in which the resource is written.

                    ShortLanguage of the resource content
                    Comments

                    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).

                    Control0..1
                    BindingThe codes SHALL be taken from AllLanguages
                    (required to http://hl7.org/fhir/ValueSet/all-languages|5.0.0)

                    IETF language tag for a human language

                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supportfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    28. StructureDefinition.text
                    Definition

                    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.

                    ShortText summary of the resource, for human interpretation
                    Comments

                    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.

                    Control0..1
                    This element is affected by the following invariants: dom-6
                    TypeNarrative
                    Is Modifierfalse
                    Must Supportfalse
                    Summaryfalse
                    Alternate Namesnarrative, html, xhtml, display
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    30. StructureDefinition.text.id
                    Definition

                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    ShortUnique id for inter-element referencing
                    Control0..1
                    This element is affected by the following invariants: ele-1
                    Typeid
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Summaryfalse
                    32. StructureDefinition.text.extension
                    Definition

                    An Extension

                    ShortExtension
                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    SlicingThis element introduces a set of slices on StructureDefinition.text.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                    • value @ url
                    • 34. StructureDefinition.text.extension:text
                      Slice Nametext
                      Definition

                      STU3: DataElement.text additional types (Narrative) additional types from child elements (div, status)

                      ShortSTU3: text additional types
                      Comments

                      Element DataElement.text is mapped to FHIR R5 element StructureDefinition.text as SourceIsBroaderThanTarget. The mappings for DataElement.text do not cover the following types: Narrative. The mappings for DataElement.text do not cover the following types based on type expansion: div, status. Contained resources do not have 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 in formation is added later.

                      Control0..1
                      TypeExtension(STU3: text additional types) (Complex Extension)
                      Is Modifierfalse
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      36. StructureDefinition.text.status
                      Definition

                      The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.

                      Shortgenerated | extensions | additional | empty
                      Control1..1
                      BindingThe codes SHALL be taken from NarrativeStatus
                      (required to http://hl7.org/fhir/ValueSet/narrative-status|5.0.0)

                      The status of a resource narrative.

                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summaryfalse
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      38. StructureDefinition.text.div
                      Definition

                      The actual narrative content, a stripped down version of XHTML.

                      ShortLimited xhtml content
                      Comments

                      The contents of the html element are an XHTML fragment containing only the basic html formatting elements described in chapters 7-11 and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained stylesheets. The XHTML content SHALL NOT contain a head, a body, external stylesheet references, scripts, forms, base/link/xlink, frames, iframes and objects.

                      Control1..1
                      Typexhtml
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summaryfalse
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      txt-1: The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes (htmlChecks())
                      txt-2: The narrative SHALL have some non-whitespace content (htmlChecks())
                      40. StructureDefinition.contained
                      Definition

                      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.

                      ShortContained, inline Resources
                      Comments

                      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.

                      Control0..*
                      This element is affected by the following invariants: dom-2, dom-4, dom-3, dom-5
                      TypeResource
                      Is Modifierfalse
                      Must Supportfalse
                      Summaryfalse
                      Alternate Namesinline resources, anonymous resources, contained resources
                      42. StructureDefinition.extension
                      Definition

                      An Extension

                      ShortExtension
                      Control0..*
                      TypeExtension
                      Is Modifierfalse
                      Must Supportfalse
                      Summaryfalse
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      SlicingThis element introduces a set of slices on StructureDefinition.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                      • value @ url
                      • 44. StructureDefinition.extension:stringency
                        Slice Namestringency
                        Definition

                        STU3: DataElement.stringency (new:code)

                        ShortSTU3: comparable | fully-specified | equivalent | convertable | scaleable | flexible (new)
                        Comments

                        Element DataElement.stringency has a context of StructureDefinition based on following the parent source element upwards and mapping to StructureDefinition. Element DataElement.stringency has no mapping targets in FHIR R5. Typically, this is because the element has been added (is a new element).

                        Control0..1
                        TypeExtension(STU3: comparable | fully-specified | equivalent | convertable | scaleable | flexible (new)) (Extension Type: code)
                        Is Modifierfalse
                        Must Supportfalse
                        Summaryfalse
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        46. StructureDefinition.modifierExtension
                        Definition

                        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).

                        ShortExtensions that cannot be ignored
                        Comments

                        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.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
                        Must Supportfalse
                        Summarytrue
                        Requirements

                        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.

                        Alternate Namesextensions, user content
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        48. StructureDefinition.url
                        Definition

                        An absolute URI that is used to identify this structure definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this structure definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the structure definition is stored on different servers.

                        ShortCanonical identifier for this structure definition, represented as a URI (globally unique)
                        Comments

                        Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.

                        The determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in Technical and Business Versions.

                        In some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the meta.source element to indicate where the current master source of the resource can be found.

                        Control1..1
                        This element is affected by the following invariants: sdf-19, sdf-22
                        Typeuri
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Must Supportfalse
                        Summarytrue
                        Requirements

                        Allows the structure definition to be referenced by a single globally unique identifier.

                        Alternate Namesurl, authoritative-url, destination, identity
                        Invariantscnl-1: URL should not contain | or # - these characters make processing canonical references problematic (exists() implies matches('^[^|# ]+$'))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        50. StructureDefinition.identifier
                        Definition

                        A formal identifier that is used to identify this structure definition when it is represented in other formats, or referenced in a specification, model, design or an instance.

                        ShortAdditional identifier for the structure definition
                        Comments

                        Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this structure definition outside of FHIR, where it is not possible to use the logical URI.

                        NoteThis is a business identifier, not a resource identifier (see discussion)
                        Control0..*
                        TypeIdentifier
                        Is Modifierfalse
                        Must Supportfalse
                        Summarytrue
                        Requirements

                        Allows externally provided and/or usable business identifiers to be easily associated with the module.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        52. StructureDefinition.identifier.id
                        Definition

                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                        ShortUnique id for inter-element referencing
                        Control0..1
                        This element is affected by the following invariants: ele-1
                        Typeid
                        Is Modifierfalse
                        XML FormatIn the XML format, this property is represented as an attribute.
                        Summaryfalse
                        54. StructureDefinition.identifier.extension
                        Definition

                        An Extension

                        ShortExtension
                        Control0..*
                        TypeExtension
                        Is Modifierfalse
                        Summaryfalse
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        SlicingThis element introduces a set of slices on StructureDefinition.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                        • value @ url
                        • 56. StructureDefinition.identifier.extension:identifier
                          Slice Nameidentifier
                          Definition

                          STU3: DataElement.identifier additional types (Identifier) additional types from child elements (assigner, period, system, type, use, value)

                          ShortSTU3: Additional identifier for the data element additional types
                          Comments

                          Element DataElement.identifier is mapped to FHIR R5 element StructureDefinition.identifier as SourceIsBroaderThanTarget. The mappings for DataElement.identifier do not cover the following types: Identifier. The mappings for DataElement.identifier do not cover the following types based on type expansion: assigner, period, system, type, use, value. Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, e.g., to identify this data element outside of FHIR, where it is not possible to use the logical URI.

                          Control0..*
                          TypeExtension(STU3: Additional identifier for the data element additional types) (Extension Type: Identifier)
                          Is Modifierfalse
                          Summaryfalse
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          58. StructureDefinition.identifier.use
                          Definition

                          The purpose of this identifier.

                          Shortusual | official | temp | secondary | old (If known)
                          Comments

                          Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                          Control0..1
                          BindingThe codes SHALL be taken from IdentifierUse
                          (required to http://hl7.org/fhir/ValueSet/identifier-use|5.0.0)

                          Identifies the purpose for this identifier, if known .

                          Typecode
                          Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Summarytrue
                          Requirements

                          Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          60. StructureDefinition.identifier.type
                          Definition

                          A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                          ShortDescription of identifier
                          Comments

                          This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                          Control0..1
                          BindingUnless not suitable, these codes SHALL be taken from IdentifierTypeCodes
                          (extensible to http://hl7.org/fhir/ValueSet/identifier-type|5.0.0)

                          A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Summarytrue
                          Requirements

                          Allows users to make use of identifiers when the identifier system is not known.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          62. StructureDefinition.identifier.system
                          Definition

                          Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique.

                          ShortThe namespace for the identifier value
                          Comments

                          Identifier.system is always case sensitive.

                          Control0..1
                          Typeuri
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Summarytrue
                          Requirements

                          There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                          ExampleGeneral: http://www.acme.com/identifiers/patient
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          64. StructureDefinition.identifier.value
                          Definition

                          The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                          ShortThe value that is unique
                          Comments

                          If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the http://hl7.org/fhir/StructureDefinition/rendered-value). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                          Control0..1
                          This element is affected by the following invariants: ident-1
                          Typestring
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Summarytrue
                          ExampleGeneral: 123456
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          66. StructureDefinition.identifier.period
                          Definition

                          Time period during which identifier is/was valid for use.

                          ShortTime period when id is/was valid for use
                          Control0..1
                          TypePeriod
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          68. StructureDefinition.identifier.assigner
                          Definition

                          Organization that issued/manages the identifier.

                          ShortOrganization that issued id (may be just text)
                          Comments

                          The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                          Control0..1
                          TypeReference(Organization)
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          70. StructureDefinition.version
                          Definition

                          The identifier that is used to identify this version of the structure definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the structure definition author and is not expected to be globally unique. There is no expectation that versions can be placed in a lexicographical sequence, so authors are encouraged to populate the StructureDefinition.versionAlgorithm[x] element to enable comparisons. If there is no managed version available, authors can consider using ISO date/time syntax (e.g., '2023-01-01').

                          ShortBusiness version of the structure definition
                          Comments

                          There may be different structure definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the structure definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see Business Version.

                          NoteThis is a business version Id, not a resource version Id (see discussion)
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supportfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          72. StructureDefinition.versionAlgorithm[x]
                          Definition

                          Indicates the mechanism used to compare versions to determine which is more current.

                          ShortHow to compare versions
                          Comments

                          If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.

                          Control0..1
                          BindingUnless not suitable, these codes SHALL be taken from VersionAlgorithm
                          (extensible to http://hl7.org/fhir/ValueSet/version-algorithm|5.0.0)
                          TypeChoice of: string, Coding
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supportfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          74. StructureDefinition.name
                          Definition

                          A natural language name identifying the structure definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.

                          ShortName for this structure definition (computer friendly)
                          Comments

                          The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.Some Examples:

                          • O2SatObservation
                          • PresentationReport
                          • Immunization2
                          • AcmeAdmissionRecordOld.
                          Control1..1
                          This element is affected by the following invariants: cnl-0
                          Typestring
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supportfalse
                          Summarytrue
                          Requirements

                          Support human navigation and code generation.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          76. StructureDefinition.title
                          Definition

                          A short, descriptive, user-friendly title for the structure definition.

                          ShortName for this structure definition (human friendly)
                          Comments

                          This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.Applications don't have to use this name but can always fall back to it. The title also corresponds to the label for the root element.

                          Control0..1
                          Typestring
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supportfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          78. StructureDefinition.status
                          Definition

                          The status of this structure definition. Enables tracking the life-cycle of the content.

                          Shortdraft | active | retired | unknown
                          Comments

                          Allows filtering of structure definitions that are appropriate for use versus not.

                          See guidance around (not) making local changes to elements here.

                          Control1..1
                          BindingThe codes SHALL be taken from PublicationStatus
                          (required to http://hl7.org/fhir/ValueSet/publication-status|5.0.0)

                          The lifecycle status of an artifact.

                          Typecode
                          Is Modifiertrue because This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supportfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          80. StructureDefinition.experimental
                          Definition

                          A Boolean value to indicate that this structure definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.

                          ShortFor testing purposes, not real usage
                          Comments

                          Allows filtering of structure definitions that are appropriate for use versus not.

                          Control0..1
                          Typeboolean
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supportfalse
                          Summarytrue
                          Requirements

                          Enables experimental content to be developed following the same lifecycle that would be used for a production-level structure definition.

                          Meaning if MissingIf absent, this resource is treated as though it is not experimental.
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          82. StructureDefinition.date
                          Definition

                          The date (and optionally time) when the structure definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the structure definition changes.

                          ShortDate last changed
                          Comments

                          The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the structure definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.

                          See guidance around (not) making local changes to elements here.

                          Control0..1
                          TypedateTime
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supportfalse
                          Summarytrue
                          Alternate NamesRevision Date
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          84. StructureDefinition.publisher
                          Definition

                          The name of the organization or individual responsible for the release and ongoing maintenance of the structure definition.

                          ShortName of the publisher/steward (organization or individual)
                          Comments

                          Usually an organization but may be an individual. The publisher (or steward) of the structure definition is the organization or individual primarily responsible for the maintenance and upkeep of the structure definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the structure definition. This item SHOULD be populated unless the information is available from context.

                          Control0..1
                          Typestring
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supportfalse
                          Summarytrue
                          Requirements

                          Helps establish the "authority/credibility" of the structure definition. May also allow for contact.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          86. StructureDefinition.contact
                          Definition

                          Contact details to assist a user in finding and communicating with the publisher.

                          ShortContact details for the publisher
                          Comments

                          May be a web site, an email address, a telephone number, etc.

                          See guidance around (not) making local changes to elements here.

                          Control0..*
                          TypeContactDetail
                          Is Modifierfalse
                          Must Supportfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          88. StructureDefinition.contact.id
                          Definition

                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          ShortUnique id for inter-element referencing
                          Control0..1
                          This element is affected by the following invariants: ele-1
                          Typeid
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Summaryfalse
                          90. StructureDefinition.contact.extension
                          Definition

                          An Extension

                          ShortExtension
                          Control0..*
                          TypeExtension
                          Is Modifierfalse
                          Summaryfalse
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          SlicingThis element introduces a set of slices on StructureDefinition.contact.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                          • value @ url
                          • 92. StructureDefinition.contact.extension:contact
                            Slice Namecontact
                            Definition

                            STU3: DataElement.contact additional types (ContactDetail) additional types from child elements (name, telecom)

                            ShortSTU3: contact additional types
                            Comments

                            Element DataElement.contact is mapped to FHIR R5 element StructureDefinition.contact as SourceIsBroaderThanTarget. The mappings for DataElement.contact do not cover the following types: ContactDetail. The mappings for DataElement.contact do not cover the following types based on type expansion: name, telecom. May be a web site, an email address, a telephone number, etc.

                            Control0..*
                            TypeExtension(STU3: contact additional types) (Extension Type: ContactDetail)
                            Is Modifierfalse
                            Summaryfalse
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            94. StructureDefinition.contact.name
                            Definition

                            The name of an individual to contact.

                            ShortName of an individual to contact
                            Comments

                            If there is no named individual, the telecom information is for the organization as a whole.

                            Control0..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            96. StructureDefinition.contact.telecom
                            Definition

                            The contact details for the individual (if a name was provided) or the organization.

                            ShortContact details for individual or organization
                            Control0..*
                            TypeContactPoint
                            Is Modifierfalse
                            Summarytrue
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            98. StructureDefinition.description
                            Definition

                            A free text natural language description of the structure definition from a consumer's perspective.

                            ShortNatural language description of the structure definition
                            Comments

                            This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the structure definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the structure definition is presumed to be the predominant language in the place the structure definition was created).

                            Control0..1
                            Typemarkdown
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Must Supportfalse
                            Summaryfalse
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            100. StructureDefinition.useContext
                            Definition

                            The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate structure definition instances.

                            ShortThe context that the content is intended to support
                            Comments

                            When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.

                            Control0..*
                            TypeUsageContext
                            Is Modifierfalse
                            Must Supportfalse
                            Summarytrue
                            Requirements

                            Assist in searching for appropriate content.

                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            102. StructureDefinition.useContext.id
                            Definition

                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                            ShortUnique id for inter-element referencing
                            Control0..1
                            This element is affected by the following invariants: ele-1
                            Typeid
                            Is Modifierfalse
                            XML FormatIn the XML format, this property is represented as an attribute.
                            Summaryfalse
                            104. StructureDefinition.useContext.extension
                            Definition

                            An Extension

                            ShortExtension
                            Control0..*
                            TypeExtension
                            Is Modifierfalse
                            Summaryfalse
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            SlicingThis element introduces a set of slices on StructureDefinition.useContext.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                            • value @ url
                            • 106. StructureDefinition.useContext.extension:useContext
                              Slice NameuseContext
                              Definition

                              STU3: DataElement.useContext additional types (UsageContext) additional types from child elements (code, value[x])

                              ShortSTU3: Context the content is intended to support additional types
                              Comments

                              Element DataElement.useContext is mapped to FHIR R5 element StructureDefinition.useContext as SourceIsBroaderThanTarget. The mappings for DataElement.useContext do not cover the following types: UsageContext. The mappings for DataElement.useContext do not cover the following types based on type expansion: code, value[x]. When multiple useContexts are specified, there is no expectation whether all or any of the contexts apply.

                              Control0..*
                              TypeExtension(STU3: Context the content is intended to support additional types) (Extension Type: UsageContext)
                              Is Modifierfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              108. StructureDefinition.useContext.code
                              Definition

                              A code that identifies the type of context being specified by this usage context.

                              ShortType of context being specified
                              Control1..1
                              BindingUnless not suitable, these codes SHALL be taken from UsageContextType (1.0.1)
                              (extensible to http://terminology.hl7.org/ValueSet/usage-context-type|1.0.1)

                              A code that specifies a type of context being specified by a usage context.

                              TypeCoding
                              Is Modifierfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              110. StructureDefinition.useContext.value[x]
                              Definition

                              A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.

                              ShortValue that defines the context
                              Control1..1
                              BindingFor example codes, see ContextOfUseValueSet
                              (example to http://hl7.org/fhir/ValueSet/use-context|5.0.0)

                              A code that defines the specific value for the context being specified.

                              TypeChoice of: CodeableConcept, Quantity, Range, Reference(PlanDefinition, ResearchStudy, InsurancePlan, HealthcareService, Group, Location, Organization)
                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                              Is Modifierfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              112. StructureDefinition.jurisdiction
                              Definition

                              A legal or geographic region in which the structure definition is intended to be used.

                              ShortIntended jurisdiction for structure definition (if applicable)
                              Comments

                              It may be possible for the structure definition to be used in jurisdictions other than those for which it was originally designed or intended.

                              DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)

                              Control0..*
                              BindingUnless not suitable, these codes SHALL be taken from JurisdictionValueSet
                              (extensible to http://hl7.org/fhir/ValueSet/jurisdiction|5.0.0)

                              Countries and regions within which this artifact is targeted for use.

                              TypeCodeableConcept
                              Is Modifierfalse
                              Must Supportfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              114. StructureDefinition.purpose
                              Definition

                              Explanation of why this structure definition is needed and why it has been designed as it has.

                              ShortWhy this structure definition is defined
                              Comments

                              This element does not describe the usage of the structure definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this structure definition.

                              Control0..1
                              Typemarkdown
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              116. StructureDefinition.copyright
                              Definition

                              A copyright statement relating to the structure definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the structure definition. The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element.

                              ShortUse and/or publishing restrictions
                              Comments

                              ...

                              Control0..1
                              Typemarkdown
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summaryfalse
                              Requirements

                              Consumers must be able to determine any legal restrictions on the use of the structure definition and/or its content.

                              Alternate NamesLicense, Restrictions
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              118. StructureDefinition.copyrightLabel
                              Definition

                              A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').

                              ShortCopyright holder and year(s)
                              Comments

                              The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.

                              Control0..1
                              Typestring
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summaryfalse
                              Requirements

                              Defines the content expected to be rendered in all representations of the artifact.

                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              120. StructureDefinition.keyword
                              Definition

                              (DEPRECATED) A set of key words or terms from external terminologies that may be used to assist with indexing and searching of templates nby describing the use of this structure definition, or the content it describes.

                              ShortAssist with indexing and finding
                              Comments

                              Note that this element is deprecated. Use the http://hl7.org/fhir/StructureDefinition/artifact-topic extension instead.

                              Control0..*
                              BindingUnless not suitable, these codes SHALL be taken from DefinitionUseCodes
                              (extensible to http://hl7.org/fhir/ValueSet/definition-use|5.0.0)

                              Codes for the meaning of the defined structure (SNOMED CT and LOINC codes, as an example).

                              TypeCoding
                              Is Modifierfalse
                              Must Supportfalse
                              Summarytrue
                              Requirements

                              Assist in searching for appropriate StructureDefinitions.

                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              122. StructureDefinition.fhirVersion
                              Definition

                              The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.6.0. for this version.

                              ShortFHIR Version this StructureDefinition targets
                              Comments

                              A StructureDefinition does not need to specify the target it applies to as StructureDefinitions will often be valid across multiple versions of FHIR. FHIR tooling can determine whether a StructureDefinition is consistent with a particular StructureDefinition if desired.

                              Control0..1
                              BindingThe codes SHALL be taken from FHIRVersion
                              (required to http://hl7.org/fhir/ValueSet/FHIR-version|5.0.0)

                              All published FHIR Versions.

                              Typecode
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              124. StructureDefinition.mapping
                              Definition

                              An external specification that the content is mapped to.

                              ShortExternal specification that the content is mapped to
                              Control0..*
                              TypeBackboneElement
                              Is Modifierfalse
                              Must Supportfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              sdf-2: Must have at least a name or a uri (or both) (name.exists() or uri.exists())
                              126. StructureDefinition.mapping.id
                              Definition

                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                              ShortUnique id for inter-element referencing
                              Control0..1
                              This element is affected by the following invariants: ele-1
                              Typestring
                              Is Modifierfalse
                              XML FormatIn the XML format, this property is represented as an attribute.
                              Summaryfalse
                              128. StructureDefinition.mapping.extension
                              Definition

                              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.

                              ShortAdditional content defined by implementations
                              Comments

                              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.

                              Control0..*
                              TypeExtension
                              Is Modifierfalse
                              Summaryfalse
                              Alternate Namesextensions, user content
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              130. StructureDefinition.mapping.modifierExtension
                              Definition

                              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).

                              ShortExtensions that cannot be ignored even if unrecognized
                              Comments

                              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.

                              Control0..*
                              TypeExtension
                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                              Summarytrue
                              Requirements

                              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.

                              Alternate Namesextensions, user content, modifiers
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              132. StructureDefinition.mapping.identity
                              Definition

                              An Internal id that is used to identify this mapping set when specific mappings are made.

                              ShortInternal id when this mapping is used
                              Comments

                              The specification is described once, with general comments, and then specific mappings are made that reference this declaration.

                              Control1..1
                              Typeid
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              134. StructureDefinition.mapping.uri
                              Definition

                              An absolute URI that identifies the specification that this mapping is expressed to.

                              ShortIdentifies what this mapping refers to
                              Comments

                              A formal identity for the specification being mapped to helps with identifying maps consistently.

                              Control0..1
                              This element is affected by the following invariants: sdf-2
                              Typeuri
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              136. StructureDefinition.mapping.name
                              Definition

                              A name for the specification that is being mapped to.

                              ShortNames what this mapping refers to
                              Control0..1
                              This element is affected by the following invariants: sdf-2
                              Typestring
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              138. StructureDefinition.mapping.comment
                              Definition

                              Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage.

                              ShortVersions, Issues, Scope limitations etc
                              Control0..1
                              Typestring
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              140. StructureDefinition.kind
                              Definition

                              Defines the kind of structure that this definition is describing.

                              Shortprimitive-type | complex-type | resource | logical
                              Control1..1
                              This element is affected by the following invariants: sdf-15a, sdf-15, sdf-11, sdf-29, sdf-8, sdf-3, sdf-8a
                              BindingThe codes SHALL be taken from StructureDefinitionKind
                              (required to http://hl7.org/fhir/ValueSet/structure-definition-kind|5.0.0)

                              Defines the type of structure that a definition is describing.

                              Typecode
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              142. StructureDefinition.abstract
                              Definition

                              Whether structure this definition describes is abstract or not - that is, whether the structure is not intended to be instantiated. For Resources and Data types, abstract types will never be exchanged between systems.

                              ShortWhether the structure is abstract
                              Comments

                              Abstract Resources cannot be instantiated - a concrete sub-type must be used. Abstract datatypes and extensions cannot be used in an instance. For logical models, the exact implication of "abstract" will rest with the author, depending how the logical model is used. Flagging a constraint structure as abstract conveys design intent but makes no difference to how the structure definition is handled. Note that inline declared elements that are given the type "Element" in the StructureDefinition, but have children described, are anonymous concrete types that specialize Element.

                              Control1..1
                              This element is affected by the following invariants: sdf-4
                              Typeboolean
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              144. StructureDefinition.context
                              Definition

                              Identifies the types of resource or data type elements to which the extension can be applied. For more guidance on using the 'context' element, see the defining extensions page.

                              ShortIf an extension, where it can be used in instances
                              Control0..*
                              This element is affected by the following invariants: sdf-5
                              TypeBackboneElement
                              Is Modifierfalse
                              Must Supportfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              146. StructureDefinition.context.id
                              Definition

                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                              ShortUnique id for inter-element referencing
                              Control0..1
                              This element is affected by the following invariants: ele-1
                              Typestring
                              Is Modifierfalse
                              XML FormatIn the XML format, this property is represented as an attribute.
                              Summaryfalse
                              148. StructureDefinition.context.extension
                              Definition

                              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.

                              ShortAdditional content defined by implementations
                              Comments

                              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.

                              Control0..*
                              TypeExtension
                              Is Modifierfalse
                              Summaryfalse
                              Alternate Namesextensions, user content
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              150. StructureDefinition.context.modifierExtension
                              Definition

                              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).

                              ShortExtensions that cannot be ignored even if unrecognized
                              Comments

                              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.

                              Control0..*
                              TypeExtension
                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                              Summarytrue
                              Requirements

                              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.

                              Alternate Namesextensions, user content, modifiers
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              152. StructureDefinition.context.type
                              Definition

                              Defines how to interpret the expression that defines what the context of the extension is.

                              Shortfhirpath | element | extension
                              Control1..1
                              BindingThe codes SHALL be taken from ExtensionContextType
                              (required to http://hl7.org/fhir/ValueSet/extension-context-type|5.0.0)

                              How an extension context is interpreted.

                              Typecode
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              154. StructureDefinition.context.expression
                              Definition

                              An expression that defines where an extension can be used in resources.

                              ShortWhere the extension can be used in instances
                              Control1..1
                              Typestring
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              156. StructureDefinition.contextInvariant
                              Definition

                              A set of rules as FHIRPath Invariants about when the extension can be used (e.g. co-occurrence variants for the extension). All the rules must be true.

                              ShortFHIRPath invariants - when the extension can be used
                              Comments

                              The rules are only evaluated when the extension is present. When evaluating the invariant, the FHIRPath focus is the element that holds the extension, and %extension refers to the extension itself.

                              Control0..*
                              This element is affected by the following invariants: sdf-18
                              Typestring
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              158. StructureDefinition.type
                              Definition

                              The type this structure describes. If the derivation kind is 'specialization' then this is the master definition for a type, and there is always one of these (a data type, an extension, a resource, including abstract ones). Otherwise the structure definition is a constraint on the stated type (and in this case, the type cannot be an abstract type). References are URLs that are relative to http://hl7.org/fhir/StructureDefinition e.g. "string" is a reference to http://hl7.org/fhir/StructureDefinition/string. Absolute URLs are only allowed in logical models, where they are required.

                              ShortType defined or constrained by this structure
                              Comments

                              Note that in the case of constraints, the type could be determined by chasing through the baseDefinition references until a type defining structure (derivation = specialization) is reached, or by looking at the path of the first element in the snapshot - if present - but providing the type directly makes for simpler tooling and indexing.

                              The type must match the elements defined in the differential and the snapshot. For all FHIR defined types, the path name of the element will start with the type name. For logical models, where the type SHALL be a fully specified URL, the type name SHOULD start with the final path segment of the type URL where required. E.g. If the type was "http://example.org/fhir/MyLogicalModelType", the type name should start with 'MyLogicalModelType'.

                              Control1..1
                              This element is affected by the following invariants: sdf-18, sdf-11, sdf-5, sdf-8, sdf-8a
                              BindingUnless not suitable, these codes SHALL be taken from FHIRTypes
                              (extensible to http://hl7.org/fhir/ValueSet/fhir-types|5.0.0)

                              Either a resource or a data type, including logical model types.

                              Typeuri
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              160. StructureDefinition.baseDefinition
                              Definition

                              An absolute URI that is the base structure from which this type is derived, either by specialization or constraint.

                              ShortDefinition that this type is constrained/specialized from
                              Comments

                              If differential constraints are specified in this structure, they are applied to the base in a "differential" fashion. If there is no base, then the differential constraints cannot be provided (snapshot only). Differential structures are useful for the editing perspective, and snapshot structures are suitable for operational use. The FHIR Project provides a number of tools/services to populate snapshots from differential constraints. Logical Models have a base of "Base", "Element" or another logical model.

                              Control0..1
                              This element is affected by the following invariants: sdf-4, sdf-27
                              Typecanonical(StructureDefinition)
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              162. StructureDefinition.derivation
                              Definition

                              How the type relates to the baseDefinition.

                              Shortspecialization | constraint - How relates to base definition
                              Comments

                              If the definition is a specialization, then it adds to the differential new elements and optionally additional rules to an existing concrete type, and the snapshot includes the inherited elements and rules. If the definition is a constraint, then it cannot define new elements, it can only make new rules about existing content (see Profiling Resources).

                              Control0..1
                              This element is affected by the following invariants: sdf-1, sdf-21, sdf-5, sdf-27, sdf-29
                              BindingThe codes SHALL be taken from TypeDerivationRule
                              (required to http://hl7.org/fhir/ValueSet/type-derivation-rule|5.0.0)

                              How a type relates to its baseDefinition.

                              Typecode
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supportfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              164. StructureDefinition.snapshot
                              Definition

                              A snapshot view is expressed in a standalone form that can be used and interpreted without considering the base StructureDefinition.

                              ShortSnapshot view of the structure
                              Control0..1
                              This element is affected by the following invariants: sdf-11, sdf-1, sdf-6
                              TypeBackboneElement
                              Is Modifierfalse
                              Must Supportfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              sdf-3: Each element definition in a snapshot must have a formal definition and cardinalities, unless model is a logical model (%resource.kind = 'logical' or element.all(definition.exists() and min.exists() and max.exists()))
                              sdf-8: All snapshot elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models ((%resource.kind = 'logical' or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.')))
                              sdf-24: For CodeableReference elements, target profiles must be listed on the CodeableReference, not the CodeableReference.reference (element.where(type.where(code='Reference').exists() and path.endsWith('.reference') and type.targetProfile.exists() and (path.substring(0,$this.path.length()-10) in %context.element.where(type.where(code='CodeableReference').exists()).path)).exists().not())
                              sdf-25: For CodeableReference elements, bindings must be listed on the CodeableReference, not the CodeableReference.concept (element.where(type.where(code='CodeableConcept').exists() and path.endsWith('.concept') and binding.exists() and (path.substring(0,$this.path.length()-8) in %context.element.where(type.where(code='CodeableReference').exists()).path)).exists().not())
                              sdf-26: The root element of a profile should not have mustSupport = true ($this.where(element[0].mustSupport='true').exists().not())
                              sdf-8b: All snapshot elements must have a base definition (element.all(base.exists()))
                              166. StructureDefinition.snapshot.id
                              Definition

                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                              ShortUnique id for inter-element referencing
                              Control0..1
                              This element is affected by the following invariants: ele-1
                              Typestring
                              Is Modifierfalse
                              XML FormatIn the XML format, this property is represented as an attribute.
                              Summaryfalse
                              168. StructureDefinition.snapshot.extension
                              Definition

                              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.

                              ShortAdditional content defined by implementations
                              Comments

                              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.

                              Control0..*
                              TypeExtension
                              Is Modifierfalse
                              Summaryfalse
                              Alternate Namesextensions, user content
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              170. StructureDefinition.snapshot.modifierExtension
                              Definition

                              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).

                              ShortExtensions that cannot be ignored even if unrecognized
                              Comments

                              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.

                              Control0..*
                              TypeExtension
                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                              Summarytrue
                              Requirements

                              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.

                              Alternate Namesextensions, user content, modifiers
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              172. StructureDefinition.snapshot.element
                              Definition

                              Captures constraints on each element within the resource.

                              ShortDefinition of elements in the resource (if no StructureDefinition)
                              Control1..*
                              This element is affected by the following invariants: sdf-9, sdf-19, sdf-16, sdf-15, sdf-23, sdf-11, sdf-22, sdf-14, sdf-1, sdf-8, sdf-3, sdf-8b, sdf-24, sdf-25, sdf-26
                              TypeElementDefinition
                              Is Modifierfalse
                              Must Supportfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              sdf-10: provide either a binding reference or a description (or both) (binding.empty() or binding.valueSet.exists() or binding.description.exists())
                              sdf-28: If there are no discriminators, there must be a definition (slicing.exists().not() or (slicing.discriminator.exists() or slicing.description.exists()))
                              174. StructureDefinition.differential
                              Definition

                              A differential view is expressed relative to the base StructureDefinition - a statement of differences that it applies.

                              ShortDifferential view of the structure
                              Control0..1
                              This element is affected by the following invariants: sdf-6
                              TypeBackboneElement
                              Is Modifierfalse
                              Must Supportfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              sdf-20: No slicing on the root element (element.where(path.contains('.').not()).slicing.empty())
                              sdf-8a: In any differential, all the elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models ((%resource.kind = 'logical' or element.first().path.startsWith(%resource.type)) and (element.tail().empty() or element.tail().all(path.startsWith(%resource.differential.element.first().path.replaceMatches('\\..*','')&'.'))))
                              176. StructureDefinition.differential.id
                              Definition

                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                              ShortUnique id for inter-element referencing
                              Control0..1
                              This element is affected by the following invariants: ele-1
                              Typestring
                              Is Modifierfalse
                              XML FormatIn the XML format, this property is represented as an attribute.
                              Summaryfalse
                              178. StructureDefinition.differential.extension
                              Definition

                              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.

                              ShortAdditional content defined by implementations
                              Comments

                              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.

                              Control0..*
                              TypeExtension
                              Is Modifierfalse
                              Summaryfalse
                              Alternate Namesextensions, user content
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              180. StructureDefinition.differential.modifierExtension
                              Definition

                              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).

                              ShortExtensions that cannot be ignored even if unrecognized
                              Comments

                              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.

                              Control0..*
                              TypeExtension
                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                              Summarytrue
                              Requirements

                              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.

                              Alternate Namesextensions, user content, modifiers
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              182. StructureDefinition.differential.element
                              Definition

                              Captures constraints on each element within the resource.

                              ShortDefinition of elements in the resource (if no StructureDefinition)
                              Control1..*
                              This element is affected by the following invariants: sdf-9, sdf-15a, sdf-19, sdf-17, sdf-23, sdf-22, sdf-14, sdf-21, sdf-29, sdf-20, sdf-8a
                              TypeElementDefinition
                              Is Modifierfalse
                              Must Supportfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              184. StructureDefinition.differential.element.id
                              Definition

                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                              ShortUnique id for inter-element referencing
                              Control0..1
                              This element is affected by the following invariants: ele-1
                              Typeid
                              Is Modifierfalse
                              XML FormatIn the XML format, this property is represented as an attribute.
                              Summaryfalse
                              186. StructureDefinition.differential.element.extension
                              Definition

                              An Extension

                              ShortExtension
                              Control0..*
                              TypeExtension
                              Is Modifierfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              SlicingThis element introduces a set of slices on StructureDefinition.differential.element.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                              • value @ url
                              • 188. StructureDefinition.differential.element.extension:element
                                Slice Nameelement
                                Definition

                                STU3: DataElement.element additional types (ElementDefinition) additional types from child elements (alias, base, max, min, path, binding, description, strength, valueSet[x], code, comment, condition, constraint, expression, human, key, requirements, severity, source, xpath, contentReference, defaultValue[x], definition, example, label, value[x], fixed[x], isModifier, isSummary, mapping, identity, language, map, maxLength, maxValue[x], meaningWhenMissing, minValue[x], mustSupport, orderMeaning, pattern[x], representation, short, sliceName, slicing, discriminator, type, ordered, rules, aggregation, profile, targetProfile, versioning)

                                ShortSTU3: Definition of element additional types
                                Comments

                                Element DataElement.element is mapped to FHIR R5 element StructureDefinition.differential.element as SourceIsBroaderThanTarget. The mappings for DataElement.element do not cover the following types: ElementDefinition. The mappings for DataElement.element do not cover the following types based on type expansion: aggregation, alias, base, binding, code, comment, condition, constraint, contentReference, defaultValue[x], definition, description, discriminator, example, expression, fixed[x], human, identity, isModifier, isSummary, key, label, language, map, mapping, max, maxLength, maxValue[x], meaningWhenMissing, min, minValue[x], mustSupport, ordered, orderMeaning, path, pattern[x], profile, representation, requirements, rules, severity, short, sliceName, slicing, source, strength, targetProfile, type, value[x], valueSet[x], versioning, xpath. For simple data types there will only be one repetition. For complex data types, multiple repetitions will be present defining a nested structure using the "path" element.

                                Control1..*
                                TypeExtension(STU3: Definition of element additional types) (Complex Extension)
                                Is Modifierfalse
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                190. StructureDefinition.differential.element.modifierExtension
                                Definition

                                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).

                                ShortExtensions that cannot be ignored even if unrecognized
                                Comments

                                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.

                                Control0..*
                                TypeExtension
                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                Summarytrue
                                Requirements

                                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.

                                Alternate Namesextensions, user content, modifiers
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                192. StructureDefinition.differential.element.path
                                Definition

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

                                ShortPath of the element in the hierarchy of elements
                                Control1..1
                                This element is affected by the following invariants: eld-19, eld-20
                                Typestring
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Summarytrue
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                194. StructureDefinition.differential.element.representation
                                Definition

                                Codes that define how this element is represented in instances, when the deviation varies from the normal case. No extensions are allowed on elements with a representation of 'xmlAttr', no matter what FHIR serialization format is used.

                                ShortxmlAttr | xmlText | typeAttr | cdaText | xhtml
                                Comments

                                In resources, this is rarely used except for special cases where the representation deviates from the normal, and can only be done in the base standard (and profiles must reproduce what the base standard does). This element is used quite commonly in Logical models when the logical models represent a specific serialization format (e.g. CDA, v2 etc.).

                                Control0..*
                                BindingThe codes SHALL be taken from PropertyRepresentation
                                (required to http://hl7.org/fhir/ValueSet/property-representation|5.0.0)

                                How a property is represented when serialized.

                                Typecode
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Summarytrue
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                196. StructureDefinition.differential.element.sliceName
                                Definition

                                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.

                                ShortName for this particular element (in a set of slices)
                                Comments

                                The name SHALL be unique within the structure within the context of the constrained resource element. (Though to avoid confusion, uniqueness across all elements is recommended.).

                                Control0..1
                                This element is affected by the following invariants: eld-22, eld-16
                                Typestring
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Summarytrue
                                Requirements

                                May also be used for code generation purposes.

                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                198. StructureDefinition.differential.element.sliceIsConstraining
                                Definition

                                If true, indicates that this slice definition is constraining a slice definition with the same name in an inherited profile. If false, the slice is not overriding any slice in an inherited profile. If missing, the slice might or might not be overriding a slice in an inherited profile, depending on the sliceName.

                                ShortIf this slice definition constrains an inherited slice definition (or not)
                                Comments

                                If set to true, an ancestor profile SHALL have a slicing definition with this name. If set to false, no ancestor profile is permitted to have a slicing definition with this name.

                                Control0..1
                                This element is affected by the following invariants: eld-22
                                Typeboolean
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Summarytrue
                                Requirements

                                Allows detection of a situation where an ancestor profile adds or removes slicing with the same name where that might impact the child profile.

                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                200. StructureDefinition.differential.element.label
                                Definition

                                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.

                                ShortName for element to display with or prompt for element
                                Comments

                                See also the extension http://hl7.org/fhir/StructureDefinition/elementdefinition-question.

                                Control0..1
                                Typestring
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Summarytrue
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                202. StructureDefinition.differential.element.code
                                Definition

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

                                ShortCorresponding codes in terminologies
                                Comments

                                The concept SHALL be properly aligned with the data element definition and other constraints, as defined in the code system, including relationships, of any code listed here. Where multiple codes exist in a terminology that could correspond to the data element, the most granular code(s) should be selected, so long as they are not more restrictive than the data element itself. The mappings may be used to provide more or less granular or structured equivalences in the code system.

                                Control0..*
                                BindingFor example codes, see All LOINC codes
                                (example to http://loinc.org/vs)

                                Codes that indicate the meaning of a data element.

                                TypeCoding
                                Is Modifierfalse
                                Summarytrue
                                Requirements

                                Links the meaning of an element to an external terminology, and is very useful for searching and indexing.

                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                204. StructureDefinition.differential.element.slicing
                                Definition

                                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).

                                ShortThis element is sliced - slices follow
                                Comments

                                The first element in the sequence, the one that carries the slicing, is the definition that applies to all the slices. This is based on the unconstrained element, but can apply any constraints as appropriate. This may include the common constraints on the children of the element.

                                Control0..1
                                This element is affected by the following invariants: eld-25
                                TypeElement
                                Is Modifierfalse
                                Summarytrue
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                206. StructureDefinition.differential.element.slicing.id
                                Definition

                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                ShortUnique id for inter-element referencing
                                Control0..1
                                This element is affected by the following invariants: ele-1
                                Typestring
                                Is Modifierfalse
                                XML FormatIn the XML format, this property is represented as an attribute.
                                Summaryfalse
                                208. StructureDefinition.differential.element.slicing.extension
                                Definition

                                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.

                                ShortAdditional content defined by implementations
                                Comments

                                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.

                                Control0..*
                                TypeExtension
                                Is Modifierfalse
                                Summaryfalse
                                Alternate Namesextensions, user content
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                SlicingThis element introduces a set of slices on StructureDefinition.differential.element.slicing.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                • value @ url
                                • 210. StructureDefinition.differential.element.slicing.discriminator
                                  Definition

                                  Designates which child elements are used to discriminate between the slices when processing an instance. If one or more discriminators are provided, the value of the child elements in the instance data SHALL completely distinguish which slice the element in the resource matches based on the allowed values for those elements in each of the slices.

                                  ShortElement values that are used to distinguish the slices
                                  Comments

                                  If there is no discriminator, the content is hard to process, so this should be avoided.

                                  Control0..*
                                  TypeElement
                                  Is Modifierfalse
                                  Summarytrue
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  212. StructureDefinition.differential.element.slicing.discriminator.id
                                  Definition

                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                  ShortUnique id for inter-element referencing
                                  Control0..1
                                  This element is affected by the following invariants: ele-1
                                  Typestring
                                  Is Modifierfalse
                                  XML FormatIn the XML format, this property is represented as an attribute.
                                  Summaryfalse
                                  214. StructureDefinition.differential.element.slicing.discriminator.extension
                                  Definition

                                  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.

                                  ShortAdditional content defined by implementations
                                  Comments

                                  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.

                                  Control0..*
                                  TypeExtension
                                  Is Modifierfalse
                                  Summaryfalse
                                  Alternate Namesextensions, user content
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                  SlicingThis element introduces a set of slices on StructureDefinition.differential.element.slicing.discriminator.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                  • value @ url
                                  • 216. StructureDefinition.differential.element.slicing.discriminator.type
                                    Definition

                                    How the element value is interpreted when discrimination is evaluated.

                                    Shortvalue | exists | type | profile | position
                                    Comments

                                    'pattern' is deprecated - it works exactly the same as 'value'.

                                    Control1..1
                                    BindingThe codes SHALL be taken from DiscriminatorType
                                    (required to http://hl7.org/fhir/ValueSet/discriminator-type|5.0.0)

                                    How an element value is interpreted when discrimination is evaluated.

                                    Typecode
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    218. StructureDefinition.differential.element.slicing.discriminator.path
                                    Definition

                                    A FHIRPath expression, using the simple subset of FHIRPath, that is used to identify the element on which discrimination is based.

                                    ShortPath to element value
                                    Control1..1
                                    Typestring
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    220. StructureDefinition.differential.element.slicing.description
                                    Definition

                                    A human-readable text description of how the slicing works. If there is no discriminator, this is required to be present to provide whatever information is possible about how the slices can be differentiated.

                                    ShortText description of how slicing works (or not)
                                    Comments

                                    If it's really not possible to differentiate them, the design should be re-evaluated to make the content usable.

                                    Control0..1
                                    Typestring
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    222. StructureDefinition.differential.element.slicing.ordered
                                    Definition

                                    If the matching elements have to occur in the same order as defined in the profile.

                                    ShortIf elements must be in same order as slices
                                    Comments

                                    Order should only be required when it is a pressing concern for presentation. Profile authors should consider making the order a feature of the rules about the narrative, not the rules about the data - requiring ordered data makes the profile much less re-usable.

                                    Control0..1
                                    This element is affected by the following invariants: eld-25
                                    Typeboolean
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Meaning if MissingOrder is not required unless specified
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    224. StructureDefinition.differential.element.slicing.rules
                                    Definition

                                    Whether additional slices are allowed or not. When the slices are ordered, profile authors can also say that additional slices are only allowed at the end.

                                    Shortclosed | open | openAtEnd
                                    Comments

                                    Allowing additional elements makes for a much for flexible template - it's open for use in wider contexts, but also means that the content of the resource is not closed, and applications have to decide how to handle content not described by the profile.

                                    Control1..1
                                    This element is affected by the following invariants: eld-25
                                    BindingThe codes SHALL be taken from SlicingRules
                                    (required to http://hl7.org/fhir/ValueSet/resource-slicing-rules|5.0.0)

                                    How slices are interpreted when evaluating an instance.

                                    Typecode
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    226. StructureDefinition.differential.element.short
                                    Definition

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

                                    ShortConcise definition for space-constrained presentation
                                    Comments

                                    It is easy for a different short definition to change the meaning of an element and this can have nasty downstream consequences. Please be careful when providing short definitions in a profile.

                                    Control0..1
                                    Typestring
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    228. StructureDefinition.differential.element.definition
                                    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. (Note: The text you are reading is specified in ElementDefinition.definition).

                                    ShortFull formal definition as narrative text
                                    Comments

                                    It is easy for a different definition to change the meaning of an element and this can have nasty downstream consequences. Please be careful when providing definitions in a profile.

                                    Control0..1
                                    Typemarkdown
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Requirements

                                    To allow a user to state the usage of an element in a particular context.

                                    Alternate NamesDescription
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    230. StructureDefinition.differential.element.comment
                                    Definition

                                    Explanatory notes and implementation guidance about the data element, including notes about how to use the data properly, exceptions to proper use, etc. (Note: The text you are reading is specified in ElementDefinition.comment).

                                    ShortComments about the use of this element
                                    Comments

                                    If it is possible to capture usage rules using constraints, that mechanism should be used in preference to this element.

                                    Control0..1
                                    Typemarkdown
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    232. StructureDefinition.differential.element.requirements
                                    Definition

                                    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.

                                    ShortWhy this resource has been created
                                    Comments

                                    This element does not describe the usage of the element (that's done in comments), rather it's for traceability of why the element is either needed or why the constraints exist as they do. This may be used to point to source materials or specifications that drove the structure of this data element.

                                    Control0..1
                                    Typemarkdown
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    234. StructureDefinition.differential.element.alias
                                    Definition

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

                                    ShortOther names
                                    Control0..*
                                    Typestring
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Requirements

                                    Allows for better easier recognition of the element by multiple communities, including international communities.

                                    Alternate Namessynonym, other name
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    236. StructureDefinition.differential.element.min
                                    Definition

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

                                    ShortMinimum Cardinality
                                    Control0..1
                                    This element is affected by the following invariants: eld-2
                                    TypeunsignedInt
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    238. StructureDefinition.differential.element.max
                                    Definition

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

                                    ShortMaximum Cardinality (a number or *)
                                    Control0..1
                                    This element is affected by the following invariants: eld-2
                                    Typestring
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Invariantseld-3: Max SHALL be a number or "*" (empty() or ($this = '*') or (toInteger() >= 0))
                                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    240. StructureDefinition.differential.element.base
                                    Definition

                                    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. When the element definition is not the original definition of an element - e.g. either in a constraint on another type, or for elements from a super type in a snap shot - then the information in provided in the element definition may be different to the base definition. On the original definition of the element, it will be same.

                                    ShortBase definition information for tools
                                    Comments

                                    The base information does not carry any information that could not be determined from the path and related profiles, but making this determination requires both that the related profiles are available, and that the algorithm to determine them be available. For tooling simplicity, the base information must always be populated in element definitions in snap shots, even if it is the same.

                                    Control0..1
                                    TypeElement
                                    Is Modifierfalse
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    242. StructureDefinition.differential.element.base.id
                                    Definition

                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                    ShortUnique id for inter-element referencing
                                    Control0..1
                                    This element is affected by the following invariants: ele-1
                                    Typestring
                                    Is Modifierfalse
                                    XML FormatIn the XML format, this property is represented as an attribute.
                                    Summaryfalse
                                    244. StructureDefinition.differential.element.base.extension
                                    Definition

                                    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.

                                    ShortAdditional content defined by implementations
                                    Comments

                                    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.

                                    Control0..*
                                    TypeExtension
                                    Is Modifierfalse
                                    Summaryfalse
                                    Alternate Namesextensions, user content
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    SlicingThis element introduces a set of slices on StructureDefinition.differential.element.base.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                    • value @ url
                                    • 246. StructureDefinition.differential.element.base.path
                                      Definition

                                      The Path that identifies the base element - this matches the ElementDefinition.path for that element. Across FHIR, there is only one base definition of any element - that is, an element definition on a StructureDefinition without a StructureDefinition.base.

                                      ShortPath that identifies the base element
                                      Control1..1
                                      Typestring
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      248. StructureDefinition.differential.element.base.min
                                      Definition

                                      Minimum cardinality of the base element identified by the path.

                                      ShortMin cardinality of the base element
                                      Comments

                                      This is provided for consistency with max, and may affect code generation of mandatory elements of the base resource are generated differently (some reference implementations have done this).

                                      Control1..1
                                      TypeunsignedInt
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      250. StructureDefinition.differential.element.base.max
                                      Definition

                                      Maximum cardinality of the base element identified by the path.

                                      ShortMax cardinality of the base element
                                      Comments

                                      This is provided to code generation, since the serialization representation in JSON differs depending on whether the base element has max > 1. Also, some forms of code generation may differ.

                                      Control1..1
                                      Typestring
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      252. StructureDefinition.differential.element.contentReference
                                      Definition

                                      Identifies an element defined elsewhere in the definition whose content rules should be applied to the current element. ContentReferences bring across all the rules that are in the ElementDefinition for the element, including definitions, cardinality constraints, bindings, invariants etc.

                                      ShortReference to definition of content for the element
                                      Comments

                                      ContentReferences can only be defined in specializations, not constrained types, and they cannot be changed and always reference the non-constrained definition.

                                      Control0..1
                                      This element is affected by the following invariants: eld-5
                                      Typeuri
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      254. StructureDefinition.differential.element.type
                                      Definition

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

                                      ShortData type and Profile for this element
                                      Comments

                                      The Type of the element can be left blank in a differential constraint, in which case the type is inherited from the resource. Abstract types are not permitted to appear as a type when multiple types are listed. (I.e. Abstract types cannot be part of a choice).

                                      Control0..*
                                      This element is affected by the following invariants: eld-13, eld-7, eld-6, eld-11, eld-5
                                      TypeElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantseld-4: Aggregation may only be specified if one of the allowed types for the element is a reference (aggregation.empty() or (code = 'Reference') or (code = 'canonical') or (code = 'CodeableReference'))
                                      eld-17: targetProfile is only allowed if the type is Reference or canonical ((code='Reference' or code = 'canonical' or code = 'CodeableReference') or targetProfile.empty())
                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      256. StructureDefinition.differential.element.type.id
                                      Definition

                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                      ShortUnique id for inter-element referencing
                                      Control0..1
                                      This element is affected by the following invariants: ele-1
                                      Typestring
                                      Is Modifierfalse
                                      XML FormatIn the XML format, this property is represented as an attribute.
                                      Summaryfalse
                                      258. StructureDefinition.differential.element.type.extension
                                      Definition

                                      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.

                                      ShortAdditional content defined by implementations
                                      Comments

                                      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.

                                      Control0..*
                                      TypeExtension
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate Namesextensions, user content
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      SlicingThis element introduces a set of slices on StructureDefinition.differential.element.type.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                      • value @ url
                                      • 260. StructureDefinition.differential.element.type.code
                                        Definition

                                        URL of Data type or Resource that is a(or the) type used for this element. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition e.g. "string" is a reference to http://hl7.org/fhir/StructureDefinition/string. Absolute URLs are only allowed in logical models.

                                        ShortData type or Resource (reference to definition)
                                        Comments

                                        If the element is a reference to another resource, this element contains "Reference", and the targetProfile element defines what resources can be referenced. The targetProfile may be a reference to the general definition of a resource (e.g. http://hl7.org/fhir/StructureDefinition/Patient).

                                        Control1..1
                                        This element is affected by the following invariants: eld-11, eld-13, eld-4, eld-17
                                        BindingUnless not suitable, these codes SHALL be taken from ElementDefinitionTypes
                                        (extensible to http://hl7.org/fhir/ValueSet/elementdefinition-types|5.0.0)

                                        List of all Types for ElementDefinition.type.code.

                                        Typeuri
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        262. StructureDefinition.differential.element.type.profile
                                        Definition

                                        Identifies a profile structure or implementation Guide that applies to the datatype this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the type SHALL conform to at least one profile defined in the implementation guide.

                                        ShortProfiles (StructureDefinition or IG) - one must apply
                                        Comments

                                        It is possible to profile backbone element (e.g. part of a resource), using the http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element extension.

                                        Control0..*
                                        Typecanonical(StructureDefinition, ImplementationGuide)
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        264. StructureDefinition.differential.element.type.targetProfile
                                        Definition

                                        Used when the type is "Reference" or "canonical", and identifies a profile structure or implementation Guide that applies to the target of the reference this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the target resource SHALL conform to at least one profile defined in the implementation guide.

                                        ShortProfile (StructureDefinition or IG) on the Reference/canonical target - one must apply
                                        Control0..*
                                        This element is affected by the following invariants: eld-17
                                        Typecanonical(StructureDefinition, ImplementationGuide)
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        266. StructureDefinition.differential.element.type.aggregation
                                        Definition

                                        If the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource, or a reference, and if the context is a bundle, is it included in the bundle.

                                        Shortcontained | referenced | bundled - how aggregated
                                        Comments

                                        See Aggregation Rules for further clarification.

                                        Control0..*
                                        This element is affected by the following invariants: eld-4
                                        BindingThe codes SHALL be taken from AggregationMode
                                        (required to http://hl7.org/fhir/ValueSet/resource-aggregation-mode|5.0.0)

                                        How resource references can be aggregated.

                                        Typecode
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        268. StructureDefinition.differential.element.type.versioning
                                        Definition

                                        Whether this reference needs to be version specific or version independent, or whether either can be used.

                                        Shorteither | independent | specific
                                        Comments

                                        The base specification never makes a rule as to which form is allowed, but implementation guides may do this. See Aggregation Rules for further clarification.

                                        Control0..1
                                        BindingThe codes SHALL be taken from ReferenceVersionRules
                                        (required to http://hl7.org/fhir/ValueSet/reference-version-rules|5.0.0)

                                        Whether a reference needs to be version specific or version independent, or whether either can be used.

                                        Typecode
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        270. StructureDefinition.differential.element.defaultValue[x]
                                        Definition

                                        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').

                                        ShortSpecified value if missing from instance
                                        Comments

                                        Specifying a default value means that the property can never been unknown - it must always have a value. Further, the default value can never be changed, or changed in constraints on content models. Defining default values creates many difficulties in implementation (e.g. when is a value missing?). For these reasons, default values are (and should be) used extremely sparingly.

                                        No default values are ever defined in the FHIR specification, nor can they be defined in constraints ("profiles") on data types or resources. This element only exists so that default values may be defined in logical models.

                                        Control0..1
                                        This element is affected by the following invariants: eld-15, eld-5
                                        TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, integer64, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, CodeableReference, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, RatioRange, Reference, SampledData, Signature, Timing, ContactDetail, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Availability, ExtendedContactDetail, Dosage, Meta
                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        272. StructureDefinition.differential.element.meaningWhenMissing
                                        Definition

                                        The Implicit meaning that is to be understood when this element is missing (e.g. 'when this element is missing, the period is ongoing').

                                        ShortImplicit meaning when this element is missing
                                        Comments

                                        Implicit meanings for missing values can only be specified on a resource, data type, or extension definition, and never in a profile that applies to one of these. An implicit meaning for a missing value can never be changed, and specifying one has the consequence that constraining its use in profiles eliminates use cases as possibilities, not merely moving them out of scope.

                                        Control0..1
                                        This element is affected by the following invariants: eld-15
                                        Typemarkdown
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        274. StructureDefinition.differential.element.orderMeaning
                                        Definition

                                        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.

                                        ShortWhat the order of the elements means
                                        Comments

                                        This element can only be asserted on repeating elements and can only be introduced when defining resources or data types. It can be further refined profiled elements but if absent in the base type, a profile cannot assert meaning.

                                        Control0..1
                                        This element is affected by the following invariants: eld-25
                                        Typestring
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        276. StructureDefinition.differential.element.fixed[x]
                                        Definition

                                        Specifies a value that SHALL be exactly the value for this element in the instance, if present. 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.

                                        ShortValue must be exactly this
                                        Comments

                                        This is not recommended for Coding and CodeableConcept since these often have highly contextual properties such as version or display.

                                        Control0..1
                                        This element is affected by the following invariants: eld-5, eld-6, eld-8, eld-24
                                        TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, integer64, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, CodeableReference, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, RatioRange, Reference, SampledData, Signature, Timing, ContactDetail, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Availability, ExtendedContactDetail, Dosage, Meta
                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        278. StructureDefinition.differential.element.pattern[x]
                                        Definition

                                        Specifies a value that each occurrence of the element in the instance SHALL follow - that is, any value in the pattern must be found in the instance, if the element has a value. Other additional values may be found too. This is effectively constraint by example.

                                        When pattern[x] is used to constrain a primitive, it means that the value provided in the pattern[x] must match the instance value exactly.

                                        When an element within a pattern[x] is used to constrain an array, it means that each element provided in the pattern[x] must (recursively) match at least one element from the instance array.

                                        When pattern[x] is used to constrain a complex object, it means that each property in the pattern must be present in the complex object, and its value must recursively match -- i.e.,

                                        1. If primitive: it must match exactly the pattern value
                                        2. If a complex object: it must match (recursively) the pattern value
                                        3. If an array: it must match (recursively) the pattern value

                                        If a pattern[x] is declared on a repeating element, the pattern applies to all repetitions. If the desire is for a pattern to apply to only one element or a subset of elements, slicing must be used. See Examples of Patterns for examples of pattern usage and the effect it will have.

                                        ShortValue must have at least these property values
                                        Comments

                                        Mostly used for fixing values of CodeableConcept. In general, pattern[x] is not intended for use with primitive types, where is has the same meaning as fixed[x].

                                        Control0..1
                                        This element is affected by the following invariants: eld-5, eld-7, eld-8
                                        TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, integer64, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, CodeableReference, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, RatioRange, Reference, SampledData, Signature, Timing, ContactDetail, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Availability, ExtendedContactDetail, Dosage, Meta
                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        280. StructureDefinition.differential.element.example
                                        Definition

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

                                        ShortExample value (as defined for type)
                                        Comments

                                        Examples will most commonly be present for data where it's not implicitly obvious from either the data type or value set what the values might be. (I.e. Example values for dates or quantities would generally be unnecessary.) If the example value is fully populated, the publication tool can generate an instance automatically.

                                        Control0..*
                                        This element is affected by the following invariants: eld-5
                                        TypeElement
                                        Is Modifierfalse
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        282. StructureDefinition.differential.element.example.id
                                        Definition

                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                        ShortUnique id for inter-element referencing
                                        Control0..1
                                        This element is affected by the following invariants: ele-1
                                        Typestring
                                        Is Modifierfalse
                                        XML FormatIn the XML format, this property is represented as an attribute.
                                        Summaryfalse
                                        284. StructureDefinition.differential.element.example.extension
                                        Definition

                                        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.

                                        ShortAdditional content defined by implementations
                                        Comments

                                        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.

                                        Control0..*
                                        TypeExtension
                                        Is Modifierfalse
                                        Summaryfalse
                                        Alternate Namesextensions, user content
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        SlicingThis element introduces a set of slices on StructureDefinition.differential.element.example.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                        • value @ url
                                        • 286. StructureDefinition.differential.element.example.label
                                          Definition

                                          Describes the purpose of this example among the set of examples.

                                          ShortDescribes the purpose of this example
                                          Control1..1
                                          Typestring
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          288. StructureDefinition.differential.element.example.value[x]
                                          Definition

                                          The actual value for the element, which must be one of the types allowed for this element.

                                          ShortValue of Example (one of allowed types)
                                          Control1..1
                                          TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, integer64, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, CodeableReference, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, RatioRange, Reference, SampledData, Signature, Timing, ContactDetail, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Availability, ExtendedContactDetail, Dosage, Meta
                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          290. StructureDefinition.differential.element.minValue[x]
                                          Definition

                                          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.

                                          ShortMinimum Allowed Value (for some types)
                                          Comments

                                          Except for date/date/instant, the type of the minValue[x] SHALL be the same as the specified type of the element. For the date/dateTime/instant values, the type of minValue[x] SHALL be either the same, or a Duration which specifies a relative time limit to the current time. The duration value is positive, and is subtracted from the current clock to determine the minimum allowable value. A minimum value for a Quantity is interpreted as a canonical minimum - e.g. you cannot provide 100mg if the minimum value is 10g.

                                          Control0..1
                                          This element is affected by the following invariants: eld-5
                                          TypeChoice of: date, dateTime, instant, time, decimal, integer, integer64, positiveInt, unsignedInt, Quantity
                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          292. StructureDefinition.differential.element.maxValue[x]
                                          Definition

                                          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.

                                          ShortMaximum Allowed Value (for some types)
                                          Comments

                                          Except for date/date/instant, the type of the maxValue[x] SHALL be the same as the specified type of the element. For the date/dateTime/instant values, the type of maxValue[x] SHALL be either the same, or a Duration which specifies a relative time limit to the current time. The duration value is positive, and is added to the current clock to determine the maximum allowable value. A maximum value for a Quantity is interpreted as a canonical maximum - e.g. you cannot provide 10g if the maximum value is 50mg.

                                          Control0..1
                                          This element is affected by the following invariants: eld-5
                                          TypeChoice of: date, dateTime, instant, time, decimal, integer, integer64, positiveInt, unsignedInt, Quantity
                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          294. StructureDefinition.differential.element.maxLength
                                          Definition

                                          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. maxLength SHOULD only be used on primitive data types that have a string representation (see http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics).

                                          ShortMax length for string type data
                                          Comments

                                          Receivers are not required to reject instances that exceed the maximum length. The full length could be stored. In some cases, data might be truncated, though truncation should be undertaken with care and an understanding of the consequences of doing so. If not specified, there is no conformance expectation for length support.

                                          Control0..1
                                          This element is affected by the following invariants: eld-5
                                          Typeinteger
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          296. StructureDefinition.differential.element.condition
                                          Definition

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

                                          ShortReference to invariant about presence
                                          Control0..*
                                          Typeid
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          298. StructureDefinition.differential.element.constraint
                                          Definition

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

                                          ShortCondition that must evaluate to true
                                          Comments

                                          Constraints should be declared on the "context" element - the lowest element in the hierarchy that is common to all nodes referenced by the constraint.

                                          Control0..*
                                          This element is affected by the following invariants: eld-14
                                          TypeElement
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantseld-21: Constraints should have an expression or else validators will not be able to enforce them (expression.exists())
                                          eld-26: Errors cannot be suppressed ((severity = 'error') implies suppress.empty())
                                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          300. StructureDefinition.differential.element.constraint.id
                                          Definition

                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                          ShortUnique id for inter-element referencing
                                          Control0..1
                                          This element is affected by the following invariants: ele-1
                                          Typestring
                                          Is Modifierfalse
                                          XML FormatIn the XML format, this property is represented as an attribute.
                                          Summaryfalse
                                          302. StructureDefinition.differential.element.constraint.extension
                                          Definition

                                          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.

                                          ShortAdditional content defined by implementations
                                          Comments

                                          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.

                                          Control0..*
                                          TypeExtension
                                          Is Modifierfalse
                                          Summaryfalse
                                          Alternate Namesextensions, user content
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          SlicingThis element introduces a set of slices on StructureDefinition.differential.element.constraint.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                          • value @ url
                                          • 304. StructureDefinition.differential.element.constraint.key
                                            Definition

                                            Allows identification of which elements have their cardinalities impacted by the constraint. Will not be referenced for constraints that do not affect cardinality.

                                            ShortTarget of 'condition' reference above
                                            Control1..1
                                            This element is affected by the following invariants: eld-14
                                            Typeid
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            306. StructureDefinition.differential.element.constraint.requirements
                                            Definition

                                            Description of why this constraint is necessary or appropriate.

                                            ShortWhy this constraint is necessary or appropriate
                                            Comments

                                            To be used if the reason for the constraint might not be intuitive to all implementers.

                                            Control0..1
                                            Typemarkdown
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            308. StructureDefinition.differential.element.constraint.severity
                                            Definition

                                            Identifies the impact constraint violation has on the conformance of the instance.

                                            Shorterror | warning
                                            Comments

                                            This allows constraints to be asserted as "shall" (error) and "should" (warning).

                                            Control1..1
                                            This element is affected by the following invariants: eld-26
                                            BindingThe codes SHALL be taken from ConstraintSeverity
                                            (required to http://hl7.org/fhir/ValueSet/constraint-severity|5.0.0)

                                            SHALL applications comply with this constraint?

                                            Typecode
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            310. StructureDefinition.differential.element.constraint.suppress
                                            Definition

                                            If true, indicates that the warning or best practice guideline should be suppressed.

                                            ShortSuppress warning or hint in profile
                                            Comments

                                            This element should only be present in a derived profile where a warning or hint has been determined to be spurious/incorrect. E.g. a warning encouraging the inclusion of an element that the profile explicitly prohibits.

                                            Control0..1
                                            This element is affected by the following invariants: eld-26
                                            Typeboolean
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            312. StructureDefinition.differential.element.constraint.human
                                            Definition

                                            Text that can be used to describe the constraint in messages identifying that the constraint has been violated.

                                            ShortHuman description of constraint
                                            Comments

                                            Should be expressed in business terms as much as possible.

                                            Control1..1
                                            Typestring
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            314. StructureDefinition.differential.element.constraint.expression
                                            Definition

                                            A FHIRPath expression of constraint that can be executed to see if this constraint is met.

                                            ShortFHIRPath expression of constraint
                                            Comments

                                            In the absense of an expression, the expression is likely not enforceable by validators, and might be missed by many systems.

                                            Control0..1
                                            This element is affected by the following invariants: eld-21
                                            Typestring
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Requirements

                                            Used by validation tooling tests of the validity of the resource.

                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            316. StructureDefinition.differential.element.constraint.source
                                            Definition

                                            A reference to the original source of the constraint, for traceability purposes.

                                            ShortReference to original source of constraint
                                            Comments

                                            This is used when, e.g. rendering, where it is not useful to present inherited constraints when rendering the snapshot.

                                            Control0..1
                                            Typecanonical(StructureDefinition)
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            318. StructureDefinition.differential.element.mustHaveValue
                                            Definition

                                            Specifies for a primitive data type that the value of the data type cannot be replaced by an extension.

                                            ShortFor primitives, that a value must be present - not replaced by an extension
                                            Comments

                                            Typical extensions that can be provided in place of a the value are http://hl7.org/fhir/StructureDefinition/data-absent-reason, http://hl7.org/fhir/StructureDefinition/iso21090-nullFlavor, http://hl7.org/fhir/StructureDefinition/originalText, and http://hl7.org/fhir/StructureDefinition/cqf-expression. Note that this element has no meaning when a value is provided, and extensions can be provided in addition to a value.

                                            Control0..1
                                            This element is affected by the following invariants: eld-28
                                            Typeboolean
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            320. StructureDefinition.differential.element.valueAlternatives
                                            Definition

                                            Specifies a list of extensions that can appear in place of a primitive value.

                                            ShortExtensions that are allowed to replace a primitive value
                                            Comments

                                            if mustHaveValue is true, then this element should not be present, since no extensions are allowed in place of the value. Note that this element has no impact if the value is present.

                                            Control0..*
                                            This element is affected by the following invariants: eld-28
                                            Typecanonical(StructureDefinition)
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Meaning if MissingIf this element is missing, then any extension can be used if its context is appropriate
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            322. StructureDefinition.differential.element.mustSupport
                                            Definition

                                            If true, implementations that produce or consume resources SHALL provide "support" for the element in some meaningful way. Note that this is being phased out and replaced by obligations (see below). If false, the element may be ignored and not supported. If false, whether to populate or use the data element in any way is at the discretion of the implementation.

                                            ShortIf the element must be supported (discouraged - see obligations)
                                            Comments

                                            "Something meaningful" is context dependent and impossible to describe in the base FHIR specification. For this reason, the mustSupport flag is never set to true by the FHIR specification itself - it is only set to true in profiles. A profile on a type can always make mustSupport = true if it is false in the base type but cannot make mustSupport = false if it is true in the base type. This is done in Resource Profiles, where the profile labels an element as mustSupport=true. When a profile does this, it SHALL also make clear exactly what kind of "support" is required, as this can mean many things. Note that an element that has the property IsModifier is not necessarily a "key" element (e.g. one of the important elements to make use of the resource), nor is it automatically mustSupport - however both of these things are more likely to be true for IsModifier elements than for other elements.

                                            Control0..1
                                            Typeboolean
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Requirements

                                            Allows a profile to set expectations for system capabilities beyond merely respecting cardinality constraints.

                                            Meaning if MissingIn a base type, where the element is being defined for the first time, the element is assumed to be mustSupport = false. In a profile (a constraint on an existing type), if mustSupport is not specific in either the differential or the snapshot, the mustSupport value is not changed from the base definition. Note, though, that the snapshot SHOULD always populate the mustSupport value
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            324. StructureDefinition.differential.element.isModifier
                                            Definition

                                            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. When used on the root element in an extension definition, this indicates whether or not the extension is a modifier extension.

                                            ShortIf this modifies the meaning of other elements
                                            Comments

                                            Only the definition of an element can set IsModifier true - either the specification itself or where an extension is originally defined. Once set, it cannot be changed in derived profiles (except in the special case of the defining a new extension). An element/extension that has isModifier=true SHOULD also have a minimum cardinality of 1, so that there is no lack of clarity about what to do if it is missing. If it can be missing, the definition SHALL make the meaning of a missing element clear.

                                            Control0..1
                                            This element is affected by the following invariants: eld-18
                                            Typeboolean
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Requirements

                                            Allows elements to be introduced into a specification that can't safely be ignored by applications that don't recognize them.

                                            Meaning if MissingAn element is not a modifier element unless it is explicitly specified to be one
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            326. StructureDefinition.differential.element.isModifierReason
                                            Definition

                                            Explains how that element affects the interpretation of the resource or element that contains it.

                                            ShortReason that this element is marked as a modifier
                                            Control0..1
                                            This element is affected by the following invariants: eld-18
                                            Typestring
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            328. StructureDefinition.differential.element.isSummary
                                            Definition

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

                                            ShortInclude when _summary = true?
                                            Comments

                                            Some resources include a set of simple metadata, and some very large data. This element is used to reduce the quantity of data returned in searches. Note that servers may pre-cache summarized resources for optimal performance. When a request is made with _summary=true, serializers only include elements marked as 'isSummary = true'. With a few exceptions (listed below), all datatype properties are included in the summary form. In resource and datatype definitions, if an element has a descendant marked as isSummary=true or if it satisfies both of the following conditions, it must be marked as isSummary=true:

                                            • is at the root or has a parent that is 'mustSupport'
                                            • has a minimum cardinality of 1 or is a modifier element

                                            The following datatype properties are exceptions, and are not marked as isSummary:

                                            • Attachment.data
                                            • Signature.data, Signature.targetFormat, Signature.sigFormat
                                            • Narrative.status, Narrative.div
                                            • SampledData.data.
                                            Control0..1
                                            Typeboolean
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Requirements

                                            Allow clients to search through large resources quickly.

                                            Meaning if MissingAn element is not included in the summary unless it is explicitly specified to be so
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            330. StructureDefinition.differential.element.binding
                                            Definition

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

                                            ShortValueSet details if this is coded
                                            Comments

                                            For a CodeableConcept, when no codes are allowed - only text, use a binding of strength "required" with a description explaining that no coded values are allowed and what sort of information to put in the "text" element.

                                            Control0..1
                                            This element is affected by the following invariants: eld-11, eld-5
                                            TypeElement
                                            Is Modifierfalse
                                            Summarytrue
                                            Invariantseld-12: ValueSet SHALL start with http:// or https:// or urn: or # (valueSet.exists() implies (valueSet.startsWith('http:') or valueSet.startsWith('https') or valueSet.startsWith('urn:') or valueSet.startsWith('#')))
                                            eld-23: binding SHALL have either description or valueSet (description.exists() or valueSet.exists())
                                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            332. StructureDefinition.differential.element.binding.id
                                            Definition

                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                            ShortUnique id for inter-element referencing
                                            Control0..1
                                            This element is affected by the following invariants: ele-1
                                            Typestring
                                            Is Modifierfalse
                                            XML FormatIn the XML format, this property is represented as an attribute.
                                            Summaryfalse
                                            334. StructureDefinition.differential.element.binding.extension
                                            Definition

                                            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.

                                            ShortAdditional content defined by implementations
                                            Comments

                                            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.

                                            Control0..*
                                            TypeExtension
                                            Is Modifierfalse
                                            Summaryfalse
                                            Alternate Namesextensions, user content
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            SlicingThis element introduces a set of slices on StructureDefinition.differential.element.binding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                            • value @ url
                                            • 336. StructureDefinition.differential.element.binding.strength
                                              Definition

                                              Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.

                                              Shortrequired | extensible | preferred | example
                                              Comments

                                              For further discussion, see Using Terminologies.

                                              Control1..1
                                              BindingThe codes SHALL be taken from BindingStrength
                                              (required to http://hl7.org/fhir/ValueSet/binding-strength|5.0.0)

                                              Indication of the degree of conformance expectations associated with a binding.

                                              Typecode
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summarytrue
                                              Alternate Namesconformance, extensibility
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              338. StructureDefinition.differential.element.binding.description
                                              Definition

                                              Describes the intended use of this particular set of codes.

                                              ShortIntended use of codes in the bound value set
                                              Control0..1
                                              This element is affected by the following invariants: eld-23
                                              Typemarkdown
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summarytrue
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              340. StructureDefinition.differential.element.binding.valueSet
                                              Definition

                                              Refers to the value set that identifies the set of codes the binding refers to.

                                              ShortSource of value set
                                              Comments

                                              The reference may be version-specific or not (e.g. have a |[version] at the end of the canonical URL).

                                              Control0..1
                                              This element is affected by the following invariants: eld-12, eld-23
                                              Typecanonical(ValueSet)
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summarytrue
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              342. StructureDefinition.differential.element.binding.additional
                                              Definition

                                              Additional bindings that help applications implementing this element. Additional bindings do not replace the main binding but provide more information and/or context.

                                              ShortAdditional Bindings - more rules about the binding
                                              Control0..*
                                              TypeElement
                                              Is Modifierfalse
                                              Summarytrue
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              344. StructureDefinition.differential.element.binding.additional.id
                                              Definition

                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                              ShortUnique id for inter-element referencing
                                              Control0..1
                                              This element is affected by the following invariants: ele-1
                                              Typestring
                                              Is Modifierfalse
                                              XML FormatIn the XML format, this property is represented as an attribute.
                                              Summaryfalse
                                              346. StructureDefinition.differential.element.binding.additional.extension
                                              Definition

                                              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.

                                              ShortAdditional content defined by implementations
                                              Comments

                                              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.

                                              Control0..*
                                              TypeExtension
                                              Is Modifierfalse
                                              Summaryfalse
                                              Alternate Namesextensions, user content
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                              SlicingThis element introduces a set of slices on StructureDefinition.differential.element.binding.additional.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                              • value @ url
                                              • 348. StructureDefinition.differential.element.binding.additional.purpose
                                                Definition

                                                The use of this additional binding.

                                                Shortmaximum | minimum | required | extensible | candidate | current | preferred | ui | starter | component
                                                Comments

                                                Conformance bindings are in addition to the base binding, not instead of it.

                                                Control1..1
                                                BindingThe codes SHALL be taken from AdditionalBindingPurposeVS
                                                (required to http://hl7.org/fhir/ValueSet/additional-binding-purpose|5.0.0)

                                                The use of an additional binding.

                                                Typecode
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summarytrue
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                350. StructureDefinition.differential.element.binding.additional.valueSet
                                                Definition

                                                The valueSet that is being bound for the purpose.

                                                ShortThe value set for the additional binding
                                                Control1..1
                                                Typecanonical(ValueSet)
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summarytrue
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                352. StructureDefinition.differential.element.binding.additional.documentation
                                                Definition

                                                Documentation of the purpose of use of the bindingproviding additional information about how it is intended to be used.

                                                ShortDocumentation of the purpose of use of the binding
                                                Control0..1
                                                Typemarkdown
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summarytrue
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                354. StructureDefinition.differential.element.binding.additional.shortDoco
                                                Definition

                                                Concise documentation - for summary tables.

                                                ShortConcise documentation - for summary tables
                                                Control0..1
                                                Typestring
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summarytrue
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                356. StructureDefinition.differential.element.binding.additional.usage
                                                Definition

                                                Qualifies the usage of the binding. Typically bindings are qualified by jurisdiction, but they may also be qualified by gender, workflow status, clinical domain etc. The information to decide whether a usege context applies is usually outside the resource, determined by context, and this might present challenges for validation tooling.

                                                ShortQualifies the usage - jurisdiction, gender, workflow status etc.
                                                Comments

                                                This specification does not define exactly how the context is determined for the usage; typically, this will be described in implementation guides.

                                                Control0..*
                                                TypeUsageContext
                                                Is Modifierfalse
                                                Summarytrue
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                358. StructureDefinition.differential.element.binding.additional.any
                                                Definition

                                                Whether the binding applies to all repeats, or just to any one of them. This is only relevant for elements that can repeat.

                                                ShortWhether binding can applies to all repeats, or just one
                                                Comments

                                                A common pattern is to make a conformance binding to all repeats, and then make a binding that one of the repeats must conform to.

                                                Control0..1
                                                Typeboolean
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summarytrue
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                360. StructureDefinition.differential.element.mapping
                                                Definition

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

                                                ShortMap element to another set of definitions
                                                Comments

                                                Mappings are not necessarily specific enough for safe translation.

                                                Control0..*
                                                This element is affected by the following invariants: eld-27
                                                TypeElement
                                                Is Modifierfalse
                                                Summarytrue
                                                Requirements

                                                Provides guidance to implementers familiar with or converting content from other specifications.

                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                362. StructureDefinition.differential.element.mapping.id
                                                Definition

                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                ShortUnique id for inter-element referencing
                                                Control0..1
                                                This element is affected by the following invariants: ele-1
                                                Typestring
                                                Is Modifierfalse
                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                Summaryfalse
                                                364. StructureDefinition.differential.element.mapping.extension
                                                Definition

                                                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.

                                                ShortAdditional content defined by implementations
                                                Comments

                                                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.

                                                Control0..*
                                                TypeExtension
                                                Is Modifierfalse
                                                Summaryfalse
                                                Alternate Namesextensions, user content
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                SlicingThis element introduces a set of slices on StructureDefinition.differential.element.mapping.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                • value @ url
                                                • 366. StructureDefinition.differential.element.mapping.identity
                                                  Definition

                                                  An internal reference to the definition of a mapping.

                                                  ShortReference to mapping declaration
                                                  Control1..1
                                                  This element is affected by the following invariants: eld-27
                                                  Typeid
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summarytrue
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  368. StructureDefinition.differential.element.mapping.language
                                                  Definition

                                                  Identifies the computable language in which mapping.map is expressed.

                                                  ShortComputable language of mapping
                                                  Comments

                                                  If omitted, then there can be no expectation of computational interpretation of the mapping.

                                                  Control0..1
                                                  BindingThe codes SHALL be taken from MimeTypes
                                                  (required to http://hl7.org/fhir/ValueSet/mimetypes|5.0.0)

                                                  BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)

                                                  Typecode
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summarytrue
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  370. StructureDefinition.differential.element.mapping.map
                                                  Definition

                                                  Expresses what part of the target specification corresponds to this element.

                                                  ShortDetails of the mapping
                                                  Comments

                                                  For most mappings, the syntax is undefined. Syntax will be provided for mappings to the RIM. Multiple mappings may be possible and may include constraints on other resource elements that identify when a particular mapping applies.

                                                  Control1..1
                                                  Typestring
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summarytrue
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  372. StructureDefinition.differential.element.mapping.comment
                                                  Definition

                                                  Comments that provide information about the mapping or its use.

                                                  ShortComments about the mapping or its use
                                                  Control0..1
                                                  Typemarkdown
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summarytrue
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))