Terminology Change Set Exchange
1.0.0 - STU1 International flag

Terminology Change Set Exchange, published by HL7 International / Terminology Infrastructure. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/termchangeset-ig/ and changes regularly. See the Directory of published versions

Resource Profile: SNOMEDCTChangeSet - Detailed Descriptions

Page standards status: Draft Maturity Level: 0

Definitions for the snomed-changeset-profile resource profile.

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

0. CodeSystem
Definition

The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.

ShortDeclares the existence of and describes a code system or code system supplement
Control10..1*
Is Modifierfalse
Summaryfalse
Invariantscsd-0: Name should be usable as an identifier for the module by machine processing applications such as code generation (name.matches('[A-Z]([A-Za-z0-9_]){0,254}'))
csd-1: Within a code system definition, all the codes SHALL be unique (concept.code.combine($this.descendants().concept.code).isDistinct())
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
dom-6: A resource should have narrative for robust management (text.`div`.exists())
csd-0: Name should be usable as an identifier for the module by machine processing applications such as code generation (name.matches('[A-Z]([A-Za-z0-9_]){0,254}'))
csd-1: Within a code system definition, all the codes SHALL be unique (concept.code.combine($this.descendants().concept.code).isDistinct())
2. CodeSystem.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 it's 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 it's meaning or interpretation
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()))
4. CodeSystem.extension:ExtendsCodeSystem
Slice NameExtendsCodeSystem
Definition

Extends CodeSystem contains a reference to a source terminology, for which a CodeSystem resource is intended to contain additional Concepts

ShortExtends CodeSystem
Control0..1
This element is affected by the following invariants: ele-1
TypeExtension(Extends CodeSystem) (Extension Type: Reference(CodeSystem))
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())
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
6. CodeSystem.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 manageable, 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
Summaryfalse
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.


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())
8. CodeSystem.url
Definition

An absolute URI that is used to identify this code system 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 at which an authoritative instance of this code system is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the code system is stored on different servers. This is used in Coding.system.


An absolute URI that is used to identify this code system 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 at which an authoritative instance of this code system is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the code system is stored on different servers. This is used in Coding.system.

ShortCanonical identifier for this code system, represented as a URI (globally unique) (Coding.system). NOTE: Where not specified by an SDO-specific policy (such as SNOMED’s extension process), change sets associated with locally-maintained extensions should include a url clearly identifying the extension as published under the implementer’s authority, and not the SDO.
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.


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.

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

Allows the code system to be referenced by a single globally unique identifier.

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

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

ShortAdditional identifier for the code system (business identifier)
Comments

Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this code system outside of FHIR, where it is not possible to use the logical URI. Note that HL7 defines at least three identifiers for many of its code systems - the FHIR canonical URL, the OID and the V2 Table 0396 mnemonic code.

NoteThis is a business identifier, not a resource identifier (see discussion)
Control10..1*
TypeIdentifier
Is Modifierfalse
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()))
12. CodeSystem.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 IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
(required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

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()))
14. CodeSystem.version
Definition

The identifier that is used to identify this version of the code system when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the code system author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. This is used in Coding.version.


The identifier that is used to identify this version of the code system when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the code system author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. This is used in Coding.version.

ShortBusiness version of the code system (Coding.version). NOTE: where not specified by an SDO-specific policy, it is recommended that implementers consider aligning to HL7 terminology versioning approach.
Comments

There may be different code system 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 code system with the format [url]|[version].

NoteThis is a business version Id, not a resource version Id (see discussion)
Control10..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()))
16. CodeSystem.name
Definition

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

ShortName for this code system (computer friendly). Should clearly identify the CodeSystem as a Change Set and ideally convey both the source terminology from which it was derived and a notion of its contents.
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.

Control10..1
This element is affected by the following invariants: inv-0
Typestring
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
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()))
18. CodeSystem.title
Definition

A short, descriptive, user-friendly title for the code system.

ShortName for this code system (human friendly). Should clearly identify the CodeSystem as a Change Set and ideally convey both the source terminology from which it was derived and a notion of its contents.
Comments

This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.

Control10..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()))
20. CodeSystem.status
Definition

The date (and optionally time) when the code system resource was created or revised.

Shortdraft | active | retired | unknown
Comments

Allows filtering of code systems that are appropriate for use versus not.

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

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
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
22. CodeSystem.experimental
Definition

A Boolean value to indicate that this code system 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 code systems that are appropriate for use versus not.

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

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

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
24. CodeSystem.publisher
Definition

The name of the organization or individual that published the code system.

ShortName of the publisher (organization or individual)
Comments

Usually an organization but may be an individual. The publisher (or steward) of the code system is the organization or individual primarily responsible for the maintenance and upkeep of the code system. 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 code system. This item SHOULD be populated unless the information is available from context.

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

Helps establish the "authority/credibility" of the code system. May also allow for contact.

Alternate Namessteward
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
26. CodeSystem.description
Definition

A free text natural language description of the code system from a consumer's perspective.

ShortNatural language description of the code system. Should provide a robust inventory of the contents of the Change Set
Comments

This description can be used to capture details such as why the code system was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the code system 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 code system is presumed to be the predominant language in the place the code system was created).

Control10..1
Typemarkdown
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Summaryfalse
Alternate NamesScope, Purpose, scope
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
28. CodeSystem.copyright
Definition

A copyright statement relating to the code system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the code system.

ShortUse and/or publishing restrictions
Comments

... Sometimes, the copyright differs between the code system and the codes that are included. The copyright statement should clearly differentiate between these when required.

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

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

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

If code comparison is case sensitive when codes within this system are compared to each other.

ShortNOTE: As a CodeSystem Change Set should not be fundamentally altering the design and operation of the terminology as a whole therefore, caseSensitive should not be included.If code comparison is case sensitive
Comments

If this value is missing, then it is not specified whether a code system is case sensitive or not. When the rule is not known, Postel's law should be followed: produce codes with the correct case, and accept codes in any case. This element is primarily provided to support validation software.

Control0..01
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()))
32. CodeSystem.hierarchyMeaning
Definition

The meaning of the hierarchy of concepts as represented in this resource.

ShortNOTE: As a CodeSystem Change Set should not be fundamentally altering the design and operation of the terminology as a whole therefore, hierarchyMeaning should not be included.grouped-by | is-a | part-of | classified-with
Comments

Note that other representations might have a different hierarchy or none at all, and represent the information using properties.

Control0..01
BindingThe codes SHALL be taken from CodeSystemHierarchyMeaninghttp://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning|4.0.1
(required to http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning|4.0.1)

The meaning of the hierarchy of concepts in a code system.

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()))
34. CodeSystem.compositional
Definition

The code system defines a compositional (post-coordination) grammar.

ShortNOTE: As a CodeSystem Change Set should not be fundamentally altering the design and operation of the terminology as a whole therefore, compositional should not be included.If code system defines a compositional grammar
Comments

Note that the code system resource does not define what the compositional grammar is, only whether or not there is one.

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

This codes system profile contains only those concepts included in an incremental Change Set for a terminology


The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance.

ShortChange Set CodeSystem resources are most appropriately described as a FRAGMENTnot-present | example | fragment | complete | supplement
Control1..1
BindingThe codes SHALL be taken from CodeSystemContentModehttp://hl7.org/fhir/ValueSet/codesystem-content-mode|4.0.1
(required to http://hl7.org/fhir/ValueSet/codesystem-content-mode|4.0.1)

The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource.

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

The canonical URL of the code system that this code system supplement is adding designations and properties to.

ShortThe source terminology from which the Change Set was derived should be conveyed via a Provenance resource, not CodeSystem.supplementsCanonical URL of Code System this adds designations and properties to
Comments

The most common use of a code system supplement is to add additional language support.

Control0..01
Typecanonical(CodeSystem)
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()))
40. CodeSystem.property
Definition

A property defines additional semantic detail for each concept included in the change set


A property defines an additional slot through which additional information can be provided about a concept.

ShortProperty values should follow the SNOMED CT-specific guidance available here: https://terminology.hl7.org/SNOMEDCT.html#snomed-ct-propertiesAdditional information supplied about each concept
Comments

All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

Control0..*
TypeBackboneElement
Is Modifierfalse
Must Supporttrue
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
SlicingThis element introduces a set of slices on CodeSystem.property. The slices areUnordered and Open, and can be differentiated using the following discriminators:
  • value @ code
  • 42. CodeSystem.property.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    44. CodeSystem.property.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    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()))
    46. CodeSystem.property.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    48. CodeSystem.property.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    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()))
    50. CodeSystem.property:inactive
    Slice Nameinactive
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT inactive for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    52. CodeSystem.property:inactive.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    54. CodeSystem.property:inactive.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed Valueinactive
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    56. CodeSystem.property:inactive.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    58. CodeSystem.property:inactive.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed Valueboolean
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    60. CodeSystem.property:definitionStatusId
    Slice NamedefinitionStatusId
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT definitionStatusId for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    62. CodeSystem.property:definitionStatusId.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    64. CodeSystem.property:definitionStatusId.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValuedefinitionStatusId
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    66. CodeSystem.property:definitionStatusId.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    68. CodeSystem.property:definitionStatusId.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    70. CodeSystem.property:parent
    Slice Nameparent
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT parent for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    72. CodeSystem.property:parent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    74. CodeSystem.property:parent.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed Valueparent
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    76. CodeSystem.property:parent.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    78. CodeSystem.property:parent.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    80. CodeSystem.property:moduleId
    Slice NamemoduleId
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT moduleId for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    82. CodeSystem.property:moduleId.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    84. CodeSystem.property:moduleId.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValuemoduleId
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    86. CodeSystem.property:moduleId.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    88. CodeSystem.property:moduleId.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    90. CodeSystem.property:Due_to
    Slice NameDue_to
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Due to for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    92. CodeSystem.property:Due_to.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    94. CodeSystem.property:Due_to.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueDue to
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    96. CodeSystem.property:Due_to.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    98. CodeSystem.property:Due_to.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    100. CodeSystem.property:Associated_with
    Slice NameAssociated_with
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Associated with for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    102. CodeSystem.property:Associated_with.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    104. CodeSystem.property:Associated_with.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueAssociated with
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    106. CodeSystem.property:Associated_with.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    108. CodeSystem.property:Associated_with.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    110. CodeSystem.property:Associated_morphology
    Slice NameAssociated_morphology
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Associated morphology for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    112. CodeSystem.property:Associated_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    114. CodeSystem.property:Associated_morphology.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueAssociated morphology
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    116. CodeSystem.property:Associated_morphology.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    118. CodeSystem.property:Associated_morphology.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    120. CodeSystem.property:Has_specimen
    Slice NameHas_specimen
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Has specimen for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    122. CodeSystem.property:Has_specimen.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    124. CodeSystem.property:Has_specimen.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueHas specimen
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    126. CodeSystem.property:Has_specimen.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    128. CodeSystem.property:Has_specimen.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    130. CodeSystem.property:Specimen_source_morphology
    Slice NameSpecimen_source_morphology
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Specimen source morphology for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    132. CodeSystem.property:Specimen_source_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    134. CodeSystem.property:Specimen_source_morphology.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueSpecimen source morphology
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    136. CodeSystem.property:Specimen_source_morphology.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    138. CodeSystem.property:Specimen_source_morphology.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    140. CodeSystem.property:Specimen_source_topography
    Slice NameSpecimen_source_topography
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Specimen source topography for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    142. CodeSystem.property:Specimen_source_topography.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    144. CodeSystem.property:Specimen_source_topography.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueSpecimen source topography
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    146. CodeSystem.property:Specimen_source_topography.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    148. CodeSystem.property:Specimen_source_topography.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    150. CodeSystem.property:Specimen_source_identity
    Slice NameSpecimen_source_identity
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Specimen source identity for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    152. CodeSystem.property:Specimen_source_identity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    154. CodeSystem.property:Specimen_source_identity.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueSpecimen source identity
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    156. CodeSystem.property:Specimen_source_identity.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    158. CodeSystem.property:Specimen_source_identity.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    160. CodeSystem.property:Specimen_procedure
    Slice NameSpecimen_procedure
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Specimen procedure for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    162. CodeSystem.property:Specimen_procedure.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    164. CodeSystem.property:Specimen_procedure.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueSpecimen procedure
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    166. CodeSystem.property:Specimen_procedure.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    168. CodeSystem.property:Specimen_procedure.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    170. CodeSystem.property:Part_of
    Slice NamePart_of
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Part of for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    172. CodeSystem.property:Part_of.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    174. CodeSystem.property:Part_of.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValuePart of
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    176. CodeSystem.property:Part_of.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    178. CodeSystem.property:Part_of.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    180. CodeSystem.property:Has_active_ingredient
    Slice NameHas_active_ingredient
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Has active ingredient for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    182. CodeSystem.property:Has_active_ingredient.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    184. CodeSystem.property:Has_active_ingredient.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueHas active ingredient
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    186. CodeSystem.property:Has_active_ingredient.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    188. CodeSystem.property:Has_active_ingredient.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    190. CodeSystem.property:Subject_of_information
    Slice NameSubject_of_information
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Subject of information for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    192. CodeSystem.property:Subject_of_information.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    194. CodeSystem.property:Subject_of_information.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueSubject of information
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    196. CodeSystem.property:Subject_of_information.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    198. CodeSystem.property:Subject_of_information.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    200. CodeSystem.property:Causative_agent
    Slice NameCausative_agent
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Causative agent for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    202. CodeSystem.property:Causative_agent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    204. CodeSystem.property:Causative_agent.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCausative agent
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    206. CodeSystem.property:Causative_agent.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    208. CodeSystem.property:Causative_agent.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    210. CodeSystem.property:Associated_finding
    Slice NameAssociated_finding
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Associated finding for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    212. CodeSystem.property:Associated_finding.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    214. CodeSystem.property:Associated_finding.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueAssociated finding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    216. CodeSystem.property:Associated_finding.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    218. CodeSystem.property:Associated_finding.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    220. CodeSystem.property:Component
    Slice NameComponent
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Component for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    222. CodeSystem.property:Component.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    224. CodeSystem.property:Component.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueComponent
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    226. CodeSystem.property:Component.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    228. CodeSystem.property:Component.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    230. CodeSystem.property:Severity
    Slice NameSeverity
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Severity for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    232. CodeSystem.property:Severity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    234. CodeSystem.property:Severity.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueSeverity
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    236. CodeSystem.property:Severity.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    238. CodeSystem.property:Severity.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    240. CodeSystem.property:Occurrence
    Slice NameOccurrence
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Occurrence for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    242. CodeSystem.property:Occurrence.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    244. CodeSystem.property:Occurrence.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueOccurrence
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    246. CodeSystem.property:Occurrence.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    248. CodeSystem.property:Occurrence.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    250. CodeSystem.property:Episodicity
    Slice NameEpisodicity
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Episodicity for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    252. CodeSystem.property:Episodicity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    254. CodeSystem.property:Episodicity.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueEpisodicity
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    256. CodeSystem.property:Episodicity.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    258. CodeSystem.property:Episodicity.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    260. CodeSystem.property:Technique
    Slice NameTechnique
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Technique for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    262. CodeSystem.property:Technique.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    264. CodeSystem.property:Technique.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueTechnique
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    266. CodeSystem.property:Technique.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    268. CodeSystem.property:Technique.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    270. CodeSystem.property:Revision_status
    Slice NameRevision_status
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Revision status for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    272. CodeSystem.property:Revision_status.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    274. CodeSystem.property:Revision_status.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueRevision status
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    276. CodeSystem.property:Revision_status.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    278. CodeSystem.property:Revision_status.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    280. CodeSystem.property:Units
    Slice NameUnits
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Units for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    282. CodeSystem.property:Units.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    284. CodeSystem.property:Units.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueUnits
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    286. CodeSystem.property:Units.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    288. CodeSystem.property:Units.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    290. CodeSystem.property:After
    Slice NameAfter
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT After for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    292. CodeSystem.property:After.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    294. CodeSystem.property:After.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueAfter
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    296. CodeSystem.property:After.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    298. CodeSystem.property:After.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    300. CodeSystem.property:Access
    Slice NameAccess
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Access for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    302. CodeSystem.property:Access.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    304. CodeSystem.property:Access.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueAccess
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    306. CodeSystem.property:Access.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    308. CodeSystem.property:Access.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    310. CodeSystem.property:Method
    Slice NameMethod
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Method for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    312. CodeSystem.property:Method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    314. CodeSystem.property:Method.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueMethod
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    316. CodeSystem.property:Method.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    318. CodeSystem.property:Method.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    320. CodeSystem.property:Priority
    Slice NamePriority
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Priority for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    322. CodeSystem.property:Priority.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    324. CodeSystem.property:Priority.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValuePriority
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    326. CodeSystem.property:Priority.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    328. CodeSystem.property:Priority.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    330. CodeSystem.property:Clinical_course
    Slice NameClinical_course
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Clinical course for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    332. CodeSystem.property:Clinical_course.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    334. CodeSystem.property:Clinical_course.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueClinical course
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    336. CodeSystem.property:Clinical_course.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    338. CodeSystem.property:Clinical_course.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    340. CodeSystem.property:Laterality
    Slice NameLaterality
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Laterality for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    342. CodeSystem.property:Laterality.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    344. CodeSystem.property:Laterality.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueLaterality
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    346. CodeSystem.property:Laterality.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    348. CodeSystem.property:Laterality.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    350. CodeSystem.property:Associated_procedure
    Slice NameAssociated_procedure
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Associated procedure for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    352. CodeSystem.property:Associated_procedure.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    354. CodeSystem.property:Associated_procedure.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueAssociated procedure
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    356. CodeSystem.property:Associated_procedure.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    358. CodeSystem.property:Associated_procedure.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    360. CodeSystem.property:Finding_site
    Slice NameFinding_site
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Finding site for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    362. CodeSystem.property:Finding_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    364. CodeSystem.property:Finding_site.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueFinding site
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    366. CodeSystem.property:Finding_site.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    368. CodeSystem.property:Finding_site.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    370. CodeSystem.property:Direct_morphology
    Slice NameDirect_morphology
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Direct morphology for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    372. CodeSystem.property:Direct_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    374. CodeSystem.property:Direct_morphology.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueDirect morphology
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    376. CodeSystem.property:Direct_morphology.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    378. CodeSystem.property:Direct_morphology.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    380. CodeSystem.property:Direct_substance
    Slice NameDirect_substance
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Direct substance for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    382. CodeSystem.property:Direct_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    384. CodeSystem.property:Direct_substance.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueDirect substance
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    386. CodeSystem.property:Direct_substance.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    388. CodeSystem.property:Direct_substance.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    390. CodeSystem.property:Has_focus
    Slice NameHas_focus
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Has focus for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    392. CodeSystem.property:Has_focus.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    394. CodeSystem.property:Has_focus.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueHas focus
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    396. CodeSystem.property:Has_focus.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    398. CodeSystem.property:Has_focus.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    400. CodeSystem.property:Has_intent
    Slice NameHas_intent
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Has intent for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    402. CodeSystem.property:Has_intent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    404. CodeSystem.property:Has_intent.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueHas intent
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    406. CodeSystem.property:Has_intent.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    408. CodeSystem.property:Has_intent.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    410. CodeSystem.property:Procedure_site
    Slice NameProcedure_site
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Procedure site for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    412. CodeSystem.property:Procedure_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    414. CodeSystem.property:Procedure_site.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueProcedure site
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    416. CodeSystem.property:Procedure_site.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    418. CodeSystem.property:Procedure_site.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    420. CodeSystem.property:Has_definitional_manifestation
    Slice NameHas_definitional_manifestation
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Has definitional manifestation for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    422. CodeSystem.property:Has_definitional_manifestation.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    424. CodeSystem.property:Has_definitional_manifestation.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueHas definitional manifestation
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    426. CodeSystem.property:Has_definitional_manifestation.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    428. CodeSystem.property:Has_definitional_manifestation.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    430. CodeSystem.property:Indirect_morphology
    Slice NameIndirect_morphology
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Indirect morphology for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    432. CodeSystem.property:Indirect_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    434. CodeSystem.property:Indirect_morphology.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueIndirect morphology
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    436. CodeSystem.property:Indirect_morphology.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    438. CodeSystem.property:Indirect_morphology.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    440. CodeSystem.property:Indirect_device
    Slice NameIndirect_device
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Indirect device for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    442. CodeSystem.property:Indirect_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    444. CodeSystem.property:Indirect_device.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueIndirect device
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    446. CodeSystem.property:Indirect_device.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    448. CodeSystem.property:Indirect_device.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    450. CodeSystem.property:Has_interpretation
    Slice NameHas_interpretation
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Has interpretation for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    452. CodeSystem.property:Has_interpretation.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    454. CodeSystem.property:Has_interpretation.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueHas interpretation
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    456. CodeSystem.property:Has_interpretation.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    458. CodeSystem.property:Has_interpretation.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    460. CodeSystem.property:Interprets
    Slice NameInterprets
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Interprets for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    462. CodeSystem.property:Interprets.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    464. CodeSystem.property:Interprets.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueInterprets
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    466. CodeSystem.property:Interprets.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    468. CodeSystem.property:Interprets.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    470. CodeSystem.property:Measurement_method
    Slice NameMeasurement_method
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Measurement method for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    472. CodeSystem.property:Measurement_method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    474. CodeSystem.property:Measurement_method.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueMeasurement method
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    476. CodeSystem.property:Measurement_method.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    478. CodeSystem.property:Measurement_method.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    480. CodeSystem.property:Property
    Slice NameProperty
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Property for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    482. CodeSystem.property:Property.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    484. CodeSystem.property:Property.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueProperty
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    486. CodeSystem.property:Property.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    488. CodeSystem.property:Property.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    490. CodeSystem.property:Recipient_category
    Slice NameRecipient_category
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Recipient category for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    492. CodeSystem.property:Recipient_category.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    494. CodeSystem.property:Recipient_category.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueRecipient category
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    496. CodeSystem.property:Recipient_category.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    498. CodeSystem.property:Recipient_category.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    500. CodeSystem.property:Scale_type
    Slice NameScale_type
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Scale type for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    502. CodeSystem.property:Scale_type.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    504. CodeSystem.property:Scale_type.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueScale type
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    506. CodeSystem.property:Scale_type.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    508. CodeSystem.property:Scale_type.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    510. CodeSystem.property:Specimen_substance
    Slice NameSpecimen_substance
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Specimen substance for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    512. CodeSystem.property:Specimen_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    514. CodeSystem.property:Specimen_substance.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueSpecimen substance
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    516. CodeSystem.property:Specimen_substance.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    518. CodeSystem.property:Specimen_substance.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    520. CodeSystem.property:Time_aspect
    Slice NameTime_aspect
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Time aspect for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    522. CodeSystem.property:Time_aspect.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    524. CodeSystem.property:Time_aspect.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueTime aspect
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    526. CodeSystem.property:Time_aspect.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    528. CodeSystem.property:Time_aspect.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    530. CodeSystem.property:Pathological_process
    Slice NamePathological_process
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Pathological process for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    532. CodeSystem.property:Pathological_process.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    534. CodeSystem.property:Pathological_process.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValuePathological process
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    536. CodeSystem.property:Pathological_process.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    538. CodeSystem.property:Pathological_process.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    540. CodeSystem.property:Procedure_site_-_Direct
    Slice NameProcedure_site_-_Direct
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Procedure site - Direct for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    542. CodeSystem.property:Procedure_site_-_Direct.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    544. CodeSystem.property:Procedure_site_-_Direct.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueProcedure site - Direct
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    546. CodeSystem.property:Procedure_site_-_Direct.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    548. CodeSystem.property:Procedure_site_-_Direct.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    550. CodeSystem.property:Procedure_site_-_Indirect
    Slice NameProcedure_site_-_Indirect
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Procedure site - Indirect for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    552. CodeSystem.property:Procedure_site_-_Indirect.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    554. CodeSystem.property:Procedure_site_-_Indirect.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueProcedure site - Indirect
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    556. CodeSystem.property:Procedure_site_-_Indirect.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    558. CodeSystem.property:Procedure_site_-_Indirect.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    560. CodeSystem.property:Procedure_device
    Slice NameProcedure_device
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Procedure device for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    562. CodeSystem.property:Procedure_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    564. CodeSystem.property:Procedure_device.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueProcedure device
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    566. CodeSystem.property:Procedure_device.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    568. CodeSystem.property:Procedure_device.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    570. CodeSystem.property:Procedure_morphology
    Slice NameProcedure_morphology
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Procedure morphology for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    572. CodeSystem.property:Procedure_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    574. CodeSystem.property:Procedure_morphology.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueProcedure morphology
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    576. CodeSystem.property:Procedure_morphology.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    578. CodeSystem.property:Procedure_morphology.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    580. CodeSystem.property:Finding_context
    Slice NameFinding_context
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Finding context for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    582. CodeSystem.property:Finding_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    584. CodeSystem.property:Finding_context.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueFinding context
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    586. CodeSystem.property:Finding_context.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    588. CodeSystem.property:Finding_context.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    590. CodeSystem.property:Temporal_context
    Slice NameTemporal_context
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Temporal context for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    592. CodeSystem.property:Temporal_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    594. CodeSystem.property:Temporal_context.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueTemporal context
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    596. CodeSystem.property:Temporal_context.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    598. CodeSystem.property:Temporal_context.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    600. CodeSystem.property:Subject_relationship_context
    Slice NameSubject_relationship_context
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Subject relationship context for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    602. CodeSystem.property:Subject_relationship_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    604. CodeSystem.property:Subject_relationship_context.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueSubject relationship context
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    606. CodeSystem.property:Subject_relationship_context.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    608. CodeSystem.property:Subject_relationship_context.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    610. CodeSystem.property:Route_of_administration
    Slice NameRoute_of_administration
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Route of administration for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    612. CodeSystem.property:Route_of_administration.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    614. CodeSystem.property:Route_of_administration.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueRoute of administration
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    616. CodeSystem.property:Route_of_administration.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    618. CodeSystem.property:Route_of_administration.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    620. CodeSystem.property:Has_dose_form
    Slice NameHas_dose_form
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Has dose form for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    622. CodeSystem.property:Has_dose_form.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    624. CodeSystem.property:Has_dose_form.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueHas dose form
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    626. CodeSystem.property:Has_dose_form.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    628. CodeSystem.property:Has_dose_form.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    630. CodeSystem.property:Finding_method
    Slice NameFinding_method
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Finding method for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    632. CodeSystem.property:Finding_method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    634. CodeSystem.property:Finding_method.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueFinding method
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    636. CodeSystem.property:Finding_method.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    638. CodeSystem.property:Finding_method.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    640. CodeSystem.property:Finding_informer
    Slice NameFinding_informer
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Finding informer for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    642. CodeSystem.property:Finding_informer.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    644. CodeSystem.property:Finding_informer.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueFinding informer
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    646. CodeSystem.property:Finding_informer.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    648. CodeSystem.property:Finding_informer.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    650. CodeSystem.property:Using_device
    Slice NameUsing_device
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Using device for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    652. CodeSystem.property:Using_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    654. CodeSystem.property:Using_device.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueUsing device
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    656. CodeSystem.property:Using_device.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    658. CodeSystem.property:Using_device.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    660. CodeSystem.property:Using_energy
    Slice NameUsing_energy
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Using energy for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    662. CodeSystem.property:Using_energy.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    664. CodeSystem.property:Using_energy.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueUsing energy
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    666. CodeSystem.property:Using_energy.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    668. CodeSystem.property:Using_energy.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    670. CodeSystem.property:Using_substance
    Slice NameUsing_substance
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Using substance for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    672. CodeSystem.property:Using_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    674. CodeSystem.property:Using_substance.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueUsing substance
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    676. CodeSystem.property:Using_substance.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    678. CodeSystem.property:Using_substance.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    680. CodeSystem.property:Surgical_approach
    Slice NameSurgical_approach
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Surgical approach for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    682. CodeSystem.property:Surgical_approach.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    684. CodeSystem.property:Surgical_approach.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueSurgical approach
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    686. CodeSystem.property:Surgical_approach.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    688. CodeSystem.property:Surgical_approach.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    690. CodeSystem.property:Using_access_device
    Slice NameUsing_access_device
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Using access device for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    692. CodeSystem.property:Using_access_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    694. CodeSystem.property:Using_access_device.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueUsing access device
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    696. CodeSystem.property:Using_access_device.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    698. CodeSystem.property:Using_access_device.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    700. CodeSystem.property:Property_type
    Slice NameProperty_type
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Property type for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    702. CodeSystem.property:Property_type.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    704. CodeSystem.property:Property_type.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueProperty type
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    706. CodeSystem.property:Property_type.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    708. CodeSystem.property:Property_type.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    710. CodeSystem.property:Inheres_in
    Slice NameInheres_in
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Inheres in for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    712. CodeSystem.property:Inheres_in.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    714. CodeSystem.property:Inheres_in.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueInheres in
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    716. CodeSystem.property:Inheres_in.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    718. CodeSystem.property:Inheres_in.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    720. CodeSystem.property:Towards
    Slice NameTowards
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Towards for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    722. CodeSystem.property:Towards.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    724. CodeSystem.property:Towards.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueTowards
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    726. CodeSystem.property:Towards.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    728. CodeSystem.property:Towards.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    730. CodeSystem.property:Characterizes
    Slice NameCharacterizes
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Characterizes for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    732. CodeSystem.property:Characterizes.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    734. CodeSystem.property:Characterizes.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCharacterizes
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    736. CodeSystem.property:Characterizes.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    738. CodeSystem.property:Characterizes.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    740. CodeSystem.property:Process_agent
    Slice NameProcess_agent
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Process agent for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    742. CodeSystem.property:Process_agent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    744. CodeSystem.property:Process_agent.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueProcess agent
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    746. CodeSystem.property:Process_agent.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    748. CodeSystem.property:Process_agent.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    750. CodeSystem.property:Process_duration
    Slice NameProcess_duration
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Process duration for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    752. CodeSystem.property:Process_duration.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    754. CodeSystem.property:Process_duration.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueProcess duration
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    756. CodeSystem.property:Process_duration.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    758. CodeSystem.property:Process_duration.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    760. CodeSystem.property:Process_output
    Slice NameProcess_output
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Process output for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    762. CodeSystem.property:Process_output.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    764. CodeSystem.property:Process_output.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueProcess output
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    766. CodeSystem.property:Process_output.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    768. CodeSystem.property:Process_output.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    770. CodeSystem.property:Relative_to
    Slice NameRelative_to
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Relative to for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    772. CodeSystem.property:Relative_to.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    774. CodeSystem.property:Relative_to.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueRelative to
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    776. CodeSystem.property:Relative_to.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    778. CodeSystem.property:Relative_to.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    780. CodeSystem.property:Precondition
    Slice NamePrecondition
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED Precondition for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    782. CodeSystem.property:Precondition.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    784. CodeSystem.property:Precondition.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValuePrecondition
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    786. CodeSystem.property:Precondition.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    788. CodeSystem.property:Precondition.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    790. CodeSystem.property:Direct_site
    Slice NameDirect_site
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Direct site for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    792. CodeSystem.property:Direct_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    794. CodeSystem.property:Direct_site.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueDirect site
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    796. CodeSystem.property:Direct_site.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    798. CodeSystem.property:Direct_site.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    800. CodeSystem.property:Specified_by
    Slice NameSpecified_by
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Specified by for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    802. CodeSystem.property:Specified_by.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    804. CodeSystem.property:Specified_by.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueSpecified by
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    806. CodeSystem.property:Specified_by.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    808. CodeSystem.property:Specified_by.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    810. CodeSystem.property:Observes
    Slice NameObserves
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Observes for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    812. CodeSystem.property:Observes.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    814. CodeSystem.property:Observes.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueObserves
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    816. CodeSystem.property:Observes.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    818. CodeSystem.property:Observes.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    820. CodeSystem.property:Is_about
    Slice NameIs_about
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Is about for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    822. CodeSystem.property:Is_about.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    824. CodeSystem.property:Is_about.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueIs about
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    826. CodeSystem.property:Is_about.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    828. CodeSystem.property:Is_about.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueCoding
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    830. CodeSystem.property:Defined
    Slice NameDefined
    Definition

    A property defines additional semantic detail for each concept included in the change set


    A property defines an additional slot through which additional information can be provided about a concept.

    ShortProperty slice to capture SNOMED CT Defined for a conceptAdditional information supplied about each concept
    Comments

    All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

    Control0..1*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    832. CodeSystem.property:Defined.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    834. CodeSystem.property:Defined.code
    Definition

    A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

    ShortIdentifies the property on the concepts, and when referred to in operations
    Control1..1
    Typecode
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Summarytrue
    Fixed ValueDefined
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    836. CodeSystem.property:Defined.description
    Definition

    A description of the property- why it is defined, and how its value might be used.

    ShortWhy the property is defined, and/or what it conveys
    Control0..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    838. CodeSystem.property:Defined.type
    Definition

    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).


    The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to another defined concept).

    Shortcode | Coding | string | integer | boolean | dateTimecode | Coding | string | integer | boolean | dateTime | decimal
    Control1..1
    BindingThe codes SHALL be taken from PropertyTypehttp://hl7.org/fhir/ValueSet/concept-property-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

    The type of a property value.

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

    Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meaning of the hierarchical relationships are.


    Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meanings of the hierarchical relationships are.

    ShortConcepts in the change set for the code systemConcepts in the code system
    Comments

    For a change set, concepts must be defined and included in the CodeSystem instance


    If this is empty, it means that the code system resource does not represent the content of the code system.

    Control10..*
    TypeBackboneElement
    Is Modifierfalse
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    842. CodeSystem.concept.extension:OWLExpression
    Slice NameOWLExpression
    Definition

    OWL Expression representing the logical definition of a concept

    ShortOWL Expression
    Control0..*
    This element is affected by the following invariants: ele-1
    TypeExtension(OWL Expression) (Extension Type: string)
    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())
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    844. CodeSystem.concept.extension:changeType
    Slice NamechangeType
    Definition

    Coded value indicating the nature of a change made to the parent element

    ShortChange Type
    Control0..1
    This element is affected by the following invariants: ele-1
    TypeExtension(Change Type) (Extension Type: CodeableConcept)
    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())
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    846. CodeSystem.concept.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


    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())
    848. CodeSystem.concept.code
    Definition

    A code - a text symbol - that uniquely identifies the concept within the code system.

    ShortCode that identifies concept
    Control1..1
    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()))
    850. CodeSystem.concept.display
    Definition

    A human readable string that is the recommended default way to present this concept to a user.

    ShortText to display to the user representing the concept
    Control10..1
    Typestring
    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()))
    852. CodeSystem.concept.definition
    Definition

    The formal definition of the concept. The code system resource does not make formal definitions required, because of the prevalence of legacy systems. However, they are highly recommended, as without them there is no formal meaning associated with the concept.

    ShortFormal definition
    Control10..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()))
    854. CodeSystem.concept.property
    Definition

    A property value for this concept.

    ShortProperty value for the concept
    Control0..*
    TypeBackboneElement
    Is Modifierfalse
    Must Supporttrue
    Summaryfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    SlicingThis element introduces a set of slices on CodeSystem.concept.property. The slices areUnordered and Open, and can be differentiated using the following discriminators:
    • value @ code
    • 856. CodeSystem.concept.property.extension
      Definition

      An Extension


      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

      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.

      Control20..*
      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
      • value @ url
      • 858. CodeSystem.concept.property.extension:DefiningRelationshipType
        Slice NameDefiningRelationshipType
        Definition

        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

        ShortDefining Relationship Type
        Control1..1
        This element is affected by the following invariants: ele-1
        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
        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())
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        860. CodeSystem.concept.property.extension:elProfileSetOperator
        Slice NameelProfileSetOperator
        Definition

        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

        ShortEL Profile Set Operator
        Control1..1
        This element is affected by the following invariants: ele-1
        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
        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())
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        862. CodeSystem.concept.property.extension:roleGroup
        Slice NameroleGroup
        Definition

        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

        ShortSNOMED Role Group
        Control0..1
        This element is affected by the following invariants: ele-1
        TypeExtension(SNOMED Role Group) (Extension Type: integer)
        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())
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        864. CodeSystem.concept.property.extension:changeType
        Slice NamechangeType
        Definition

        Coded value indicating the nature of a change made to the parent element

        ShortChange Type
        Control0..1
        This element is affected by the following invariants: ele-1
        TypeExtension(Change Type) (Extension Type: CodeableConcept)
        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())
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        866. CodeSystem.concept.property.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


        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())
        868. CodeSystem.concept.property.code
        Definition

        A code that is a reference to CodeSystem.property.code.

        ShortReference to CodeSystem.property.code
        Control1..1
        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()))
        870. CodeSystem.concept.property.value[x]
        Definition

        The value of this property.

        ShortValue of the property for this concept
        Control1..1
        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
        [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
        Summaryfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        872. CodeSystem.concept.property:inactive
        Slice Nameinactive
        Definition

        A property value for this concept.

        ShortProperty slice to capture SNOMED CT inactive for a conceptProperty value for the concept
        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Summaryfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        874. CodeSystem.concept.property:inactive.extension
        Definition

        An Extension


        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

        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.

        Control20..*
        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
        • value @ url
        • 876. CodeSystem.concept.property:inactive.extension:DefiningRelationshipType
          Slice NameDefiningRelationshipType
          Definition

          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

          ShortDefining Relationship Type
          Control1..1
          This element is affected by the following invariants: ele-1
          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
          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())
          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
          878. CodeSystem.concept.property:inactive.extension:elProfileSetOperator
          Slice NameelProfileSetOperator
          Definition

          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

          ShortEL Profile Set Operator
          Control1..1
          This element is affected by the following invariants: ele-1
          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
          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())
          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
          880. CodeSystem.concept.property:inactive.extension:roleGroup
          Slice NameroleGroup
          Definition

          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

          ShortSNOMED Role Group
          Control0..1
          This element is affected by the following invariants: ele-1
          TypeExtension(SNOMED Role Group) (Extension Type: integer)
          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())
          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
          882. CodeSystem.concept.property:inactive.extension:changeType
          Slice NamechangeType
          Definition

          Coded value indicating the nature of a change made to the parent element

          ShortChange Type
          Control0..1
          This element is affected by the following invariants: ele-1
          TypeExtension(Change Type) (Extension Type: CodeableConcept)
          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())
          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
          884. CodeSystem.concept.property:inactive.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


          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())
          886. CodeSystem.concept.property:inactive.code
          Definition

          A code that is a reference to CodeSystem.property.code.

          ShortReference to CodeSystem.property.code
          Control1..1
          Typecode
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Summaryfalse
          Fixed Valueinactive
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          888. CodeSystem.concept.property:inactive.value[x]
          Definition

          The value of this property.

          ShortValue of the property for this concept
          Control1..1
          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
          [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
          Summaryfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          890. CodeSystem.concept.property:definitionStatusId
          Slice NamedefinitionStatusId
          Definition

          A property value for this concept.

          ShortProperty slice to capture SNOMED CT definitionStatusId for a conceptProperty value for the concept
          Control0..1*
          TypeBackboneElement
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          892. CodeSystem.concept.property:definitionStatusId.extension
          Definition

          An Extension


          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

          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.

          Control20..*
          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
          • value @ url
          • 894. CodeSystem.concept.property:definitionStatusId.extension:DefiningRelationshipType
            Slice NameDefiningRelationshipType
            Definition

            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

            ShortDefining Relationship Type
            Control1..1
            This element is affected by the following invariants: ele-1
            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
            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())
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            896. CodeSystem.concept.property:definitionStatusId.extension:elProfileSetOperator
            Slice NameelProfileSetOperator
            Definition

            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

            ShortEL Profile Set Operator
            Control1..1
            This element is affected by the following invariants: ele-1
            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
            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())
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            898. CodeSystem.concept.property:definitionStatusId.extension:roleGroup
            Slice NameroleGroup
            Definition

            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

            ShortSNOMED Role Group
            Control0..1
            This element is affected by the following invariants: ele-1
            TypeExtension(SNOMED Role Group) (Extension Type: integer)
            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())
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            900. CodeSystem.concept.property:definitionStatusId.extension:changeType
            Slice NamechangeType
            Definition

            Coded value indicating the nature of a change made to the parent element

            ShortChange Type
            Control0..1
            This element is affected by the following invariants: ele-1
            TypeExtension(Change Type) (Extension Type: CodeableConcept)
            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())
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            902. CodeSystem.concept.property:definitionStatusId.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


            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())
            904. CodeSystem.concept.property:definitionStatusId.code
            Definition

            A code that is a reference to CodeSystem.property.code.

            ShortReference to CodeSystem.property.code
            Control1..1
            Typecode
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summaryfalse
            Fixed ValuedefinitionStatusId
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            906. CodeSystem.concept.property:definitionStatusId.value[x]
            Definition

            The value of this property.

            ShortValue of the property for this concept
            Control1..1
            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
            [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
            Summaryfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            908. CodeSystem.concept.property:parent
            Slice Nameparent
            Definition

            A property value for this concept.

            ShortProperty slice to capture SNOMED CT parent for a conceptProperty value for the concept
            Control0..1*
            TypeBackboneElement
            Is Modifierfalse
            Must Supporttrue
            Summaryfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            910. CodeSystem.concept.property:parent.extension
            Definition

            An Extension


            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

            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.

            Control20..*
            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
            • value @ url
            • 912. CodeSystem.concept.property:parent.extension:DefiningRelationshipType
              Slice NameDefiningRelationshipType
              Definition

              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

              ShortDefining Relationship Type
              Control1..1
              This element is affected by the following invariants: ele-1
              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
              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())
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              914. CodeSystem.concept.property:parent.extension:elProfileSetOperator
              Slice NameelProfileSetOperator
              Definition

              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

              ShortEL Profile Set Operator
              Control1..1
              This element is affected by the following invariants: ele-1
              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
              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())
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              916. CodeSystem.concept.property:parent.extension:roleGroup
              Slice NameroleGroup
              Definition

              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

              ShortSNOMED Role Group
              Control0..1
              This element is affected by the following invariants: ele-1
              TypeExtension(SNOMED Role Group) (Extension Type: integer)
              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())
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              918. CodeSystem.concept.property:parent.extension:changeType
              Slice NamechangeType
              Definition

              Coded value indicating the nature of a change made to the parent element

              ShortChange Type
              Control0..1
              This element is affected by the following invariants: ele-1
              TypeExtension(Change Type) (Extension Type: CodeableConcept)
              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())
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              920. CodeSystem.concept.property:parent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


              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())
              922. CodeSystem.concept.property:parent.code
              Definition

              A code that is a reference to CodeSystem.property.code.

              ShortReference to CodeSystem.property.code
              Control1..1
              Typecode
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Summaryfalse
              Fixed Valueparent
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              924. CodeSystem.concept.property:parent.value[x]
              Definition

              The value of this property.

              ShortValue of the property for this concept
              Control1..1
              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
              [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
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              926. CodeSystem.concept.property:moduleId
              Slice NamemoduleId
              Definition

              A property value for this concept.

              ShortProperty slice to capture SNOMED CT moduleId for a conceptProperty value for the concept
              Control0..1*
              TypeBackboneElement
              Is Modifierfalse
              Must Supporttrue
              Summaryfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              928. CodeSystem.concept.property:moduleId.extension
              Definition

              An Extension


              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

              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.

              Control20..*
              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
              • value @ url
              • 930. CodeSystem.concept.property:moduleId.extension:DefiningRelationshipType
                Slice NameDefiningRelationshipType
                Definition

                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                ShortDefining Relationship Type
                Control1..1
                This element is affected by the following invariants: ele-1
                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                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())
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                932. CodeSystem.concept.property:moduleId.extension:elProfileSetOperator
                Slice NameelProfileSetOperator
                Definition

                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                ShortEL Profile Set Operator
                Control1..1
                This element is affected by the following invariants: ele-1
                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                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())
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                934. CodeSystem.concept.property:moduleId.extension:roleGroup
                Slice NameroleGroup
                Definition

                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                ShortSNOMED Role Group
                Control0..1
                This element is affected by the following invariants: ele-1
                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                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())
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                936. CodeSystem.concept.property:moduleId.extension:changeType
                Slice NamechangeType
                Definition

                Coded value indicating the nature of a change made to the parent element

                ShortChange Type
                Control0..1
                This element is affected by the following invariants: ele-1
                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                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())
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                938. CodeSystem.concept.property:moduleId.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                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())
                940. CodeSystem.concept.property:moduleId.code
                Definition

                A code that is a reference to CodeSystem.property.code.

                ShortReference to CodeSystem.property.code
                Control1..1
                Typecode
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summaryfalse
                Fixed ValuemoduleId
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                942. CodeSystem.concept.property:moduleId.value[x]
                Definition

                The value of this property.

                ShortValue of the property for this concept
                Control1..1
                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                [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
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                944. CodeSystem.concept.property:Due_to
                Slice NameDue_to
                Definition

                A property value for this concept.

                ShortProperty slice to capture SNOMED CT Due to for a conceptProperty value for the concept
                Control0..1*
                TypeBackboneElement
                Is Modifierfalse
                Must Supporttrue
                Summaryfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                946. CodeSystem.concept.property:Due_to.extension
                Definition

                An Extension


                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                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.

                Control20..*
                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                • value @ url
                • 948. CodeSystem.concept.property:Due_to.extension:DefiningRelationshipType
                  Slice NameDefiningRelationshipType
                  Definition

                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                  ShortDefining Relationship Type
                  Control1..1
                  This element is affected by the following invariants: ele-1
                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                  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())
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  950. CodeSystem.concept.property:Due_to.extension:elProfileSetOperator
                  Slice NameelProfileSetOperator
                  Definition

                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                  ShortEL Profile Set Operator
                  Control1..1
                  This element is affected by the following invariants: ele-1
                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                  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())
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  952. CodeSystem.concept.property:Due_to.extension:roleGroup
                  Slice NameroleGroup
                  Definition

                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                  ShortSNOMED Role Group
                  Control0..1
                  This element is affected by the following invariants: ele-1
                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                  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())
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  954. CodeSystem.concept.property:Due_to.extension:changeType
                  Slice NamechangeType
                  Definition

                  Coded value indicating the nature of a change made to the parent element

                  ShortChange Type
                  Control0..1
                  This element is affected by the following invariants: ele-1
                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                  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())
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  956. CodeSystem.concept.property:Due_to.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                  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())
                  958. CodeSystem.concept.property:Due_to.code
                  Definition

                  A code that is a reference to CodeSystem.property.code.

                  ShortReference to CodeSystem.property.code
                  Control1..1
                  Typecode
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summaryfalse
                  Fixed ValueDue to
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  960. CodeSystem.concept.property:Due_to.value[x]
                  Definition

                  The value of this property.

                  ShortValue of the property for this concept
                  Control1..1
                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                  [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
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  962. CodeSystem.concept.property:Associated_with
                  Slice NameAssociated_with
                  Definition

                  A property value for this concept.

                  ShortProperty slice to capture SNOMED CT Associated with for a conceptProperty value for the concept
                  Control0..1*
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  964. CodeSystem.concept.property:Associated_with.extension
                  Definition

                  An Extension


                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  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.

                  Control20..*
                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                  • value @ url
                  • 966. CodeSystem.concept.property:Associated_with.extension:DefiningRelationshipType
                    Slice NameDefiningRelationshipType
                    Definition

                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                    ShortDefining Relationship Type
                    Control1..1
                    This element is affected by the following invariants: ele-1
                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                    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())
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    968. CodeSystem.concept.property:Associated_with.extension:elProfileSetOperator
                    Slice NameelProfileSetOperator
                    Definition

                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                    ShortEL Profile Set Operator
                    Control1..1
                    This element is affected by the following invariants: ele-1
                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                    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())
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    970. CodeSystem.concept.property:Associated_with.extension:roleGroup
                    Slice NameroleGroup
                    Definition

                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                    ShortSNOMED Role Group
                    Control0..1
                    This element is affected by the following invariants: ele-1
                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                    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())
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    972. CodeSystem.concept.property:Associated_with.extension:changeType
                    Slice NamechangeType
                    Definition

                    Coded value indicating the nature of a change made to the parent element

                    ShortChange Type
                    Control0..1
                    This element is affected by the following invariants: ele-1
                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                    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())
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    974. CodeSystem.concept.property:Associated_with.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                    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())
                    976. CodeSystem.concept.property:Associated_with.code
                    Definition

                    A code that is a reference to CodeSystem.property.code.

                    ShortReference to CodeSystem.property.code
                    Control1..1
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summaryfalse
                    Fixed ValueAssociated with
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    978. CodeSystem.concept.property:Associated_with.value[x]
                    Definition

                    The value of this property.

                    ShortValue of the property for this concept
                    Control1..1
                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                    [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
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    980. CodeSystem.concept.property:Associated_morphology
                    Slice NameAssociated_morphology
                    Definition

                    A property value for this concept.

                    ShortProperty slice to capture SNOMED CT Associated morphology for a conceptProperty value for the concept
                    Control0..1*
                    TypeBackboneElement
                    Is Modifierfalse
                    Must Supporttrue
                    Summaryfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    982. CodeSystem.concept.property:Associated_morphology.extension
                    Definition

                    An Extension


                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                    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.

                    Control20..*
                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                    • value @ url
                    • 984. CodeSystem.concept.property:Associated_morphology.extension:DefiningRelationshipType
                      Slice NameDefiningRelationshipType
                      Definition

                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                      ShortDefining Relationship Type
                      Control1..1
                      This element is affected by the following invariants: ele-1
                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                      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())
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      986. CodeSystem.concept.property:Associated_morphology.extension:elProfileSetOperator
                      Slice NameelProfileSetOperator
                      Definition

                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                      ShortEL Profile Set Operator
                      Control1..1
                      This element is affected by the following invariants: ele-1
                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                      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())
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      988. CodeSystem.concept.property:Associated_morphology.extension:roleGroup
                      Slice NameroleGroup
                      Definition

                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                      ShortSNOMED Role Group
                      Control0..1
                      This element is affected by the following invariants: ele-1
                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                      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())
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      990. CodeSystem.concept.property:Associated_morphology.extension:changeType
                      Slice NamechangeType
                      Definition

                      Coded value indicating the nature of a change made to the parent element

                      ShortChange Type
                      Control0..1
                      This element is affected by the following invariants: ele-1
                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                      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())
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      992. CodeSystem.concept.property:Associated_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                      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())
                      994. CodeSystem.concept.property:Associated_morphology.code
                      Definition

                      A code that is a reference to CodeSystem.property.code.

                      ShortReference to CodeSystem.property.code
                      Control1..1
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summaryfalse
                      Fixed ValueAssociated morphology
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      996. CodeSystem.concept.property:Associated_morphology.value[x]
                      Definition

                      The value of this property.

                      ShortValue of the property for this concept
                      Control1..1
                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                      [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
                      Summaryfalse
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      998. CodeSystem.concept.property:Has_specimen
                      Slice NameHas_specimen
                      Definition

                      A property value for this concept.

                      ShortProperty slice to capture SNOMED CT Has specimen for a conceptProperty value for the concept
                      Control0..1*
                      TypeBackboneElement
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1000. CodeSystem.concept.property:Has_specimen.extension
                      Definition

                      An Extension


                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                      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.

                      Control20..*
                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                      • value @ url
                      • 1002. CodeSystem.concept.property:Has_specimen.extension:DefiningRelationshipType
                        Slice NameDefiningRelationshipType
                        Definition

                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                        ShortDefining Relationship Type
                        Control1..1
                        This element is affected by the following invariants: ele-1
                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                        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())
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        1004. CodeSystem.concept.property:Has_specimen.extension:elProfileSetOperator
                        Slice NameelProfileSetOperator
                        Definition

                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                        ShortEL Profile Set Operator
                        Control1..1
                        This element is affected by the following invariants: ele-1
                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                        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())
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        1006. CodeSystem.concept.property:Has_specimen.extension:roleGroup
                        Slice NameroleGroup
                        Definition

                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                        ShortSNOMED Role Group
                        Control0..1
                        This element is affected by the following invariants: ele-1
                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                        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())
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        1008. CodeSystem.concept.property:Has_specimen.extension:changeType
                        Slice NamechangeType
                        Definition

                        Coded value indicating the nature of a change made to the parent element

                        ShortChange Type
                        Control0..1
                        This element is affected by the following invariants: ele-1
                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                        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())
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        1010. CodeSystem.concept.property:Has_specimen.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                        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())
                        1012. CodeSystem.concept.property:Has_specimen.code
                        Definition

                        A code that is a reference to CodeSystem.property.code.

                        ShortReference to CodeSystem.property.code
                        Control1..1
                        Typecode
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summaryfalse
                        Fixed ValueHas specimen
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        1014. CodeSystem.concept.property:Has_specimen.value[x]
                        Definition

                        The value of this property.

                        ShortValue of the property for this concept
                        Control1..1
                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                        [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
                        Summaryfalse
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        1016. CodeSystem.concept.property:Specimen_source_morphology
                        Slice NameSpecimen_source_morphology
                        Definition

                        A property value for this concept.

                        ShortProperty slice to capture SNOMED CT Specimen source morphology for a conceptProperty value for the concept
                        Control0..1*
                        TypeBackboneElement
                        Is Modifierfalse
                        Must Supporttrue
                        Summaryfalse
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        1018. CodeSystem.concept.property:Specimen_source_morphology.extension
                        Definition

                        An Extension


                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                        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.

                        Control20..*
                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                        • value @ url
                        • 1020. CodeSystem.concept.property:Specimen_source_morphology.extension:DefiningRelationshipType
                          Slice NameDefiningRelationshipType
                          Definition

                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                          ShortDefining Relationship Type
                          Control1..1
                          This element is affected by the following invariants: ele-1
                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                          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())
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          1022. CodeSystem.concept.property:Specimen_source_morphology.extension:elProfileSetOperator
                          Slice NameelProfileSetOperator
                          Definition

                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                          ShortEL Profile Set Operator
                          Control1..1
                          This element is affected by the following invariants: ele-1
                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                          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())
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          1024. CodeSystem.concept.property:Specimen_source_morphology.extension:roleGroup
                          Slice NameroleGroup
                          Definition

                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                          ShortSNOMED Role Group
                          Control0..1
                          This element is affected by the following invariants: ele-1
                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                          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())
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          1026. CodeSystem.concept.property:Specimen_source_morphology.extension:changeType
                          Slice NamechangeType
                          Definition

                          Coded value indicating the nature of a change made to the parent element

                          ShortChange Type
                          Control0..1
                          This element is affected by the following invariants: ele-1
                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                          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())
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          1028. CodeSystem.concept.property:Specimen_source_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                          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())
                          1030. CodeSystem.concept.property:Specimen_source_morphology.code
                          Definition

                          A code that is a reference to CodeSystem.property.code.

                          ShortReference to CodeSystem.property.code
                          Control1..1
                          Typecode
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Summaryfalse
                          Fixed ValueSpecimen source morphology
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1032. CodeSystem.concept.property:Specimen_source_morphology.value[x]
                          Definition

                          The value of this property.

                          ShortValue of the property for this concept
                          Control1..1
                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                          [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
                          Summaryfalse
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1034. CodeSystem.concept.property:Specimen_source_topography
                          Slice NameSpecimen_source_topography
                          Definition

                          A property value for this concept.

                          ShortProperty slice to capture SNOMEDCT Specimen source topography for a conceptProperty value for the concept
                          Control0..1*
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supporttrue
                          Summaryfalse
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1036. CodeSystem.concept.property:Specimen_source_topography.extension
                          Definition

                          An Extension


                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          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.

                          Control20..*
                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                          • value @ url
                          • 1038. CodeSystem.concept.property:Specimen_source_topography.extension:DefiningRelationshipType
                            Slice NameDefiningRelationshipType
                            Definition

                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                            ShortDefining Relationship Type
                            Control1..1
                            This element is affected by the following invariants: ele-1
                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                            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())
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            1040. CodeSystem.concept.property:Specimen_source_topography.extension:elProfileSetOperator
                            Slice NameelProfileSetOperator
                            Definition

                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                            ShortEL Profile Set Operator
                            Control1..1
                            This element is affected by the following invariants: ele-1
                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                            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())
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            1042. CodeSystem.concept.property:Specimen_source_topography.extension:roleGroup
                            Slice NameroleGroup
                            Definition

                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                            ShortSNOMED Role Group
                            Control0..1
                            This element is affected by the following invariants: ele-1
                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                            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())
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            1044. CodeSystem.concept.property:Specimen_source_topography.extension:changeType
                            Slice NamechangeType
                            Definition

                            Coded value indicating the nature of a change made to the parent element

                            ShortChange Type
                            Control0..1
                            This element is affected by the following invariants: ele-1
                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                            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())
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            1046. CodeSystem.concept.property:Specimen_source_topography.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                            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())
                            1048. CodeSystem.concept.property:Specimen_source_topography.code
                            Definition

                            A code that is a reference to CodeSystem.property.code.

                            ShortReference to CodeSystem.property.code
                            Control1..1
                            Typecode
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summaryfalse
                            Fixed ValueSpecimen source topography
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            1050. CodeSystem.concept.property:Specimen_source_topography.value[x]
                            Definition

                            The value of this property.

                            ShortValue of the property for this concept
                            Control1..1
                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                            [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
                            Summaryfalse
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            1052. CodeSystem.concept.property:Specimen_source_identity
                            Slice NameSpecimen_source_identity
                            Definition

                            A property value for this concept.

                            ShortProperty slice to capture SNOMED CT Specimen source identity for a conceptProperty value for the concept
                            Control0..1*
                            TypeBackboneElement
                            Is Modifierfalse
                            Must Supporttrue
                            Summaryfalse
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            1054. CodeSystem.concept.property:Specimen_source_identity.extension
                            Definition

                            An Extension


                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                            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.

                            Control20..*
                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                            • value @ url
                            • 1056. CodeSystem.concept.property:Specimen_source_identity.extension:DefiningRelationshipType
                              Slice NameDefiningRelationshipType
                              Definition

                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                              ShortDefining Relationship Type
                              Control1..1
                              This element is affected by the following invariants: ele-1
                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                              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())
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              1058. CodeSystem.concept.property:Specimen_source_identity.extension:elProfileSetOperator
                              Slice NameelProfileSetOperator
                              Definition

                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                              ShortEL Profile Set Operator
                              Control1..1
                              This element is affected by the following invariants: ele-1
                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                              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())
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              1060. CodeSystem.concept.property:Specimen_source_identity.extension:roleGroup
                              Slice NameroleGroup
                              Definition

                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                              ShortSNOMED Role Group
                              Control0..1
                              This element is affected by the following invariants: ele-1
                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                              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())
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              1062. CodeSystem.concept.property:Specimen_source_identity.extension:changeType
                              Slice NamechangeType
                              Definition

                              Coded value indicating the nature of a change made to the parent element

                              ShortChange Type
                              Control0..1
                              This element is affected by the following invariants: ele-1
                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                              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())
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              1064. CodeSystem.concept.property:Specimen_source_identity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                              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())
                              1066. CodeSystem.concept.property:Specimen_source_identity.code
                              Definition

                              A code that is a reference to CodeSystem.property.code.

                              ShortReference to CodeSystem.property.code
                              Control1..1
                              Typecode
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Summaryfalse
                              Fixed ValueSpecimen source identity
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              1068. CodeSystem.concept.property:Specimen_source_identity.value[x]
                              Definition

                              The value of this property.

                              ShortValue of the property for this concept
                              Control1..1
                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                              [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
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              1070. CodeSystem.concept.property:Specimen_procedure
                              Slice NameSpecimen_procedure
                              Definition

                              A property value for this concept.

                              ShortProperty slice to capture SNOMED CT Specimen procedure for a conceptProperty value for the concept
                              Control0..1*
                              TypeBackboneElement
                              Is Modifierfalse
                              Must Supporttrue
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              1072. CodeSystem.concept.property:Specimen_procedure.extension
                              Definition

                              An Extension


                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                              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.

                              Control20..*
                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                              • value @ url
                              • 1074. CodeSystem.concept.property:Specimen_procedure.extension:DefiningRelationshipType
                                Slice NameDefiningRelationshipType
                                Definition

                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                ShortDefining Relationship Type
                                Control1..1
                                This element is affected by the following invariants: ele-1
                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                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())
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                1076. CodeSystem.concept.property:Specimen_procedure.extension:elProfileSetOperator
                                Slice NameelProfileSetOperator
                                Definition

                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                ShortEL Profile Set Operator
                                Control1..1
                                This element is affected by the following invariants: ele-1
                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                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())
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                1078. CodeSystem.concept.property:Specimen_procedure.extension:roleGroup
                                Slice NameroleGroup
                                Definition

                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                ShortSNOMED Role Group
                                Control0..1
                                This element is affected by the following invariants: ele-1
                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                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())
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                1080. CodeSystem.concept.property:Specimen_procedure.extension:changeType
                                Slice NamechangeType
                                Definition

                                Coded value indicating the nature of a change made to the parent element

                                ShortChange Type
                                Control0..1
                                This element is affected by the following invariants: ele-1
                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                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())
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                1082. CodeSystem.concept.property:Specimen_procedure.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                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())
                                1084. CodeSystem.concept.property:Specimen_procedure.code
                                Definition

                                A code that is a reference to CodeSystem.property.code.

                                ShortReference to CodeSystem.property.code
                                Control1..1
                                Typecode
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Summaryfalse
                                Fixed ValueSpecimen procedure
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                1086. CodeSystem.concept.property:Specimen_procedure.value[x]
                                Definition

                                The value of this property.

                                ShortValue of the property for this concept
                                Control1..1
                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                [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
                                Summaryfalse
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                1088. CodeSystem.concept.property:Part_of
                                Slice NamePart_of
                                Definition

                                A property value for this concept.

                                ShortProperty slice to capture SNOMED CT Part of for a conceptProperty value for the concept
                                Control0..1*
                                TypeBackboneElement
                                Is Modifierfalse
                                Must Supporttrue
                                Summaryfalse
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                1090. CodeSystem.concept.property:Part_of.extension
                                Definition

                                An Extension


                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                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.

                                Control20..*
                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                • value @ url
                                • 1092. CodeSystem.concept.property:Part_of.extension:DefiningRelationshipType
                                  Slice NameDefiningRelationshipType
                                  Definition

                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                  ShortDefining Relationship Type
                                  Control1..1
                                  This element is affected by the following invariants: ele-1
                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                  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())
                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                  1094. CodeSystem.concept.property:Part_of.extension:elProfileSetOperator
                                  Slice NameelProfileSetOperator
                                  Definition

                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                  ShortEL Profile Set Operator
                                  Control1..1
                                  This element is affected by the following invariants: ele-1
                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                  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())
                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                  1096. CodeSystem.concept.property:Part_of.extension:roleGroup
                                  Slice NameroleGroup
                                  Definition

                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                  ShortSNOMED Role Group
                                  Control0..1
                                  This element is affected by the following invariants: ele-1
                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                  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())
                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                  1098. CodeSystem.concept.property:Part_of.extension:changeType
                                  Slice NamechangeType
                                  Definition

                                  Coded value indicating the nature of a change made to the parent element

                                  ShortChange Type
                                  Control0..1
                                  This element is affected by the following invariants: ele-1
                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                  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())
                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                  1100. CodeSystem.concept.property:Part_of.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                  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())
                                  1102. CodeSystem.concept.property:Part_of.code
                                  Definition

                                  A code that is a reference to CodeSystem.property.code.

                                  ShortReference to CodeSystem.property.code
                                  Control1..1
                                  Typecode
                                  Is Modifierfalse
                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                  Summaryfalse
                                  Fixed ValuePart of
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  1104. CodeSystem.concept.property:Part_of.value[x]
                                  Definition

                                  The value of this property.

                                  ShortValue of the property for this concept
                                  Control1..1
                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                  [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
                                  Summaryfalse
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  1106. CodeSystem.concept.property:Has_active_ingredient
                                  Slice NameHas_active_ingredient
                                  Definition

                                  A property value for this concept.

                                  ShortProperty slice to capture SNOMED CT Has active ingredient for a conceptProperty value for the concept
                                  Control0..1*
                                  TypeBackboneElement
                                  Is Modifierfalse
                                  Must Supporttrue
                                  Summaryfalse
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  1108. CodeSystem.concept.property:Has_active_ingredient.extension
                                  Definition

                                  An Extension


                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                  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.

                                  Control20..*
                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                  • value @ url
                                  • 1110. CodeSystem.concept.property:Has_active_ingredient.extension:DefiningRelationshipType
                                    Slice NameDefiningRelationshipType
                                    Definition

                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                    ShortDefining Relationship Type
                                    Control1..1
                                    This element is affected by the following invariants: ele-1
                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                    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())
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    1112. CodeSystem.concept.property:Has_active_ingredient.extension:elProfileSetOperator
                                    Slice NameelProfileSetOperator
                                    Definition

                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                    ShortEL Profile Set Operator
                                    Control1..1
                                    This element is affected by the following invariants: ele-1
                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                    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())
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    1114. CodeSystem.concept.property:Has_active_ingredient.extension:roleGroup
                                    Slice NameroleGroup
                                    Definition

                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                    ShortSNOMED Role Group
                                    Control0..1
                                    This element is affected by the following invariants: ele-1
                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                    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())
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    1116. CodeSystem.concept.property:Has_active_ingredient.extension:changeType
                                    Slice NamechangeType
                                    Definition

                                    Coded value indicating the nature of a change made to the parent element

                                    ShortChange Type
                                    Control0..1
                                    This element is affected by the following invariants: ele-1
                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                    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())
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    1118. CodeSystem.concept.property:Has_active_ingredient.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                    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())
                                    1120. CodeSystem.concept.property:Has_active_ingredient.code
                                    Definition

                                    A code that is a reference to CodeSystem.property.code.

                                    ShortReference to CodeSystem.property.code
                                    Control1..1
                                    Typecode
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summaryfalse
                                    Fixed ValueHas active ingredient
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    1122. CodeSystem.concept.property:Has_active_ingredient.value[x]
                                    Definition

                                    The value of this property.

                                    ShortValue of the property for this concept
                                    Control1..1
                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                    [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
                                    Summaryfalse
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    1124. CodeSystem.concept.property:Subject_of_information
                                    Slice NameSubject_of_information
                                    Definition

                                    A property value for this concept.

                                    ShortProperty slice to capture SNOMED CT Subject of information for a conceptProperty value for the concept
                                    Control0..1*
                                    TypeBackboneElement
                                    Is Modifierfalse
                                    Must Supporttrue
                                    Summaryfalse
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    1126. CodeSystem.concept.property:Subject_of_information.extension
                                    Definition

                                    An Extension


                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                    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.

                                    Control20..*
                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                    • value @ url
                                    • 1128. CodeSystem.concept.property:Subject_of_information.extension:DefiningRelationshipType
                                      Slice NameDefiningRelationshipType
                                      Definition

                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                      ShortDefining Relationship Type
                                      Control1..1
                                      This element is affected by the following invariants: ele-1
                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                      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())
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      1130. CodeSystem.concept.property:Subject_of_information.extension:elProfileSetOperator
                                      Slice NameelProfileSetOperator
                                      Definition

                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                      ShortEL Profile Set Operator
                                      Control1..1
                                      This element is affected by the following invariants: ele-1
                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                      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())
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      1132. CodeSystem.concept.property:Subject_of_information.extension:roleGroup
                                      Slice NameroleGroup
                                      Definition

                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                      ShortSNOMED Role Group
                                      Control0..1
                                      This element is affected by the following invariants: ele-1
                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                      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())
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      1134. CodeSystem.concept.property:Subject_of_information.extension:changeType
                                      Slice NamechangeType
                                      Definition

                                      Coded value indicating the nature of a change made to the parent element

                                      ShortChange Type
                                      Control0..1
                                      This element is affected by the following invariants: ele-1
                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                      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())
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      1136. CodeSystem.concept.property:Subject_of_information.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                      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())
                                      1138. CodeSystem.concept.property:Subject_of_information.code
                                      Definition

                                      A code that is a reference to CodeSystem.property.code.

                                      ShortReference to CodeSystem.property.code
                                      Control1..1
                                      Typecode
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summaryfalse
                                      Fixed ValueSubject of information
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      1140. CodeSystem.concept.property:Subject_of_information.value[x]
                                      Definition

                                      The value of this property.

                                      ShortValue of the property for this concept
                                      Control1..1
                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                      [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
                                      Summaryfalse
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      1142. CodeSystem.concept.property:Causative_agent
                                      Slice NameCausative_agent
                                      Definition

                                      A property value for this concept.

                                      ShortProperty slice to capture SNOMED CT Causative agent for a conceptProperty value for the concept
                                      Control0..1*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Must Supporttrue
                                      Summaryfalse
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      1144. CodeSystem.concept.property:Causative_agent.extension
                                      Definition

                                      An Extension


                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                      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.

                                      Control20..*
                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                      • value @ url
                                      • 1146. CodeSystem.concept.property:Causative_agent.extension:DefiningRelationshipType
                                        Slice NameDefiningRelationshipType
                                        Definition

                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                        ShortDefining Relationship Type
                                        Control1..1
                                        This element is affected by the following invariants: ele-1
                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                        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())
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        1148. CodeSystem.concept.property:Causative_agent.extension:elProfileSetOperator
                                        Slice NameelProfileSetOperator
                                        Definition

                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                        ShortEL Profile Set Operator
                                        Control1..1
                                        This element is affected by the following invariants: ele-1
                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                        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())
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        1150. CodeSystem.concept.property:Causative_agent.extension:roleGroup
                                        Slice NameroleGroup
                                        Definition

                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                        ShortSNOMED Role Group
                                        Control0..1
                                        This element is affected by the following invariants: ele-1
                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                        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())
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        1152. CodeSystem.concept.property:Causative_agent.extension:changeType
                                        Slice NamechangeType
                                        Definition

                                        Coded value indicating the nature of a change made to the parent element

                                        ShortChange Type
                                        Control0..1
                                        This element is affected by the following invariants: ele-1
                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                        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())
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        1154. CodeSystem.concept.property:Causative_agent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                        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())
                                        1156. CodeSystem.concept.property:Causative_agent.code
                                        Definition

                                        A code that is a reference to CodeSystem.property.code.

                                        ShortReference to CodeSystem.property.code
                                        Control1..1
                                        Typecode
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summaryfalse
                                        Fixed ValueCausative agent
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        1158. CodeSystem.concept.property:Causative_agent.value[x]
                                        Definition

                                        The value of this property.

                                        ShortValue of the property for this concept
                                        Control1..1
                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                        [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
                                        Summaryfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        1160. CodeSystem.concept.property:Associated_finding
                                        Slice NameAssociated_finding
                                        Definition

                                        A property value for this concept.

                                        ShortProperty slice to capture SNOMED CT Associated finding for a conceptProperty value for the concept
                                        Control0..1*
                                        TypeBackboneElement
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summaryfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        1162. CodeSystem.concept.property:Associated_finding.extension
                                        Definition

                                        An Extension


                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                        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.

                                        Control20..*
                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                        • value @ url
                                        • 1164. CodeSystem.concept.property:Associated_finding.extension:DefiningRelationshipType
                                          Slice NameDefiningRelationshipType
                                          Definition

                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                          ShortDefining Relationship Type
                                          Control1..1
                                          This element is affected by the following invariants: ele-1
                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                          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())
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          1166. CodeSystem.concept.property:Associated_finding.extension:elProfileSetOperator
                                          Slice NameelProfileSetOperator
                                          Definition

                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                          ShortEL Profile Set Operator
                                          Control1..1
                                          This element is affected by the following invariants: ele-1
                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                          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())
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          1168. CodeSystem.concept.property:Associated_finding.extension:roleGroup
                                          Slice NameroleGroup
                                          Definition

                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                          ShortSNOMED Role Group
                                          Control0..1
                                          This element is affected by the following invariants: ele-1
                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                          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())
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          1170. CodeSystem.concept.property:Associated_finding.extension:changeType
                                          Slice NamechangeType
                                          Definition

                                          Coded value indicating the nature of a change made to the parent element

                                          ShortChange Type
                                          Control0..1
                                          This element is affected by the following invariants: ele-1
                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                          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())
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          1172. CodeSystem.concept.property:Associated_finding.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                          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())
                                          1174. CodeSystem.concept.property:Associated_finding.code
                                          Definition

                                          A code that is a reference to CodeSystem.property.code.

                                          ShortReference to CodeSystem.property.code
                                          Control1..1
                                          Typecode
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summaryfalse
                                          Fixed ValueAssociated finding
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          1176. CodeSystem.concept.property:Associated_finding.value[x]
                                          Definition

                                          The value of this property.

                                          ShortValue of the property for this concept
                                          Control1..1
                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                          [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
                                          Summaryfalse
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          1178. CodeSystem.concept.property:Component
                                          Slice NameComponent
                                          Definition

                                          A property value for this concept.

                                          ShortProperty slice to capture SNOMED CT Component for a conceptProperty value for the concept
                                          Control0..1*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Summaryfalse
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          1180. CodeSystem.concept.property:Component.extension
                                          Definition

                                          An Extension


                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                          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.

                                          Control20..*
                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                          • value @ url
                                          • 1182. CodeSystem.concept.property:Component.extension:DefiningRelationshipType
                                            Slice NameDefiningRelationshipType
                                            Definition

                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                            ShortDefining Relationship Type
                                            Control1..1
                                            This element is affected by the following invariants: ele-1
                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                            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())
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            1184. CodeSystem.concept.property:Component.extension:elProfileSetOperator
                                            Slice NameelProfileSetOperator
                                            Definition

                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                            ShortEL Profile Set Operator
                                            Control1..1
                                            This element is affected by the following invariants: ele-1
                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                            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())
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            1186. CodeSystem.concept.property:Component.extension:roleGroup
                                            Slice NameroleGroup
                                            Definition

                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                            ShortSNOMED Role Group
                                            Control0..1
                                            This element is affected by the following invariants: ele-1
                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                            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())
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            1188. CodeSystem.concept.property:Component.extension:changeType
                                            Slice NamechangeType
                                            Definition

                                            Coded value indicating the nature of a change made to the parent element

                                            ShortChange Type
                                            Control0..1
                                            This element is affected by the following invariants: ele-1
                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                            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())
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            1190. CodeSystem.concept.property:Component.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                            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())
                                            1192. CodeSystem.concept.property:Component.code
                                            Definition

                                            A code that is a reference to CodeSystem.property.code.

                                            ShortReference to CodeSystem.property.code
                                            Control1..1
                                            Typecode
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summaryfalse
                                            Fixed ValueComponent
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            1194. CodeSystem.concept.property:Component.value[x]
                                            Definition

                                            The value of this property.

                                            ShortValue of the property for this concept
                                            Control1..1
                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                            [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
                                            Summaryfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            1196. CodeSystem.concept.property:Severity
                                            Slice NameSeverity
                                            Definition

                                            A property value for this concept.

                                            ShortProperty slice to capture SNOMED CT Severity for a conceptProperty value for the concept
                                            Control0..1*
                                            TypeBackboneElement
                                            Is Modifierfalse
                                            Must Supporttrue
                                            Summaryfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            1198. CodeSystem.concept.property:Severity.extension
                                            Definition

                                            An Extension


                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                            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.

                                            Control20..*
                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                            • value @ url
                                            • 1200. CodeSystem.concept.property:Severity.extension:DefiningRelationshipType
                                              Slice NameDefiningRelationshipType
                                              Definition

                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                              ShortDefining Relationship Type
                                              Control1..1
                                              This element is affected by the following invariants: ele-1
                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                              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())
                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                              1202. CodeSystem.concept.property:Severity.extension:elProfileSetOperator
                                              Slice NameelProfileSetOperator
                                              Definition

                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                              ShortEL Profile Set Operator
                                              Control1..1
                                              This element is affected by the following invariants: ele-1
                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                              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())
                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                              1204. CodeSystem.concept.property:Severity.extension:roleGroup
                                              Slice NameroleGroup
                                              Definition

                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                              ShortSNOMED Role Group
                                              Control0..1
                                              This element is affected by the following invariants: ele-1
                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                              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())
                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                              1206. CodeSystem.concept.property:Severity.extension:changeType
                                              Slice NamechangeType
                                              Definition

                                              Coded value indicating the nature of a change made to the parent element

                                              ShortChange Type
                                              Control0..1
                                              This element is affected by the following invariants: ele-1
                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                              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())
                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                              1208. CodeSystem.concept.property:Severity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                              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())
                                              1210. CodeSystem.concept.property:Severity.code
                                              Definition

                                              A code that is a reference to CodeSystem.property.code.

                                              ShortReference to CodeSystem.property.code
                                              Control1..1
                                              Typecode
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summaryfalse
                                              Fixed ValueSeverity
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              1212. CodeSystem.concept.property:Severity.value[x]
                                              Definition

                                              The value of this property.

                                              ShortValue of the property for this concept
                                              Control1..1
                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                              [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
                                              Summaryfalse
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              1214. CodeSystem.concept.property:Occurrence
                                              Slice NameOccurrence
                                              Definition

                                              A property value for this concept.

                                              ShortProperty slice to capture SNOMED CT Occurrence for a conceptProperty value for the concept
                                              Control0..1*
                                              TypeBackboneElement
                                              Is Modifierfalse
                                              Must Supporttrue
                                              Summaryfalse
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              1216. CodeSystem.concept.property:Occurrence.extension
                                              Definition

                                              An Extension


                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                              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.

                                              Control20..*
                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                              • value @ url
                                              • 1218. CodeSystem.concept.property:Occurrence.extension:DefiningRelationshipType
                                                Slice NameDefiningRelationshipType
                                                Definition

                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                ShortDefining Relationship Type
                                                Control1..1
                                                This element is affected by the following invariants: ele-1
                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                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())
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                1220. CodeSystem.concept.property:Occurrence.extension:elProfileSetOperator
                                                Slice NameelProfileSetOperator
                                                Definition

                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                ShortEL Profile Set Operator
                                                Control1..1
                                                This element is affected by the following invariants: ele-1
                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                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())
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                1222. CodeSystem.concept.property:Occurrence.extension:roleGroup
                                                Slice NameroleGroup
                                                Definition

                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                ShortSNOMED Role Group
                                                Control0..1
                                                This element is affected by the following invariants: ele-1
                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                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())
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                1224. CodeSystem.concept.property:Occurrence.extension:changeType
                                                Slice NamechangeType
                                                Definition

                                                Coded value indicating the nature of a change made to the parent element

                                                ShortChange Type
                                                Control0..1
                                                This element is affected by the following invariants: ele-1
                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                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())
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                1226. CodeSystem.concept.property:Occurrence.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                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())
                                                1228. CodeSystem.concept.property:Occurrence.code
                                                Definition

                                                A code that is a reference to CodeSystem.property.code.

                                                ShortReference to CodeSystem.property.code
                                                Control1..1
                                                Typecode
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summaryfalse
                                                Fixed ValueOccurrence
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                1230. CodeSystem.concept.property:Occurrence.value[x]
                                                Definition

                                                The value of this property.

                                                ShortValue of the property for this concept
                                                Control1..1
                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                [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
                                                Summaryfalse
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                1232. CodeSystem.concept.property:Episodicity
                                                Slice NameEpisodicity
                                                Definition

                                                A property value for this concept.

                                                ShortProperty slice to capture SNOMED CT Episodicity for a conceptProperty value for the concept
                                                Control0..1*
                                                TypeBackboneElement
                                                Is Modifierfalse
                                                Must Supporttrue
                                                Summaryfalse
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                1234. CodeSystem.concept.property:Episodicity.extension
                                                Definition

                                                An Extension


                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                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.

                                                Control20..*
                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                • value @ url
                                                • 1236. CodeSystem.concept.property:Episodicity.extension:DefiningRelationshipType
                                                  Slice NameDefiningRelationshipType
                                                  Definition

                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                  ShortDefining Relationship Type
                                                  Control1..1
                                                  This element is affected by the following invariants: ele-1
                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                  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())
                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  1238. CodeSystem.concept.property:Episodicity.extension:elProfileSetOperator
                                                  Slice NameelProfileSetOperator
                                                  Definition

                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                  ShortEL Profile Set Operator
                                                  Control1..1
                                                  This element is affected by the following invariants: ele-1
                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                  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())
                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  1240. CodeSystem.concept.property:Episodicity.extension:roleGroup
                                                  Slice NameroleGroup
                                                  Definition

                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                  ShortSNOMED Role Group
                                                  Control0..1
                                                  This element is affected by the following invariants: ele-1
                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                  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())
                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  1242. CodeSystem.concept.property:Episodicity.extension:changeType
                                                  Slice NamechangeType
                                                  Definition

                                                  Coded value indicating the nature of a change made to the parent element

                                                  ShortChange Type
                                                  Control0..1
                                                  This element is affected by the following invariants: ele-1
                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                  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())
                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  1244. CodeSystem.concept.property:Episodicity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                  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())
                                                  1246. CodeSystem.concept.property:Episodicity.code
                                                  Definition

                                                  A code that is a reference to CodeSystem.property.code.

                                                  ShortReference to CodeSystem.property.code
                                                  Control1..1
                                                  Typecode
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Summaryfalse
                                                  Fixed ValueEpisodicity
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  1248. CodeSystem.concept.property:Episodicity.value[x]
                                                  Definition

                                                  The value of this property.

                                                  ShortValue of the property for this concept
                                                  Control1..1
                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                  [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
                                                  Summaryfalse
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  1250. CodeSystem.concept.property:Technique
                                                  Slice NameTechnique
                                                  Definition

                                                  A property value for this concept.

                                                  ShortProperty slice to capture SNOMED CT Technique for a conceptProperty value for the concept
                                                  Control0..1*
                                                  TypeBackboneElement
                                                  Is Modifierfalse
                                                  Must Supporttrue
                                                  Summaryfalse
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  1252. CodeSystem.concept.property:Technique.extension
                                                  Definition

                                                  An Extension


                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                  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.

                                                  Control20..*
                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                  • value @ url
                                                  • 1254. CodeSystem.concept.property:Technique.extension:DefiningRelationshipType
                                                    Slice NameDefiningRelationshipType
                                                    Definition

                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                    ShortDefining Relationship Type
                                                    Control1..1
                                                    This element is affected by the following invariants: ele-1
                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                    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())
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    1256. CodeSystem.concept.property:Technique.extension:elProfileSetOperator
                                                    Slice NameelProfileSetOperator
                                                    Definition

                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                    ShortEL Profile Set Operator
                                                    Control1..1
                                                    This element is affected by the following invariants: ele-1
                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                    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())
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    1258. CodeSystem.concept.property:Technique.extension:roleGroup
                                                    Slice NameroleGroup
                                                    Definition

                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                    ShortSNOMED Role Group
                                                    Control0..1
                                                    This element is affected by the following invariants: ele-1
                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                    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())
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    1260. CodeSystem.concept.property:Technique.extension:changeType
                                                    Slice NamechangeType
                                                    Definition

                                                    Coded value indicating the nature of a change made to the parent element

                                                    ShortChange Type
                                                    Control0..1
                                                    This element is affected by the following invariants: ele-1
                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                    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())
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    1262. CodeSystem.concept.property:Technique.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                    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())
                                                    1264. CodeSystem.concept.property:Technique.code
                                                    Definition

                                                    A code that is a reference to CodeSystem.property.code.

                                                    ShortReference to CodeSystem.property.code
                                                    Control1..1
                                                    Typecode
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summaryfalse
                                                    Fixed ValueTechnique
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    1266. CodeSystem.concept.property:Technique.value[x]
                                                    Definition

                                                    The value of this property.

                                                    ShortValue of the property for this concept
                                                    Control1..1
                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                    [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
                                                    Summaryfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    1268. CodeSystem.concept.property:Revision_status
                                                    Slice NameRevision_status
                                                    Definition

                                                    A property value for this concept.

                                                    ShortProperty slice to capture SNOMED CT Revision status for a conceptProperty value for the concept
                                                    Control0..1*
                                                    TypeBackboneElement
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Summaryfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    1270. CodeSystem.concept.property:Revision_status.extension
                                                    Definition

                                                    An Extension


                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                    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.

                                                    Control20..*
                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                    • value @ url
                                                    • 1272. CodeSystem.concept.property:Revision_status.extension:DefiningRelationshipType
                                                      Slice NameDefiningRelationshipType
                                                      Definition

                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                      ShortDefining Relationship Type
                                                      Control1..1
                                                      This element is affected by the following invariants: ele-1
                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                      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())
                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      1274. CodeSystem.concept.property:Revision_status.extension:elProfileSetOperator
                                                      Slice NameelProfileSetOperator
                                                      Definition

                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                      ShortEL Profile Set Operator
                                                      Control1..1
                                                      This element is affected by the following invariants: ele-1
                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                      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())
                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      1276. CodeSystem.concept.property:Revision_status.extension:roleGroup
                                                      Slice NameroleGroup
                                                      Definition

                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                      ShortSNOMED Role Group
                                                      Control0..1
                                                      This element is affected by the following invariants: ele-1
                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                      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())
                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      1278. CodeSystem.concept.property:Revision_status.extension:changeType
                                                      Slice NamechangeType
                                                      Definition

                                                      Coded value indicating the nature of a change made to the parent element

                                                      ShortChange Type
                                                      Control0..1
                                                      This element is affected by the following invariants: ele-1
                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                      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())
                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      1280. CodeSystem.concept.property:Revision_status.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                      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())
                                                      1282. CodeSystem.concept.property:Revision_status.code
                                                      Definition

                                                      A code that is a reference to CodeSystem.property.code.

                                                      ShortReference to CodeSystem.property.code
                                                      Control1..1
                                                      Typecode
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Summaryfalse
                                                      Fixed ValueRevision status
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      1284. CodeSystem.concept.property:Revision_status.value[x]
                                                      Definition

                                                      The value of this property.

                                                      ShortValue of the property for this concept
                                                      Control1..1
                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                      [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
                                                      Summaryfalse
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      1286. CodeSystem.concept.property:Units
                                                      Slice NameUnits
                                                      Definition

                                                      A property value for this concept.

                                                      ShortProperty slice to capture SNOMED CT Units for a conceptProperty value for the concept
                                                      Control0..1*
                                                      TypeBackboneElement
                                                      Is Modifierfalse
                                                      Must Supporttrue
                                                      Summaryfalse
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      1288. CodeSystem.concept.property:Units.extension
                                                      Definition

                                                      An Extension


                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                      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.

                                                      Control20..*
                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                      • value @ url
                                                      • 1290. CodeSystem.concept.property:Units.extension:DefiningRelationshipType
                                                        Slice NameDefiningRelationshipType
                                                        Definition

                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                        ShortDefining Relationship Type
                                                        Control1..1
                                                        This element is affected by the following invariants: ele-1
                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                        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())
                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        1292. CodeSystem.concept.property:Units.extension:elProfileSetOperator
                                                        Slice NameelProfileSetOperator
                                                        Definition

                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                        ShortEL Profile Set Operator
                                                        Control1..1
                                                        This element is affected by the following invariants: ele-1
                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                        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())
                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        1294. CodeSystem.concept.property:Units.extension:roleGroup
                                                        Slice NameroleGroup
                                                        Definition

                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                        ShortSNOMED Role Group
                                                        Control0..1
                                                        This element is affected by the following invariants: ele-1
                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                        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())
                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        1296. CodeSystem.concept.property:Units.extension:changeType
                                                        Slice NamechangeType
                                                        Definition

                                                        Coded value indicating the nature of a change made to the parent element

                                                        ShortChange Type
                                                        Control0..1
                                                        This element is affected by the following invariants: ele-1
                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                        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())
                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        1298. CodeSystem.concept.property:Units.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                        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())
                                                        1300. CodeSystem.concept.property:Units.code
                                                        Definition

                                                        A code that is a reference to CodeSystem.property.code.

                                                        ShortReference to CodeSystem.property.code
                                                        Control1..1
                                                        Typecode
                                                        Is Modifierfalse
                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                        Summaryfalse
                                                        Fixed ValueUnits
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        1302. CodeSystem.concept.property:Units.value[x]
                                                        Definition

                                                        The value of this property.

                                                        ShortValue of the property for this concept
                                                        Control1..1
                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                        [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
                                                        Summaryfalse
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        1304. CodeSystem.concept.property:After
                                                        Slice NameAfter
                                                        Definition

                                                        A property value for this concept.

                                                        ShortProperty slice to capture SNOMED CT After for a conceptProperty value for the concept
                                                        Control0..1*
                                                        TypeBackboneElement
                                                        Is Modifierfalse
                                                        Must Supporttrue
                                                        Summaryfalse
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        1306. CodeSystem.concept.property:After.extension
                                                        Definition

                                                        An Extension


                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                        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.

                                                        Control20..*
                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                        • value @ url
                                                        • 1308. CodeSystem.concept.property:After.extension:DefiningRelationshipType
                                                          Slice NameDefiningRelationshipType
                                                          Definition

                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                          ShortDefining Relationship Type
                                                          Control1..1
                                                          This element is affected by the following invariants: ele-1
                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                          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())
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          1310. CodeSystem.concept.property:After.extension:elProfileSetOperator
                                                          Slice NameelProfileSetOperator
                                                          Definition

                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                          ShortEL Profile Set Operator
                                                          Control1..1
                                                          This element is affected by the following invariants: ele-1
                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                          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())
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          1312. CodeSystem.concept.property:After.extension:roleGroup
                                                          Slice NameroleGroup
                                                          Definition

                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                          ShortSNOMED Role Group
                                                          Control0..1
                                                          This element is affected by the following invariants: ele-1
                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                          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())
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          1314. CodeSystem.concept.property:After.extension:changeType
                                                          Slice NamechangeType
                                                          Definition

                                                          Coded value indicating the nature of a change made to the parent element

                                                          ShortChange Type
                                                          Control0..1
                                                          This element is affected by the following invariants: ele-1
                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                          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())
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          1316. CodeSystem.concept.property:After.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                          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())
                                                          1318. CodeSystem.concept.property:After.code
                                                          Definition

                                                          A code that is a reference to CodeSystem.property.code.

                                                          ShortReference to CodeSystem.property.code
                                                          Control1..1
                                                          Typecode
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summaryfalse
                                                          Fixed ValueAfter
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          1320. CodeSystem.concept.property:After.value[x]
                                                          Definition

                                                          The value of this property.

                                                          ShortValue of the property for this concept
                                                          Control1..1
                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                          [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
                                                          Summaryfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          1322. CodeSystem.concept.property:Access
                                                          Slice NameAccess
                                                          Definition

                                                          A property value for this concept.

                                                          ShortProperty slice to capture SNOMED CT Access for a conceptProperty value for the concept
                                                          Control0..1*
                                                          TypeBackboneElement
                                                          Is Modifierfalse
                                                          Must Supporttrue
                                                          Summaryfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          1324. CodeSystem.concept.property:Access.extension
                                                          Definition

                                                          An Extension


                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                          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.

                                                          Control20..*
                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                          • value @ url
                                                          • 1326. CodeSystem.concept.property:Access.extension:DefiningRelationshipType
                                                            Slice NameDefiningRelationshipType
                                                            Definition

                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                            ShortDefining Relationship Type
                                                            Control1..1
                                                            This element is affected by the following invariants: ele-1
                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                            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())
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            1328. CodeSystem.concept.property:Access.extension:elProfileSetOperator
                                                            Slice NameelProfileSetOperator
                                                            Definition

                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                            ShortEL Profile Set Operator
                                                            Control1..1
                                                            This element is affected by the following invariants: ele-1
                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                            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())
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            1330. CodeSystem.concept.property:Access.extension:roleGroup
                                                            Slice NameroleGroup
                                                            Definition

                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                            ShortSNOMED Role Group
                                                            Control0..1
                                                            This element is affected by the following invariants: ele-1
                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                            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())
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            1332. CodeSystem.concept.property:Access.extension:changeType
                                                            Slice NamechangeType
                                                            Definition

                                                            Coded value indicating the nature of a change made to the parent element

                                                            ShortChange Type
                                                            Control0..1
                                                            This element is affected by the following invariants: ele-1
                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                            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())
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            1334. CodeSystem.concept.property:Access.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                            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())
                                                            1336. CodeSystem.concept.property:Access.code
                                                            Definition

                                                            A code that is a reference to CodeSystem.property.code.

                                                            ShortReference to CodeSystem.property.code
                                                            Control1..1
                                                            Typecode
                                                            Is Modifierfalse
                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                            Summaryfalse
                                                            Fixed ValueAccess
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            1338. CodeSystem.concept.property:Access.value[x]
                                                            Definition

                                                            The value of this property.

                                                            ShortValue of the property for this concept
                                                            Control1..1
                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                            [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
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            1340. CodeSystem.concept.property:Method
                                                            Slice NameMethod
                                                            Definition

                                                            A property value for this concept.

                                                            ShortProperty slice to capture SNOMED Causative Method for a conceptProperty value for the concept
                                                            Control0..1*
                                                            TypeBackboneElement
                                                            Is Modifierfalse
                                                            Must Supporttrue
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            1342. CodeSystem.concept.property:Method.extension
                                                            Definition

                                                            An Extension


                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                            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.

                                                            Control20..*
                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                            • value @ url
                                                            • 1344. CodeSystem.concept.property:Method.extension:DefiningRelationshipType
                                                              Slice NameDefiningRelationshipType
                                                              Definition

                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                              ShortDefining Relationship Type
                                                              Control1..1
                                                              This element is affected by the following invariants: ele-1
                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                              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())
                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                              1346. CodeSystem.concept.property:Method.extension:elProfileSetOperator
                                                              Slice NameelProfileSetOperator
                                                              Definition

                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                              ShortEL Profile Set Operator
                                                              Control1..1
                                                              This element is affected by the following invariants: ele-1
                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                              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())
                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                              1348. CodeSystem.concept.property:Method.extension:roleGroup
                                                              Slice NameroleGroup
                                                              Definition

                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                              ShortSNOMED Role Group
                                                              Control0..1
                                                              This element is affected by the following invariants: ele-1
                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                              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())
                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                              1350. CodeSystem.concept.property:Method.extension:changeType
                                                              Slice NamechangeType
                                                              Definition

                                                              Coded value indicating the nature of a change made to the parent element

                                                              ShortChange Type
                                                              Control0..1
                                                              This element is affected by the following invariants: ele-1
                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                              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())
                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                              1352. CodeSystem.concept.property:Method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                              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())
                                                              1354. CodeSystem.concept.property:Method.code
                                                              Definition

                                                              A code that is a reference to CodeSystem.property.code.

                                                              ShortReference to CodeSystem.property.code
                                                              Control1..1
                                                              Typecode
                                                              Is Modifierfalse
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Summaryfalse
                                                              Fixed ValueMethod
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              1356. CodeSystem.concept.property:Method.value[x]
                                                              Definition

                                                              The value of this property.

                                                              ShortValue of the property for this concept
                                                              Control1..1
                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                              [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
                                                              Summaryfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              1358. CodeSystem.concept.property:Priority
                                                              Slice NamePriority
                                                              Definition

                                                              A property value for this concept.

                                                              ShortProperty slice to capture SNOMED CT Priority for a conceptProperty value for the concept
                                                              Control0..1*
                                                              TypeBackboneElement
                                                              Is Modifierfalse
                                                              Must Supporttrue
                                                              Summaryfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              1360. CodeSystem.concept.property:Priority.extension
                                                              Definition

                                                              An Extension


                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                              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.

                                                              Control20..*
                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                              • value @ url
                                                              • 1362. CodeSystem.concept.property:Priority.extension:DefiningRelationshipType
                                                                Slice NameDefiningRelationshipType
                                                                Definition

                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                ShortDefining Relationship Type
                                                                Control1..1
                                                                This element is affected by the following invariants: ele-1
                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                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())
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                1364. CodeSystem.concept.property:Priority.extension:elProfileSetOperator
                                                                Slice NameelProfileSetOperator
                                                                Definition

                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                ShortEL Profile Set Operator
                                                                Control1..1
                                                                This element is affected by the following invariants: ele-1
                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                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())
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                1366. CodeSystem.concept.property:Priority.extension:roleGroup
                                                                Slice NameroleGroup
                                                                Definition

                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                ShortSNOMED Role Group
                                                                Control0..1
                                                                This element is affected by the following invariants: ele-1
                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                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())
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                1368. CodeSystem.concept.property:Priority.extension:changeType
                                                                Slice NamechangeType
                                                                Definition

                                                                Coded value indicating the nature of a change made to the parent element

                                                                ShortChange Type
                                                                Control0..1
                                                                This element is affected by the following invariants: ele-1
                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                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())
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                1370. CodeSystem.concept.property:Priority.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                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())
                                                                1372. CodeSystem.concept.property:Priority.code
                                                                Definition

                                                                A code that is a reference to CodeSystem.property.code.

                                                                ShortReference to CodeSystem.property.code
                                                                Control1..1
                                                                Typecode
                                                                Is Modifierfalse
                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                Summaryfalse
                                                                Fixed ValuePriority
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                1374. CodeSystem.concept.property:Priority.value[x]
                                                                Definition

                                                                The value of this property.

                                                                ShortValue of the property for this concept
                                                                Control1..1
                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                [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
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                1376. CodeSystem.concept.property:Clinical_course
                                                                Slice NameClinical_course
                                                                Definition

                                                                A property value for this concept.

                                                                ShortProperty slice to capture SNOMED CT Clinical course for a conceptProperty value for the concept
                                                                Control0..1*
                                                                TypeBackboneElement
                                                                Is Modifierfalse
                                                                Must Supporttrue
                                                                Summaryfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                1378. CodeSystem.concept.property:Clinical_course.extension
                                                                Definition

                                                                An Extension


                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                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.

                                                                Control20..*
                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                • value @ url
                                                                • 1380. CodeSystem.concept.property:Clinical_course.extension:DefiningRelationshipType
                                                                  Slice NameDefiningRelationshipType
                                                                  Definition

                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                  ShortDefining Relationship Type
                                                                  Control1..1
                                                                  This element is affected by the following invariants: ele-1
                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                  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())
                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                  1382. CodeSystem.concept.property:Clinical_course.extension:elProfileSetOperator
                                                                  Slice NameelProfileSetOperator
                                                                  Definition

                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                  ShortEL Profile Set Operator
                                                                  Control1..1
                                                                  This element is affected by the following invariants: ele-1
                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                  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())
                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                  1384. CodeSystem.concept.property:Clinical_course.extension:roleGroup
                                                                  Slice NameroleGroup
                                                                  Definition

                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                  ShortSNOMED Role Group
                                                                  Control0..1
                                                                  This element is affected by the following invariants: ele-1
                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                  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())
                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                  1386. CodeSystem.concept.property:Clinical_course.extension:changeType
                                                                  Slice NamechangeType
                                                                  Definition

                                                                  Coded value indicating the nature of a change made to the parent element

                                                                  ShortChange Type
                                                                  Control0..1
                                                                  This element is affected by the following invariants: ele-1
                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                  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())
                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                  1388. CodeSystem.concept.property:Clinical_course.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                  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())
                                                                  1390. CodeSystem.concept.property:Clinical_course.code
                                                                  Definition

                                                                  A code that is a reference to CodeSystem.property.code.

                                                                  ShortReference to CodeSystem.property.code
                                                                  Control1..1
                                                                  Typecode
                                                                  Is Modifierfalse
                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                  Summaryfalse
                                                                  Fixed ValueClinical course
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  1392. CodeSystem.concept.property:Clinical_course.value[x]
                                                                  Definition

                                                                  The value of this property.

                                                                  ShortValue of the property for this concept
                                                                  Control1..1
                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                  [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
                                                                  Summaryfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  1394. CodeSystem.concept.property:Laterality
                                                                  Slice NameLaterality
                                                                  Definition

                                                                  A property value for this concept.

                                                                  ShortProperty slice to capture SNOMED CT Laterality for a conceptProperty value for the concept
                                                                  Control0..1*
                                                                  TypeBackboneElement
                                                                  Is Modifierfalse
                                                                  Must Supporttrue
                                                                  Summaryfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  1396. CodeSystem.concept.property:Laterality.extension
                                                                  Definition

                                                                  An Extension


                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                  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.

                                                                  Control20..*
                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                  • value @ url
                                                                  • 1398. CodeSystem.concept.property:Laterality.extension:DefiningRelationshipType
                                                                    Slice NameDefiningRelationshipType
                                                                    Definition

                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                    ShortDefining Relationship Type
                                                                    Control1..1
                                                                    This element is affected by the following invariants: ele-1
                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                    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())
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    1400. CodeSystem.concept.property:Laterality.extension:elProfileSetOperator
                                                                    Slice NameelProfileSetOperator
                                                                    Definition

                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                    ShortEL Profile Set Operator
                                                                    Control1..1
                                                                    This element is affected by the following invariants: ele-1
                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                    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())
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    1402. CodeSystem.concept.property:Laterality.extension:roleGroup
                                                                    Slice NameroleGroup
                                                                    Definition

                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                    ShortSNOMED Role Group
                                                                    Control0..1
                                                                    This element is affected by the following invariants: ele-1
                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                    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())
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    1404. CodeSystem.concept.property:Laterality.extension:changeType
                                                                    Slice NamechangeType
                                                                    Definition

                                                                    Coded value indicating the nature of a change made to the parent element

                                                                    ShortChange Type
                                                                    Control0..1
                                                                    This element is affected by the following invariants: ele-1
                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                    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())
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    1406. CodeSystem.concept.property:Laterality.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                    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())
                                                                    1408. CodeSystem.concept.property:Laterality.code
                                                                    Definition

                                                                    A code that is a reference to CodeSystem.property.code.

                                                                    ShortReference to CodeSystem.property.code
                                                                    Control1..1
                                                                    Typecode
                                                                    Is Modifierfalse
                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                    Summaryfalse
                                                                    Fixed ValueLaterality
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    1410. CodeSystem.concept.property:Laterality.value[x]
                                                                    Definition

                                                                    The value of this property.

                                                                    ShortValue of the property for this concept
                                                                    Control1..1
                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                    [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
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    1412. CodeSystem.concept.property:Associated_procedure
                                                                    Slice NameAssociated_procedure
                                                                    Definition

                                                                    A property value for this concept.

                                                                    ShortProperty slice to capture SNOMED CT Associated procedure for a conceptProperty value for the concept
                                                                    Control0..1*
                                                                    TypeBackboneElement
                                                                    Is Modifierfalse
                                                                    Must Supporttrue
                                                                    Summaryfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    1414. CodeSystem.concept.property:Associated_procedure.extension
                                                                    Definition

                                                                    An Extension


                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                    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.

                                                                    Control20..*
                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                    • value @ url
                                                                    • 1416. CodeSystem.concept.property:Associated_procedure.extension:DefiningRelationshipType
                                                                      Slice NameDefiningRelationshipType
                                                                      Definition

                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                      ShortDefining Relationship Type
                                                                      Control1..1
                                                                      This element is affected by the following invariants: ele-1
                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                      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())
                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                      1418. CodeSystem.concept.property:Associated_procedure.extension:elProfileSetOperator
                                                                      Slice NameelProfileSetOperator
                                                                      Definition

                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                      ShortEL Profile Set Operator
                                                                      Control1..1
                                                                      This element is affected by the following invariants: ele-1
                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                      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())
                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                      1420. CodeSystem.concept.property:Associated_procedure.extension:roleGroup
                                                                      Slice NameroleGroup
                                                                      Definition

                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                      ShortSNOMED Role Group
                                                                      Control0..1
                                                                      This element is affected by the following invariants: ele-1
                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                      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())
                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                      1422. CodeSystem.concept.property:Associated_procedure.extension:changeType
                                                                      Slice NamechangeType
                                                                      Definition

                                                                      Coded value indicating the nature of a change made to the parent element

                                                                      ShortChange Type
                                                                      Control0..1
                                                                      This element is affected by the following invariants: ele-1
                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                      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())
                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                      1424. CodeSystem.concept.property:Associated_procedure.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                      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())
                                                                      1426. CodeSystem.concept.property:Associated_procedure.code
                                                                      Definition

                                                                      A code that is a reference to CodeSystem.property.code.

                                                                      ShortReference to CodeSystem.property.code
                                                                      Control1..1
                                                                      Typecode
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summaryfalse
                                                                      Fixed ValueAssociated procedure
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      1428. CodeSystem.concept.property:Associated_procedure.value[x]
                                                                      Definition

                                                                      The value of this property.

                                                                      ShortValue of the property for this concept
                                                                      Control1..1
                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                      [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
                                                                      Summaryfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      1430. CodeSystem.concept.property:Finding_site
                                                                      Slice NameFinding_site
                                                                      Definition

                                                                      A property value for this concept.

                                                                      ShortProperty slice to capture SNOMED CT Finding site for a conceptProperty value for the concept
                                                                      Control0..1*
                                                                      TypeBackboneElement
                                                                      Is Modifierfalse
                                                                      Must Supporttrue
                                                                      Summaryfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      1432. CodeSystem.concept.property:Finding_site.extension
                                                                      Definition

                                                                      An Extension


                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                      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.

                                                                      Control20..*
                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                      • value @ url
                                                                      • 1434. CodeSystem.concept.property:Finding_site.extension:DefiningRelationshipType
                                                                        Slice NameDefiningRelationshipType
                                                                        Definition

                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                        ShortDefining Relationship Type
                                                                        Control1..1
                                                                        This element is affected by the following invariants: ele-1
                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                        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())
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        1436. CodeSystem.concept.property:Finding_site.extension:elProfileSetOperator
                                                                        Slice NameelProfileSetOperator
                                                                        Definition

                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                        ShortEL Profile Set Operator
                                                                        Control1..1
                                                                        This element is affected by the following invariants: ele-1
                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                        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())
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        1438. CodeSystem.concept.property:Finding_site.extension:roleGroup
                                                                        Slice NameroleGroup
                                                                        Definition

                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                        ShortSNOMED Role Group
                                                                        Control0..1
                                                                        This element is affected by the following invariants: ele-1
                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                        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())
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        1440. CodeSystem.concept.property:Finding_site.extension:changeType
                                                                        Slice NamechangeType
                                                                        Definition

                                                                        Coded value indicating the nature of a change made to the parent element

                                                                        ShortChange Type
                                                                        Control0..1
                                                                        This element is affected by the following invariants: ele-1
                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                        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())
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        1442. CodeSystem.concept.property:Finding_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                        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())
                                                                        1444. CodeSystem.concept.property:Finding_site.code
                                                                        Definition

                                                                        A code that is a reference to CodeSystem.property.code.

                                                                        ShortReference to CodeSystem.property.code
                                                                        Control1..1
                                                                        Typecode
                                                                        Is Modifierfalse
                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                        Summaryfalse
                                                                        Fixed ValueFinding site
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        1446. CodeSystem.concept.property:Finding_site.value[x]
                                                                        Definition

                                                                        The value of this property.

                                                                        ShortValue of the property for this concept
                                                                        Control1..1
                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                        [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
                                                                        Summaryfalse
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        1448. CodeSystem.concept.property:Direct_morphology
                                                                        Slice NameDirect_morphology
                                                                        Definition

                                                                        A property value for this concept.

                                                                        ShortProperty slice to capture SNOMED CT Direct morphology for a conceptProperty value for the concept
                                                                        Control0..1*
                                                                        TypeBackboneElement
                                                                        Is Modifierfalse
                                                                        Must Supporttrue
                                                                        Summaryfalse
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        1450. CodeSystem.concept.property:Direct_morphology.extension
                                                                        Definition

                                                                        An Extension


                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                        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.

                                                                        Control20..*
                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                        • value @ url
                                                                        • 1452. CodeSystem.concept.property:Direct_morphology.extension:DefiningRelationshipType
                                                                          Slice NameDefiningRelationshipType
                                                                          Definition

                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                          ShortDefining Relationship Type
                                                                          Control1..1
                                                                          This element is affected by the following invariants: ele-1
                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                          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())
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          1454. CodeSystem.concept.property:Direct_morphology.extension:elProfileSetOperator
                                                                          Slice NameelProfileSetOperator
                                                                          Definition

                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                          ShortEL Profile Set Operator
                                                                          Control1..1
                                                                          This element is affected by the following invariants: ele-1
                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                          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())
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          1456. CodeSystem.concept.property:Direct_morphology.extension:roleGroup
                                                                          Slice NameroleGroup
                                                                          Definition

                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                          ShortSNOMED Role Group
                                                                          Control0..1
                                                                          This element is affected by the following invariants: ele-1
                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                          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())
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          1458. CodeSystem.concept.property:Direct_morphology.extension:changeType
                                                                          Slice NamechangeType
                                                                          Definition

                                                                          Coded value indicating the nature of a change made to the parent element

                                                                          ShortChange Type
                                                                          Control0..1
                                                                          This element is affected by the following invariants: ele-1
                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                          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())
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          1460. CodeSystem.concept.property:Direct_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                          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())
                                                                          1462. CodeSystem.concept.property:Direct_morphology.code
                                                                          Definition

                                                                          A code that is a reference to CodeSystem.property.code.

                                                                          ShortReference to CodeSystem.property.code
                                                                          Control1..1
                                                                          Typecode
                                                                          Is Modifierfalse
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Summaryfalse
                                                                          Fixed ValueDirect morphology
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          1464. CodeSystem.concept.property:Direct_morphology.value[x]
                                                                          Definition

                                                                          The value of this property.

                                                                          ShortValue of the property for this concept
                                                                          Control1..1
                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                          [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
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          1466. CodeSystem.concept.property:Direct_substance
                                                                          Slice NameDirect_substance
                                                                          Definition

                                                                          A property value for this concept.

                                                                          ShortProperty slice to capture SNOMED CT Direct substance for a conceptProperty value for the concept
                                                                          Control0..1*
                                                                          TypeBackboneElement
                                                                          Is Modifierfalse
                                                                          Must Supporttrue
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          1468. CodeSystem.concept.property:Direct_substance.extension
                                                                          Definition

                                                                          An Extension


                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                          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.

                                                                          Control20..*
                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                          • value @ url
                                                                          • 1470. CodeSystem.concept.property:Direct_substance.extension:DefiningRelationshipType
                                                                            Slice NameDefiningRelationshipType
                                                                            Definition

                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                            ShortDefining Relationship Type
                                                                            Control1..1
                                                                            This element is affected by the following invariants: ele-1
                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                            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())
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            1472. CodeSystem.concept.property:Direct_substance.extension:elProfileSetOperator
                                                                            Slice NameelProfileSetOperator
                                                                            Definition

                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                            ShortEL Profile Set Operator
                                                                            Control1..1
                                                                            This element is affected by the following invariants: ele-1
                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                            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())
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            1474. CodeSystem.concept.property:Direct_substance.extension:roleGroup
                                                                            Slice NameroleGroup
                                                                            Definition

                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                            ShortSNOMED Role Group
                                                                            Control0..1
                                                                            This element is affected by the following invariants: ele-1
                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                            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())
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            1476. CodeSystem.concept.property:Direct_substance.extension:changeType
                                                                            Slice NamechangeType
                                                                            Definition

                                                                            Coded value indicating the nature of a change made to the parent element

                                                                            ShortChange Type
                                                                            Control0..1
                                                                            This element is affected by the following invariants: ele-1
                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                            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())
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            1478. CodeSystem.concept.property:Direct_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                            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())
                                                                            1480. CodeSystem.concept.property:Direct_substance.code
                                                                            Definition

                                                                            A code that is a reference to CodeSystem.property.code.

                                                                            ShortReference to CodeSystem.property.code
                                                                            Control1..1
                                                                            Typecode
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Summaryfalse
                                                                            Fixed ValueDirect substance
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            1482. CodeSystem.concept.property:Direct_substance.value[x]
                                                                            Definition

                                                                            The value of this property.

                                                                            ShortValue of the property for this concept
                                                                            Control1..1
                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                            [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
                                                                            Summaryfalse
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            1484. CodeSystem.concept.property:Has_focus
                                                                            Slice NameHas_focus
                                                                            Definition

                                                                            A property value for this concept.

                                                                            ShortProperty slice to capture SNOMED CT Has focus for a conceptProperty value for the concept
                                                                            Control0..1*
                                                                            TypeBackboneElement
                                                                            Is Modifierfalse
                                                                            Must Supporttrue
                                                                            Summaryfalse
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            1486. CodeSystem.concept.property:Has_focus.extension
                                                                            Definition

                                                                            An Extension


                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                            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.

                                                                            Control20..*
                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                            • value @ url
                                                                            • 1488. CodeSystem.concept.property:Has_focus.extension:DefiningRelationshipType
                                                                              Slice NameDefiningRelationshipType
                                                                              Definition

                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                              ShortDefining Relationship Type
                                                                              Control1..1
                                                                              This element is affected by the following invariants: ele-1
                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                              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())
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              1490. CodeSystem.concept.property:Has_focus.extension:elProfileSetOperator
                                                                              Slice NameelProfileSetOperator
                                                                              Definition

                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                              ShortEL Profile Set Operator
                                                                              Control1..1
                                                                              This element is affected by the following invariants: ele-1
                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                              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())
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              1492. CodeSystem.concept.property:Has_focus.extension:roleGroup
                                                                              Slice NameroleGroup
                                                                              Definition

                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                              ShortSNOMED Role Group
                                                                              Control0..1
                                                                              This element is affected by the following invariants: ele-1
                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                              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())
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              1494. CodeSystem.concept.property:Has_focus.extension:changeType
                                                                              Slice NamechangeType
                                                                              Definition

                                                                              Coded value indicating the nature of a change made to the parent element

                                                                              ShortChange Type
                                                                              Control0..1
                                                                              This element is affected by the following invariants: ele-1
                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                              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())
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              1496. CodeSystem.concept.property:Has_focus.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                              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())
                                                                              1498. CodeSystem.concept.property:Has_focus.code
                                                                              Definition

                                                                              A code that is a reference to CodeSystem.property.code.

                                                                              ShortReference to CodeSystem.property.code
                                                                              Control1..1
                                                                              Typecode
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summaryfalse
                                                                              Fixed ValueHas focus
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              1500. CodeSystem.concept.property:Has_focus.value[x]
                                                                              Definition

                                                                              The value of this property.

                                                                              ShortValue of the property for this concept
                                                                              Control1..1
                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                              [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
                                                                              Summaryfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              1502. CodeSystem.concept.property:Has_intent
                                                                              Slice NameHas_intent
                                                                              Definition

                                                                              A property value for this concept.

                                                                              ShortProperty slice to capture SNOMED CT Has intent for a conceptProperty value for the concept
                                                                              Control0..1*
                                                                              TypeBackboneElement
                                                                              Is Modifierfalse
                                                                              Must Supporttrue
                                                                              Summaryfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              1504. CodeSystem.concept.property:Has_intent.extension
                                                                              Definition

                                                                              An Extension


                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                              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.

                                                                              Control20..*
                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                              • value @ url
                                                                              • 1506. CodeSystem.concept.property:Has_intent.extension:DefiningRelationshipType
                                                                                Slice NameDefiningRelationshipType
                                                                                Definition

                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                ShortDefining Relationship Type
                                                                                Control1..1
                                                                                This element is affected by the following invariants: ele-1
                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                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())
                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                1508. CodeSystem.concept.property:Has_intent.extension:elProfileSetOperator
                                                                                Slice NameelProfileSetOperator
                                                                                Definition

                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                ShortEL Profile Set Operator
                                                                                Control1..1
                                                                                This element is affected by the following invariants: ele-1
                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                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())
                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                1510. CodeSystem.concept.property:Has_intent.extension:roleGroup
                                                                                Slice NameroleGroup
                                                                                Definition

                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                ShortSNOMED Role Group
                                                                                Control0..1
                                                                                This element is affected by the following invariants: ele-1
                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                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())
                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                1512. CodeSystem.concept.property:Has_intent.extension:changeType
                                                                                Slice NamechangeType
                                                                                Definition

                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                ShortChange Type
                                                                                Control0..1
                                                                                This element is affected by the following invariants: ele-1
                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                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())
                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                1514. CodeSystem.concept.property:Has_intent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                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())
                                                                                1516. CodeSystem.concept.property:Has_intent.code
                                                                                Definition

                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                ShortReference to CodeSystem.property.code
                                                                                Control1..1
                                                                                Typecode
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Summaryfalse
                                                                                Fixed ValueHas intent
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                1518. CodeSystem.concept.property:Has_intent.value[x]
                                                                                Definition

                                                                                The value of this property.

                                                                                ShortValue of the property for this concept
                                                                                Control1..1
                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                [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
                                                                                Summaryfalse
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                1520. CodeSystem.concept.property:Procedure_site
                                                                                Slice NameProcedure_site
                                                                                Definition

                                                                                A property value for this concept.

                                                                                ShortProperty slice to capture SNOMED CT Procedure site for a conceptProperty value for the concept
                                                                                Control0..1*
                                                                                TypeBackboneElement
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Summaryfalse
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                1522. CodeSystem.concept.property:Procedure_site.extension
                                                                                Definition

                                                                                An Extension


                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                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.

                                                                                Control20..*
                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                • value @ url
                                                                                • 1524. CodeSystem.concept.property:Procedure_site.extension:DefiningRelationshipType
                                                                                  Slice NameDefiningRelationshipType
                                                                                  Definition

                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                  ShortDefining Relationship Type
                                                                                  Control1..1
                                                                                  This element is affected by the following invariants: ele-1
                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                  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())
                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                  1526. CodeSystem.concept.property:Procedure_site.extension:elProfileSetOperator
                                                                                  Slice NameelProfileSetOperator
                                                                                  Definition

                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                  ShortEL Profile Set Operator
                                                                                  Control1..1
                                                                                  This element is affected by the following invariants: ele-1
                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                  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())
                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                  1528. CodeSystem.concept.property:Procedure_site.extension:roleGroup
                                                                                  Slice NameroleGroup
                                                                                  Definition

                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                  ShortSNOMED Role Group
                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: ele-1
                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                  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())
                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                  1530. CodeSystem.concept.property:Procedure_site.extension:changeType
                                                                                  Slice NamechangeType
                                                                                  Definition

                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                  ShortChange Type
                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: ele-1
                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                  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())
                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                  1532. CodeSystem.concept.property:Procedure_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                  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())
                                                                                  1534. CodeSystem.concept.property:Procedure_site.code
                                                                                  Definition

                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                  ShortReference to CodeSystem.property.code
                                                                                  Control1..1
                                                                                  Typecode
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summaryfalse
                                                                                  Fixed ValueProcedure site
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  1536. CodeSystem.concept.property:Procedure_site.value[x]
                                                                                  Definition

                                                                                  The value of this property.

                                                                                  ShortValue of the property for this concept
                                                                                  Control1..1
                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                  [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
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  1538. CodeSystem.concept.property:Has_definitional_manifestation
                                                                                  Slice NameHas_definitional_manifestation
                                                                                  Definition

                                                                                  A property value for this concept.

                                                                                  ShortProperty slice to capture SNOMED CT Has definitional manifestation for a conceptProperty value for the concept
                                                                                  Control0..1*
                                                                                  TypeBackboneElement
                                                                                  Is Modifierfalse
                                                                                  Must Supporttrue
                                                                                  Summaryfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  1540. CodeSystem.concept.property:Has_definitional_manifestation.extension
                                                                                  Definition

                                                                                  An Extension


                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                  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.

                                                                                  Control20..*
                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                  • value @ url
                                                                                  • 1542. CodeSystem.concept.property:Has_definitional_manifestation.extension:DefiningRelationshipType
                                                                                    Slice NameDefiningRelationshipType
                                                                                    Definition

                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                    ShortDefining Relationship Type
                                                                                    Control1..1
                                                                                    This element is affected by the following invariants: ele-1
                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                    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())
                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                    1544. CodeSystem.concept.property:Has_definitional_manifestation.extension:elProfileSetOperator
                                                                                    Slice NameelProfileSetOperator
                                                                                    Definition

                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                    ShortEL Profile Set Operator
                                                                                    Control1..1
                                                                                    This element is affected by the following invariants: ele-1
                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                    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())
                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                    1546. CodeSystem.concept.property:Has_definitional_manifestation.extension:roleGroup
                                                                                    Slice NameroleGroup
                                                                                    Definition

                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                    ShortSNOMED Role Group
                                                                                    Control0..1
                                                                                    This element is affected by the following invariants: ele-1
                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                    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())
                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                    1548. CodeSystem.concept.property:Has_definitional_manifestation.extension:changeType
                                                                                    Slice NamechangeType
                                                                                    Definition

                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                    ShortChange Type
                                                                                    Control0..1
                                                                                    This element is affected by the following invariants: ele-1
                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                    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())
                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                    1550. CodeSystem.concept.property:Has_definitional_manifestation.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                    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())
                                                                                    1552. CodeSystem.concept.property:Has_definitional_manifestation.code
                                                                                    Definition

                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                    ShortReference to CodeSystem.property.code
                                                                                    Control1..1
                                                                                    Typecode
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summaryfalse
                                                                                    Fixed ValueHas definitional manifestation
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    1554. CodeSystem.concept.property:Has_definitional_manifestation.value[x]
                                                                                    Definition

                                                                                    The value of this property.

                                                                                    ShortValue of the property for this concept
                                                                                    Control1..1
                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                    [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
                                                                                    Summaryfalse
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    1556. CodeSystem.concept.property:Indirect_morphology
                                                                                    Slice NameIndirect_morphology
                                                                                    Definition

                                                                                    A property value for this concept.

                                                                                    ShortProperty slice to capture SNOMED CT Indirect morphology for a conceptProperty value for the concept
                                                                                    Control0..1*
                                                                                    TypeBackboneElement
                                                                                    Is Modifierfalse
                                                                                    Must Supporttrue
                                                                                    Summaryfalse
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    1558. CodeSystem.concept.property:Indirect_morphology.extension
                                                                                    Definition

                                                                                    An Extension


                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                    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.

                                                                                    Control20..*
                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                    • value @ url
                                                                                    • 1560. CodeSystem.concept.property:Indirect_morphology.extension:DefiningRelationshipType
                                                                                      Slice NameDefiningRelationshipType
                                                                                      Definition

                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                      ShortDefining Relationship Type
                                                                                      Control1..1
                                                                                      This element is affected by the following invariants: ele-1
                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                      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())
                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                      1562. CodeSystem.concept.property:Indirect_morphology.extension:elProfileSetOperator
                                                                                      Slice NameelProfileSetOperator
                                                                                      Definition

                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                      ShortEL Profile Set Operator
                                                                                      Control1..1
                                                                                      This element is affected by the following invariants: ele-1
                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                      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())
                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                      1564. CodeSystem.concept.property:Indirect_morphology.extension:roleGroup
                                                                                      Slice NameroleGroup
                                                                                      Definition

                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                      ShortSNOMED Role Group
                                                                                      Control0..1
                                                                                      This element is affected by the following invariants: ele-1
                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                      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())
                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                      1566. CodeSystem.concept.property:Indirect_morphology.extension:changeType
                                                                                      Slice NamechangeType
                                                                                      Definition

                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                      ShortChange Type
                                                                                      Control0..1
                                                                                      This element is affected by the following invariants: ele-1
                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                      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())
                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                      1568. CodeSystem.concept.property:Indirect_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                      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())
                                                                                      1570. CodeSystem.concept.property:Indirect_morphology.code
                                                                                      Definition

                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                      ShortReference to CodeSystem.property.code
                                                                                      Control1..1
                                                                                      Typecode
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summaryfalse
                                                                                      Fixed ValueIndirect morphology
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      1572. CodeSystem.concept.property:Indirect_morphology.value[x]
                                                                                      Definition

                                                                                      The value of this property.

                                                                                      ShortValue of the property for this concept
                                                                                      Control1..1
                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                      [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
                                                                                      Summaryfalse
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      1574. CodeSystem.concept.property:Indirect_device
                                                                                      Slice NameIndirect_device
                                                                                      Definition

                                                                                      A property value for this concept.

                                                                                      ShortProperty slice to capture SNOMED CT Indirect device for a conceptProperty value for the concept
                                                                                      Control0..1*
                                                                                      TypeBackboneElement
                                                                                      Is Modifierfalse
                                                                                      Must Supporttrue
                                                                                      Summaryfalse
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      1576. CodeSystem.concept.property:Indirect_device.extension
                                                                                      Definition

                                                                                      An Extension


                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                      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.

                                                                                      Control20..*
                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                      • value @ url
                                                                                      • 1578. CodeSystem.concept.property:Indirect_device.extension:DefiningRelationshipType
                                                                                        Slice NameDefiningRelationshipType
                                                                                        Definition

                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                        ShortDefining Relationship Type
                                                                                        Control1..1
                                                                                        This element is affected by the following invariants: ele-1
                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                        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())
                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                        1580. CodeSystem.concept.property:Indirect_device.extension:elProfileSetOperator
                                                                                        Slice NameelProfileSetOperator
                                                                                        Definition

                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                        ShortEL Profile Set Operator
                                                                                        Control1..1
                                                                                        This element is affected by the following invariants: ele-1
                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                        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())
                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                        1582. CodeSystem.concept.property:Indirect_device.extension:roleGroup
                                                                                        Slice NameroleGroup
                                                                                        Definition

                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                        ShortSNOMED Role Group
                                                                                        Control0..1
                                                                                        This element is affected by the following invariants: ele-1
                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                        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())
                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                        1584. CodeSystem.concept.property:Indirect_device.extension:changeType
                                                                                        Slice NamechangeType
                                                                                        Definition

                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                        ShortChange Type
                                                                                        Control0..1
                                                                                        This element is affected by the following invariants: ele-1
                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                        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())
                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                        1586. CodeSystem.concept.property:Indirect_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                        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())
                                                                                        1588. CodeSystem.concept.property:Indirect_device.code
                                                                                        Definition

                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                        ShortReference to CodeSystem.property.code
                                                                                        Control1..1
                                                                                        Typecode
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summaryfalse
                                                                                        Fixed ValueIndirect device
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        1590. CodeSystem.concept.property:Indirect_device.value[x]
                                                                                        Definition

                                                                                        The value of this property.

                                                                                        ShortValue of the property for this concept
                                                                                        Control1..1
                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                        [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
                                                                                        Summaryfalse
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        1592. CodeSystem.concept.property:Has_interpretation
                                                                                        Slice NameHas_interpretation
                                                                                        Definition

                                                                                        A property value for this concept.

                                                                                        ShortProperty slice to capture SNOMED CT Has interpretation for a conceptProperty value for the concept
                                                                                        Control0..1*
                                                                                        TypeBackboneElement
                                                                                        Is Modifierfalse
                                                                                        Must Supporttrue
                                                                                        Summaryfalse
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        1594. CodeSystem.concept.property:Has_interpretation.extension
                                                                                        Definition

                                                                                        An Extension


                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                        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.

                                                                                        Control20..*
                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                        • value @ url
                                                                                        • 1596. CodeSystem.concept.property:Has_interpretation.extension:DefiningRelationshipType
                                                                                          Slice NameDefiningRelationshipType
                                                                                          Definition

                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                          ShortDefining Relationship Type
                                                                                          Control1..1
                                                                                          This element is affected by the following invariants: ele-1
                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                          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())
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          1598. CodeSystem.concept.property:Has_interpretation.extension:elProfileSetOperator
                                                                                          Slice NameelProfileSetOperator
                                                                                          Definition

                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                          ShortEL Profile Set Operator
                                                                                          Control1..1
                                                                                          This element is affected by the following invariants: ele-1
                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                          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())
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          1600. CodeSystem.concept.property:Has_interpretation.extension:roleGroup
                                                                                          Slice NameroleGroup
                                                                                          Definition

                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                          ShortSNOMED Role Group
                                                                                          Control0..1
                                                                                          This element is affected by the following invariants: ele-1
                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                          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())
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          1602. CodeSystem.concept.property:Has_interpretation.extension:changeType
                                                                                          Slice NamechangeType
                                                                                          Definition

                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                          ShortChange Type
                                                                                          Control0..1
                                                                                          This element is affected by the following invariants: ele-1
                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                          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())
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          1604. CodeSystem.concept.property:Has_interpretation.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                          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())
                                                                                          1606. CodeSystem.concept.property:Has_interpretation.code
                                                                                          Definition

                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                          ShortReference to CodeSystem.property.code
                                                                                          Control1..1
                                                                                          Typecode
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Summaryfalse
                                                                                          Fixed ValueHas interpretation
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          1608. CodeSystem.concept.property:Has_interpretation.value[x]
                                                                                          Definition

                                                                                          The value of this property.

                                                                                          ShortValue of the property for this concept
                                                                                          Control1..1
                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                          [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
                                                                                          Summaryfalse
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          1610. CodeSystem.concept.property:Interprets
                                                                                          Slice NameInterprets
                                                                                          Definition

                                                                                          A property value for this concept.

                                                                                          ShortProperty slice to capture SNOMED CT Interprets for a conceptProperty value for the concept
                                                                                          Control0..1*
                                                                                          TypeBackboneElement
                                                                                          Is Modifierfalse
                                                                                          Must Supporttrue
                                                                                          Summaryfalse
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          1612. CodeSystem.concept.property:Interprets.extension
                                                                                          Definition

                                                                                          An Extension


                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                          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.

                                                                                          Control20..*
                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                          • value @ url
                                                                                          • 1614. CodeSystem.concept.property:Interprets.extension:DefiningRelationshipType
                                                                                            Slice NameDefiningRelationshipType
                                                                                            Definition

                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                            ShortDefining Relationship Type
                                                                                            Control1..1
                                                                                            This element is affected by the following invariants: ele-1
                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                            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())
                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                            1616. CodeSystem.concept.property:Interprets.extension:elProfileSetOperator
                                                                                            Slice NameelProfileSetOperator
                                                                                            Definition

                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                            ShortEL Profile Set Operator
                                                                                            Control1..1
                                                                                            This element is affected by the following invariants: ele-1
                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                            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())
                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                            1618. CodeSystem.concept.property:Interprets.extension:roleGroup
                                                                                            Slice NameroleGroup
                                                                                            Definition

                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                            ShortSNOMED Role Group
                                                                                            Control0..1
                                                                                            This element is affected by the following invariants: ele-1
                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                            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())
                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                            1620. CodeSystem.concept.property:Interprets.extension:changeType
                                                                                            Slice NamechangeType
                                                                                            Definition

                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                            ShortChange Type
                                                                                            Control0..1
                                                                                            This element is affected by the following invariants: ele-1
                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                            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())
                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                            1622. CodeSystem.concept.property:Interprets.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                            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())
                                                                                            1624. CodeSystem.concept.property:Interprets.code
                                                                                            Definition

                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                            ShortReference to CodeSystem.property.code
                                                                                            Control1..1
                                                                                            Typecode
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Summaryfalse
                                                                                            Fixed ValueInterprets
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            1626. CodeSystem.concept.property:Interprets.value[x]
                                                                                            Definition

                                                                                            The value of this property.

                                                                                            ShortValue of the property for this concept
                                                                                            Control1..1
                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                            [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
                                                                                            Summaryfalse
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            1628. CodeSystem.concept.property:Measurement_method
                                                                                            Slice NameMeasurement_method
                                                                                            Definition

                                                                                            A property value for this concept.

                                                                                            ShortProperty slice to capture SNOMED CT Measurement method for a conceptProperty value for the concept
                                                                                            Control0..1*
                                                                                            TypeBackboneElement
                                                                                            Is Modifierfalse
                                                                                            Must Supporttrue
                                                                                            Summaryfalse
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            1630. CodeSystem.concept.property:Measurement_method.extension
                                                                                            Definition

                                                                                            An Extension


                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                            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.

                                                                                            Control20..*
                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                            • value @ url
                                                                                            • 1632. CodeSystem.concept.property:Measurement_method.extension:DefiningRelationshipType
                                                                                              Slice NameDefiningRelationshipType
                                                                                              Definition

                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                              ShortDefining Relationship Type
                                                                                              Control1..1
                                                                                              This element is affected by the following invariants: ele-1
                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                              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())
                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                              1634. CodeSystem.concept.property:Measurement_method.extension:elProfileSetOperator
                                                                                              Slice NameelProfileSetOperator
                                                                                              Definition

                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                              ShortEL Profile Set Operator
                                                                                              Control1..1
                                                                                              This element is affected by the following invariants: ele-1
                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                              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())
                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                              1636. CodeSystem.concept.property:Measurement_method.extension:roleGroup
                                                                                              Slice NameroleGroup
                                                                                              Definition

                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                              ShortSNOMED Role Group
                                                                                              Control0..1
                                                                                              This element is affected by the following invariants: ele-1
                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                              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())
                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                              1638. CodeSystem.concept.property:Measurement_method.extension:changeType
                                                                                              Slice NamechangeType
                                                                                              Definition

                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                              ShortChange Type
                                                                                              Control0..1
                                                                                              This element is affected by the following invariants: ele-1
                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                              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())
                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                              1640. CodeSystem.concept.property:Measurement_method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                              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())
                                                                                              1642. CodeSystem.concept.property:Measurement_method.code
                                                                                              Definition

                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                              ShortReference to CodeSystem.property.code
                                                                                              Control1..1
                                                                                              Typecode
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summaryfalse
                                                                                              Fixed ValueMeasurement method
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              1644. CodeSystem.concept.property:Measurement_method.value[x]
                                                                                              Definition

                                                                                              The value of this property.

                                                                                              ShortValue of the property for this concept
                                                                                              Control1..1
                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                              [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
                                                                                              Summaryfalse
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              1646. CodeSystem.concept.property:Property
                                                                                              Slice NameProperty
                                                                                              Definition

                                                                                              A property value for this concept.

                                                                                              ShortProperty slice to capture SNOMED CT Property for a conceptProperty value for the concept
                                                                                              Control0..1*
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Must Supporttrue
                                                                                              Summaryfalse
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              1648. CodeSystem.concept.property:Property.extension
                                                                                              Definition

                                                                                              An Extension


                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                              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.

                                                                                              Control20..*
                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                              • value @ url
                                                                                              • 1650. CodeSystem.concept.property:Property.extension:DefiningRelationshipType
                                                                                                Slice NameDefiningRelationshipType
                                                                                                Definition

                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                ShortDefining Relationship Type
                                                                                                Control1..1
                                                                                                This element is affected by the following invariants: ele-1
                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                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())
                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                1652. CodeSystem.concept.property:Property.extension:elProfileSetOperator
                                                                                                Slice NameelProfileSetOperator
                                                                                                Definition

                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                ShortEL Profile Set Operator
                                                                                                Control1..1
                                                                                                This element is affected by the following invariants: ele-1
                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                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())
                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                1654. CodeSystem.concept.property:Property.extension:roleGroup
                                                                                                Slice NameroleGroup
                                                                                                Definition

                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                ShortSNOMED Role Group
                                                                                                Control0..1
                                                                                                This element is affected by the following invariants: ele-1
                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                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())
                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                1656. CodeSystem.concept.property:Property.extension:changeType
                                                                                                Slice NamechangeType
                                                                                                Definition

                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                ShortChange Type
                                                                                                Control0..1
                                                                                                This element is affected by the following invariants: ele-1
                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                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())
                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                1658. CodeSystem.concept.property:Property.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                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())
                                                                                                1660. CodeSystem.concept.property:Property.code
                                                                                                Definition

                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                ShortReference to CodeSystem.property.code
                                                                                                Control1..1
                                                                                                Typecode
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Summaryfalse
                                                                                                Fixed ValueProperty
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                1662. CodeSystem.concept.property:Property.value[x]
                                                                                                Definition

                                                                                                The value of this property.

                                                                                                ShortValue of the property for this concept
                                                                                                Control1..1
                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                [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
                                                                                                Summaryfalse
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                1664. CodeSystem.concept.property:Recipient_category
                                                                                                Slice NameRecipient_category
                                                                                                Definition

                                                                                                A property value for this concept.

                                                                                                ShortProperty slice to capture SNOMED CT Recipient category for a conceptProperty value for the concept
                                                                                                Control0..1*
                                                                                                TypeBackboneElement
                                                                                                Is Modifierfalse
                                                                                                Must Supporttrue
                                                                                                Summaryfalse
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                1666. CodeSystem.concept.property:Recipient_category.extension
                                                                                                Definition

                                                                                                An Extension


                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                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.

                                                                                                Control20..*
                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                • value @ url
                                                                                                • 1668. CodeSystem.concept.property:Recipient_category.extension:DefiningRelationshipType
                                                                                                  Slice NameDefiningRelationshipType
                                                                                                  Definition

                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                  ShortDefining Relationship Type
                                                                                                  Control1..1
                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                  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())
                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  1670. CodeSystem.concept.property:Recipient_category.extension:elProfileSetOperator
                                                                                                  Slice NameelProfileSetOperator
                                                                                                  Definition

                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                  ShortEL Profile Set Operator
                                                                                                  Control1..1
                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                  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())
                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  1672. CodeSystem.concept.property:Recipient_category.extension:roleGroup
                                                                                                  Slice NameroleGroup
                                                                                                  Definition

                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                  ShortSNOMED Role Group
                                                                                                  Control0..1
                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                  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())
                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  1674. CodeSystem.concept.property:Recipient_category.extension:changeType
                                                                                                  Slice NamechangeType
                                                                                                  Definition

                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                  ShortChange Type
                                                                                                  Control0..1
                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                  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())
                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  1676. CodeSystem.concept.property:Recipient_category.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                  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())
                                                                                                  1678. CodeSystem.concept.property:Recipient_category.code
                                                                                                  Definition

                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                  Control1..1
                                                                                                  Typecode
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Summaryfalse
                                                                                                  Fixed ValueRecipient category
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  1680. CodeSystem.concept.property:Recipient_category.value[x]
                                                                                                  Definition

                                                                                                  The value of this property.

                                                                                                  ShortValue of the property for this concept
                                                                                                  Control1..1
                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                  [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
                                                                                                  Summaryfalse
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  1682. CodeSystem.concept.property:Scale_type
                                                                                                  Slice NameScale_type
                                                                                                  Definition

                                                                                                  A property value for this concept.

                                                                                                  ShortProperty slice to capture SNOMED CT Scale type for a conceptProperty value for the concept
                                                                                                  Control0..1*
                                                                                                  TypeBackboneElement
                                                                                                  Is Modifierfalse
                                                                                                  Must Supporttrue
                                                                                                  Summaryfalse
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  1684. CodeSystem.concept.property:Scale_type.extension
                                                                                                  Definition

                                                                                                  An Extension


                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                  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.

                                                                                                  Control20..*
                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                  • value @ url
                                                                                                  • 1686. CodeSystem.concept.property:Scale_type.extension:DefiningRelationshipType
                                                                                                    Slice NameDefiningRelationshipType
                                                                                                    Definition

                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                    ShortDefining Relationship Type
                                                                                                    Control1..1
                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                    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())
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    1688. CodeSystem.concept.property:Scale_type.extension:elProfileSetOperator
                                                                                                    Slice NameelProfileSetOperator
                                                                                                    Definition

                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                    ShortEL Profile Set Operator
                                                                                                    Control1..1
                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                    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())
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    1690. CodeSystem.concept.property:Scale_type.extension:roleGroup
                                                                                                    Slice NameroleGroup
                                                                                                    Definition

                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                    ShortSNOMED Role Group
                                                                                                    Control0..1
                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                    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())
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    1692. CodeSystem.concept.property:Scale_type.extension:changeType
                                                                                                    Slice NamechangeType
                                                                                                    Definition

                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                    ShortChange Type
                                                                                                    Control0..1
                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                    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())
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    1694. CodeSystem.concept.property:Scale_type.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                    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())
                                                                                                    1696. CodeSystem.concept.property:Scale_type.code
                                                                                                    Definition

                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                    Control1..1
                                                                                                    Typecode
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Summaryfalse
                                                                                                    Fixed ValueScale type
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    1698. CodeSystem.concept.property:Scale_type.value[x]
                                                                                                    Definition

                                                                                                    The value of this property.

                                                                                                    ShortValue of the property for this concept
                                                                                                    Control1..1
                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                    [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
                                                                                                    Summaryfalse
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    1700. CodeSystem.concept.property:Specimen_substance
                                                                                                    Slice NameSpecimen_substance
                                                                                                    Definition

                                                                                                    A property value for this concept.

                                                                                                    ShortProperty slice to capture SNOMED CT Specimen substance for a conceptProperty value for the concept
                                                                                                    Control0..1*
                                                                                                    TypeBackboneElement
                                                                                                    Is Modifierfalse
                                                                                                    Must Supporttrue
                                                                                                    Summaryfalse
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    1702. CodeSystem.concept.property:Specimen_substance.extension
                                                                                                    Definition

                                                                                                    An Extension


                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                    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.

                                                                                                    Control20..*
                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                    • value @ url
                                                                                                    • 1704. CodeSystem.concept.property:Specimen_substance.extension:DefiningRelationshipType
                                                                                                      Slice NameDefiningRelationshipType
                                                                                                      Definition

                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                      ShortDefining Relationship Type
                                                                                                      Control1..1
                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                      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())
                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                      1706. CodeSystem.concept.property:Specimen_substance.extension:elProfileSetOperator
                                                                                                      Slice NameelProfileSetOperator
                                                                                                      Definition

                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                      ShortEL Profile Set Operator
                                                                                                      Control1..1
                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                      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())
                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                      1708. CodeSystem.concept.property:Specimen_substance.extension:roleGroup
                                                                                                      Slice NameroleGroup
                                                                                                      Definition

                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                      ShortSNOMED Role Group
                                                                                                      Control0..1
                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                      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())
                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                      1710. CodeSystem.concept.property:Specimen_substance.extension:changeType
                                                                                                      Slice NamechangeType
                                                                                                      Definition

                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                      ShortChange Type
                                                                                                      Control0..1
                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                      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())
                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                      1712. CodeSystem.concept.property:Specimen_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                      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())
                                                                                                      1714. CodeSystem.concept.property:Specimen_substance.code
                                                                                                      Definition

                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                      Control1..1
                                                                                                      Typecode
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summaryfalse
                                                                                                      Fixed ValueSpecimen substance
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      1716. CodeSystem.concept.property:Specimen_substance.value[x]
                                                                                                      Definition

                                                                                                      The value of this property.

                                                                                                      ShortValue of the property for this concept
                                                                                                      Control1..1
                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                      [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
                                                                                                      Summaryfalse
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      1718. CodeSystem.concept.property:Time_aspect
                                                                                                      Slice NameTime_aspect
                                                                                                      Definition

                                                                                                      A property value for this concept.

                                                                                                      ShortProperty slice to capture SNOMED CT Time aspect for a conceptProperty value for the concept
                                                                                                      Control0..1*
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Must Supporttrue
                                                                                                      Summaryfalse
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      1720. CodeSystem.concept.property:Time_aspect.extension
                                                                                                      Definition

                                                                                                      An Extension


                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                      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.

                                                                                                      Control20..*
                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                      • value @ url
                                                                                                      • 1722. CodeSystem.concept.property:Time_aspect.extension:DefiningRelationshipType
                                                                                                        Slice NameDefiningRelationshipType
                                                                                                        Definition

                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                        ShortDefining Relationship Type
                                                                                                        Control1..1
                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                        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())
                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        1724. CodeSystem.concept.property:Time_aspect.extension:elProfileSetOperator
                                                                                                        Slice NameelProfileSetOperator
                                                                                                        Definition

                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                        ShortEL Profile Set Operator
                                                                                                        Control1..1
                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                        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())
                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        1726. CodeSystem.concept.property:Time_aspect.extension:roleGroup
                                                                                                        Slice NameroleGroup
                                                                                                        Definition

                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                        ShortSNOMED Role Group
                                                                                                        Control0..1
                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                        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())
                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        1728. CodeSystem.concept.property:Time_aspect.extension:changeType
                                                                                                        Slice NamechangeType
                                                                                                        Definition

                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                        ShortChange Type
                                                                                                        Control0..1
                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                        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())
                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        1730. CodeSystem.concept.property:Time_aspect.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                        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())
                                                                                                        1732. CodeSystem.concept.property:Time_aspect.code
                                                                                                        Definition

                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                        Control1..1
                                                                                                        Typecode
                                                                                                        Is Modifierfalse
                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                        Summaryfalse
                                                                                                        Fixed ValueTime aspect
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        1734. CodeSystem.concept.property:Time_aspect.value[x]
                                                                                                        Definition

                                                                                                        The value of this property.

                                                                                                        ShortValue of the property for this concept
                                                                                                        Control1..1
                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                        [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
                                                                                                        Summaryfalse
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        1736. CodeSystem.concept.property:Pathological_process
                                                                                                        Slice NamePathological_process
                                                                                                        Definition

                                                                                                        A property value for this concept.

                                                                                                        ShortProperty slice to capture SNOMED CT Pathological process for a conceptProperty value for the concept
                                                                                                        Control0..1*
                                                                                                        TypeBackboneElement
                                                                                                        Is Modifierfalse
                                                                                                        Must Supporttrue
                                                                                                        Summaryfalse
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        1738. CodeSystem.concept.property:Pathological_process.extension
                                                                                                        Definition

                                                                                                        An Extension


                                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                        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.

                                                                                                        Control20..*
                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                        • value @ url
                                                                                                        • 1740. CodeSystem.concept.property:Pathological_process.extension:DefiningRelationshipType
                                                                                                          Slice NameDefiningRelationshipType
                                                                                                          Definition

                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                          ShortDefining Relationship Type
                                                                                                          Control1..1
                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                          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())
                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                          1742. CodeSystem.concept.property:Pathological_process.extension:elProfileSetOperator
                                                                                                          Slice NameelProfileSetOperator
                                                                                                          Definition

                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                          ShortEL Profile Set Operator
                                                                                                          Control1..1
                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                          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())
                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                          1744. CodeSystem.concept.property:Pathological_process.extension:roleGroup
                                                                                                          Slice NameroleGroup
                                                                                                          Definition

                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                          ShortSNOMED Role Group
                                                                                                          Control0..1
                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                          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())
                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                          1746. CodeSystem.concept.property:Pathological_process.extension:changeType
                                                                                                          Slice NamechangeType
                                                                                                          Definition

                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                          ShortChange Type
                                                                                                          Control0..1
                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                          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())
                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                          1748. CodeSystem.concept.property:Pathological_process.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                          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())
                                                                                                          1750. CodeSystem.concept.property:Pathological_process.code
                                                                                                          Definition

                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                          Control1..1
                                                                                                          Typecode
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Summaryfalse
                                                                                                          Fixed ValuePathological process
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          1752. CodeSystem.concept.property:Pathological_process.value[x]
                                                                                                          Definition

                                                                                                          The value of this property.

                                                                                                          ShortValue of the property for this concept
                                                                                                          Control1..1
                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                          [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
                                                                                                          Summaryfalse
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          1754. CodeSystem.concept.property:Procedure_site_-_Direct
                                                                                                          Slice NameProcedure_site_-_Direct
                                                                                                          Definition

                                                                                                          A property value for this concept.

                                                                                                          ShortProperty slice to capture SNOMED CT Procedure site - Direct for a conceptProperty value for the concept
                                                                                                          Control0..1*
                                                                                                          TypeBackboneElement
                                                                                                          Is Modifierfalse
                                                                                                          Must Supporttrue
                                                                                                          Summaryfalse
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          1756. CodeSystem.concept.property:Procedure_site_-_Direct.extension
                                                                                                          Definition

                                                                                                          An Extension


                                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                          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.

                                                                                                          Control20..*
                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                          • value @ url
                                                                                                          • 1758. CodeSystem.concept.property:Procedure_site_-_Direct.extension:DefiningRelationshipType
                                                                                                            Slice NameDefiningRelationshipType
                                                                                                            Definition

                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                            ShortDefining Relationship Type
                                                                                                            Control1..1
                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                            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())
                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            1760. CodeSystem.concept.property:Procedure_site_-_Direct.extension:elProfileSetOperator
                                                                                                            Slice NameelProfileSetOperator
                                                                                                            Definition

                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                            ShortEL Profile Set Operator
                                                                                                            Control1..1
                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                            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())
                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            1762. CodeSystem.concept.property:Procedure_site_-_Direct.extension:roleGroup
                                                                                                            Slice NameroleGroup
                                                                                                            Definition

                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                            ShortSNOMED Role Group
                                                                                                            Control0..1
                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                            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())
                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            1764. CodeSystem.concept.property:Procedure_site_-_Direct.extension:changeType
                                                                                                            Slice NamechangeType
                                                                                                            Definition

                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                            ShortChange Type
                                                                                                            Control0..1
                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                            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())
                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            1766. CodeSystem.concept.property:Procedure_site_-_Direct.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                            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())
                                                                                                            1768. CodeSystem.concept.property:Procedure_site_-_Direct.code
                                                                                                            Definition

                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                            Control1..1
                                                                                                            Typecode
                                                                                                            Is Modifierfalse
                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                            Summaryfalse
                                                                                                            Fixed ValueProcedure site - Direct
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            1770. CodeSystem.concept.property:Procedure_site_-_Direct.value[x]
                                                                                                            Definition

                                                                                                            The value of this property.

                                                                                                            ShortValue of the property for this concept
                                                                                                            Control1..1
                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                            [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
                                                                                                            Summaryfalse
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            1772. CodeSystem.concept.property:Procedure_site_-_Indirect
                                                                                                            Slice NameProcedure_site_-_Indirect
                                                                                                            Definition

                                                                                                            A property value for this concept.

                                                                                                            ShortProperty slice to capture SNOMED CT Procedure site - Indirect for a conceptProperty value for the concept
                                                                                                            Control0..1*
                                                                                                            TypeBackboneElement
                                                                                                            Is Modifierfalse
                                                                                                            Must Supporttrue
                                                                                                            Summaryfalse
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            1774. CodeSystem.concept.property:Procedure_site_-_Indirect.extension
                                                                                                            Definition

                                                                                                            An Extension


                                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                            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.

                                                                                                            Control20..*
                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                            • value @ url
                                                                                                            • 1776. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:DefiningRelationshipType
                                                                                                              Slice NameDefiningRelationshipType
                                                                                                              Definition

                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                              ShortDefining Relationship Type
                                                                                                              Control1..1
                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                              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())
                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                              1778. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:elProfileSetOperator
                                                                                                              Slice NameelProfileSetOperator
                                                                                                              Definition

                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                              ShortEL Profile Set Operator
                                                                                                              Control1..1
                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                              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())
                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                              1780. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:roleGroup
                                                                                                              Slice NameroleGroup
                                                                                                              Definition

                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                              ShortSNOMED Role Group
                                                                                                              Control0..1
                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                              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())
                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                              1782. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:changeType
                                                                                                              Slice NamechangeType
                                                                                                              Definition

                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                              ShortChange Type
                                                                                                              Control0..1
                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                              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())
                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                              1784. CodeSystem.concept.property:Procedure_site_-_Indirect.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                              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())
                                                                                                              1786. CodeSystem.concept.property:Procedure_site_-_Indirect.code
                                                                                                              Definition

                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                              Control1..1
                                                                                                              Typecode
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summaryfalse
                                                                                                              Fixed ValueProcedure site - Indirect
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              1788. CodeSystem.concept.property:Procedure_site_-_Indirect.value[x]
                                                                                                              Definition

                                                                                                              The value of this property.

                                                                                                              ShortValue of the property for this concept
                                                                                                              Control1..1
                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                              [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
                                                                                                              Summaryfalse
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              1790. CodeSystem.concept.property:Procedure_device
                                                                                                              Slice NameProcedure_device
                                                                                                              Definition

                                                                                                              A property value for this concept.

                                                                                                              ShortProperty slice to capture SNOMED CT Procedure device for a conceptProperty value for the concept
                                                                                                              Control0..1*
                                                                                                              TypeBackboneElement
                                                                                                              Is Modifierfalse
                                                                                                              Must Supporttrue
                                                                                                              Summaryfalse
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              1792. CodeSystem.concept.property:Procedure_device.extension
                                                                                                              Definition

                                                                                                              An Extension


                                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                              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.

                                                                                                              Control20..*
                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                              • value @ url
                                                                                                              • 1794. CodeSystem.concept.property:Procedure_device.extension:DefiningRelationshipType
                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                Definition

                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                ShortDefining Relationship Type
                                                                                                                Control1..1
                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                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())
                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                1796. CodeSystem.concept.property:Procedure_device.extension:elProfileSetOperator
                                                                                                                Slice NameelProfileSetOperator
                                                                                                                Definition

                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                ShortEL Profile Set Operator
                                                                                                                Control1..1
                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                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())
                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                1798. CodeSystem.concept.property:Procedure_device.extension:roleGroup
                                                                                                                Slice NameroleGroup
                                                                                                                Definition

                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                ShortSNOMED Role Group
                                                                                                                Control0..1
                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                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())
                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                1800. CodeSystem.concept.property:Procedure_device.extension:changeType
                                                                                                                Slice NamechangeType
                                                                                                                Definition

                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                ShortChange Type
                                                                                                                Control0..1
                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                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())
                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                1802. CodeSystem.concept.property:Procedure_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                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())
                                                                                                                1804. CodeSystem.concept.property:Procedure_device.code
                                                                                                                Definition

                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                Control1..1
                                                                                                                Typecode
                                                                                                                Is Modifierfalse
                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                Summaryfalse
                                                                                                                Fixed ValueProcedure device
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                1806. CodeSystem.concept.property:Procedure_device.value[x]
                                                                                                                Definition

                                                                                                                The value of this property.

                                                                                                                ShortValue of the property for this concept
                                                                                                                Control1..1
                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                [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
                                                                                                                Summaryfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                1808. CodeSystem.concept.property:Procedure_morphology
                                                                                                                Slice NameProcedure_morphology
                                                                                                                Definition

                                                                                                                A property value for this concept.

                                                                                                                ShortProperty slice to capture SNOMED CT Procedure morphology for a conceptProperty value for the concept
                                                                                                                Control0..1*
                                                                                                                TypeBackboneElement
                                                                                                                Is Modifierfalse
                                                                                                                Must Supporttrue
                                                                                                                Summaryfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                1810. CodeSystem.concept.property:Procedure_morphology.extension
                                                                                                                Definition

                                                                                                                An Extension


                                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                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.

                                                                                                                Control20..*
                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                • value @ url
                                                                                                                • 1812. CodeSystem.concept.property:Procedure_morphology.extension:DefiningRelationshipType
                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                  Definition

                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                  ShortDefining Relationship Type
                                                                                                                  Control1..1
                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                  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())
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  1814. CodeSystem.concept.property:Procedure_morphology.extension:elProfileSetOperator
                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                  Definition

                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                  ShortEL Profile Set Operator
                                                                                                                  Control1..1
                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                  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())
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  1816. CodeSystem.concept.property:Procedure_morphology.extension:roleGroup
                                                                                                                  Slice NameroleGroup
                                                                                                                  Definition

                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                  ShortSNOMED Role Group
                                                                                                                  Control0..1
                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                  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())
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  1818. CodeSystem.concept.property:Procedure_morphology.extension:changeType
                                                                                                                  Slice NamechangeType
                                                                                                                  Definition

                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                  ShortChange Type
                                                                                                                  Control0..1
                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                  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())
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  1820. CodeSystem.concept.property:Procedure_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                  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())
                                                                                                                  1822. CodeSystem.concept.property:Procedure_morphology.code
                                                                                                                  Definition

                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                  Control1..1
                                                                                                                  Typecode
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Summaryfalse
                                                                                                                  Fixed ValueProcedure morphology
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  1824. CodeSystem.concept.property:Procedure_morphology.value[x]
                                                                                                                  Definition

                                                                                                                  The value of this property.

                                                                                                                  ShortValue of the property for this concept
                                                                                                                  Control1..1
                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                  [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
                                                                                                                  Summaryfalse
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  1826. CodeSystem.concept.property:Finding_context
                                                                                                                  Slice NameFinding_context
                                                                                                                  Definition

                                                                                                                  A property value for this concept.

                                                                                                                  ShortProperty slice to capture SNOMED CT Finding context for a conceptProperty value for the concept
                                                                                                                  Control0..1*
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Must Supporttrue
                                                                                                                  Summaryfalse
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  1828. CodeSystem.concept.property:Finding_context.extension
                                                                                                                  Definition

                                                                                                                  An Extension


                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                  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.

                                                                                                                  Control20..*
                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                  • value @ url
                                                                                                                  • 1830. CodeSystem.concept.property:Finding_context.extension:DefiningRelationshipType
                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                    Definition

                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                    ShortDefining Relationship Type
                                                                                                                    Control1..1
                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                    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())
                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                    1832. CodeSystem.concept.property:Finding_context.extension:elProfileSetOperator
                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                    Definition

                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                    ShortEL Profile Set Operator
                                                                                                                    Control1..1
                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                    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())
                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                    1834. CodeSystem.concept.property:Finding_context.extension:roleGroup
                                                                                                                    Slice NameroleGroup
                                                                                                                    Definition

                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                    ShortSNOMED Role Group
                                                                                                                    Control0..1
                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                    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())
                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                    1836. CodeSystem.concept.property:Finding_context.extension:changeType
                                                                                                                    Slice NamechangeType
                                                                                                                    Definition

                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                    ShortChange Type
                                                                                                                    Control0..1
                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                    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())
                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                    1838. CodeSystem.concept.property:Finding_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                    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())
                                                                                                                    1840. CodeSystem.concept.property:Finding_context.code
                                                                                                                    Definition

                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                    Control1..1
                                                                                                                    Typecode
                                                                                                                    Is Modifierfalse
                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                    Summaryfalse
                                                                                                                    Fixed ValueFinding context
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    1842. CodeSystem.concept.property:Finding_context.value[x]
                                                                                                                    Definition

                                                                                                                    The value of this property.

                                                                                                                    ShortValue of the property for this concept
                                                                                                                    Control1..1
                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                    [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
                                                                                                                    Summaryfalse
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    1844. CodeSystem.concept.property:Temporal_context
                                                                                                                    Slice NameTemporal_context
                                                                                                                    Definition

                                                                                                                    A property value for this concept.

                                                                                                                    ShortProperty slice to capture SNOMED CT Temporal context for a conceptProperty value for the concept
                                                                                                                    Control0..1*
                                                                                                                    TypeBackboneElement
                                                                                                                    Is Modifierfalse
                                                                                                                    Must Supporttrue
                                                                                                                    Summaryfalse
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    1846. CodeSystem.concept.property:Temporal_context.extension
                                                                                                                    Definition

                                                                                                                    An Extension


                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                    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.

                                                                                                                    Control20..*
                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                    • value @ url
                                                                                                                    • 1848. CodeSystem.concept.property:Temporal_context.extension:DefiningRelationshipType
                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                      Definition

                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                      ShortDefining Relationship Type
                                                                                                                      Control1..1
                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                      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())
                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                      1850. CodeSystem.concept.property:Temporal_context.extension:elProfileSetOperator
                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                      Definition

                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                      ShortEL Profile Set Operator
                                                                                                                      Control1..1
                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                      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())
                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                      1852. CodeSystem.concept.property:Temporal_context.extension:roleGroup
                                                                                                                      Slice NameroleGroup
                                                                                                                      Definition

                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                      ShortSNOMED Role Group
                                                                                                                      Control0..1
                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                      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())
                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                      1854. CodeSystem.concept.property:Temporal_context.extension:changeType
                                                                                                                      Slice NamechangeType
                                                                                                                      Definition

                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                      ShortChange Type
                                                                                                                      Control0..1
                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                      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())
                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                      1856. CodeSystem.concept.property:Temporal_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                      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())
                                                                                                                      1858. CodeSystem.concept.property:Temporal_context.code
                                                                                                                      Definition

                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                      Control1..1
                                                                                                                      Typecode
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Summaryfalse
                                                                                                                      Fixed ValueTemporal context
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1860. CodeSystem.concept.property:Temporal_context.value[x]
                                                                                                                      Definition

                                                                                                                      The value of this property.

                                                                                                                      ShortValue of the property for this concept
                                                                                                                      Control1..1
                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                      [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
                                                                                                                      Summaryfalse
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1862. CodeSystem.concept.property:Subject_relationship_context
                                                                                                                      Slice NameSubject_relationship_context
                                                                                                                      Definition

                                                                                                                      A property value for this concept.

                                                                                                                      ShortProperty slice to capture SNOMED CT Subject relationship context for a conceptProperty value for the concept
                                                                                                                      Control0..1*
                                                                                                                      TypeBackboneElement
                                                                                                                      Is Modifierfalse
                                                                                                                      Must Supporttrue
                                                                                                                      Summaryfalse
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1864. CodeSystem.concept.property:Subject_relationship_context.extension
                                                                                                                      Definition

                                                                                                                      An Extension


                                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                      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.

                                                                                                                      Control20..*
                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                      • value @ url
                                                                                                                      • 1866. CodeSystem.concept.property:Subject_relationship_context.extension:DefiningRelationshipType
                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                        Definition

                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                        ShortDefining Relationship Type
                                                                                                                        Control1..1
                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                        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())
                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                        1868. CodeSystem.concept.property:Subject_relationship_context.extension:elProfileSetOperator
                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                        Definition

                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                        ShortEL Profile Set Operator
                                                                                                                        Control1..1
                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                        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())
                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                        1870. CodeSystem.concept.property:Subject_relationship_context.extension:roleGroup
                                                                                                                        Slice NameroleGroup
                                                                                                                        Definition

                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                        ShortSNOMED Role Group
                                                                                                                        Control0..1
                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                        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())
                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                        1872. CodeSystem.concept.property:Subject_relationship_context.extension:changeType
                                                                                                                        Slice NamechangeType
                                                                                                                        Definition

                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                        ShortChange Type
                                                                                                                        Control0..1
                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                        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())
                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                        1874. CodeSystem.concept.property:Subject_relationship_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                        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())
                                                                                                                        1876. CodeSystem.concept.property:Subject_relationship_context.code
                                                                                                                        Definition

                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                        Control1..1
                                                                                                                        Typecode
                                                                                                                        Is Modifierfalse
                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                        Summaryfalse
                                                                                                                        Fixed ValueSubject relationship context
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        1878. CodeSystem.concept.property:Subject_relationship_context.value[x]
                                                                                                                        Definition

                                                                                                                        The value of this property.

                                                                                                                        ShortValue of the property for this concept
                                                                                                                        Control1..1
                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                        [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
                                                                                                                        Summaryfalse
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        1880. CodeSystem.concept.property:Route_of_administration
                                                                                                                        Slice NameRoute_of_administration
                                                                                                                        Definition

                                                                                                                        A property value for this concept.

                                                                                                                        ShortProperty slice to capture SNOMED CT Route of administration for a conceptProperty value for the concept
                                                                                                                        Control0..1*
                                                                                                                        TypeBackboneElement
                                                                                                                        Is Modifierfalse
                                                                                                                        Must Supporttrue
                                                                                                                        Summaryfalse
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        1882. CodeSystem.concept.property:Route_of_administration.extension
                                                                                                                        Definition

                                                                                                                        An Extension


                                                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                        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.

                                                                                                                        Control20..*
                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                        • value @ url
                                                                                                                        • 1884. CodeSystem.concept.property:Route_of_administration.extension:DefiningRelationshipType
                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                          Definition

                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                          ShortDefining Relationship Type
                                                                                                                          Control1..1
                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                          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())
                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                          1886. CodeSystem.concept.property:Route_of_administration.extension:elProfileSetOperator
                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                          Definition

                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                          ShortEL Profile Set Operator
                                                                                                                          Control1..1
                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                          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())
                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                          1888. CodeSystem.concept.property:Route_of_administration.extension:roleGroup
                                                                                                                          Slice NameroleGroup
                                                                                                                          Definition

                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                          ShortSNOMED Role Group
                                                                                                                          Control0..1
                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                          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())
                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                          1890. CodeSystem.concept.property:Route_of_administration.extension:changeType
                                                                                                                          Slice NamechangeType
                                                                                                                          Definition

                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                          ShortChange Type
                                                                                                                          Control0..1
                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                          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())
                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                          1892. CodeSystem.concept.property:Route_of_administration.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                          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())
                                                                                                                          1894. CodeSystem.concept.property:Route_of_administration.code
                                                                                                                          Definition

                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                          Control1..1
                                                                                                                          Typecode
                                                                                                                          Is Modifierfalse
                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                          Summaryfalse
                                                                                                                          Fixed ValueRoute of administration
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          1896. CodeSystem.concept.property:Route_of_administration.value[x]
                                                                                                                          Definition

                                                                                                                          The value of this property.

                                                                                                                          ShortValue of the property for this concept
                                                                                                                          Control1..1
                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                          [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
                                                                                                                          Summaryfalse
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          1898. CodeSystem.concept.property:Has_dose_form
                                                                                                                          Slice NameHas_dose_form
                                                                                                                          Definition

                                                                                                                          A property value for this concept.

                                                                                                                          ShortProperty slice to capture SNOMED CT Has dose form for a conceptProperty value for the concept
                                                                                                                          Control0..1*
                                                                                                                          TypeBackboneElement
                                                                                                                          Is Modifierfalse
                                                                                                                          Must Supporttrue
                                                                                                                          Summaryfalse
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          1900. CodeSystem.concept.property:Has_dose_form.extension
                                                                                                                          Definition

                                                                                                                          An Extension


                                                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                          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.

                                                                                                                          Control20..*
                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                          • value @ url
                                                                                                                          • 1902. CodeSystem.concept.property:Has_dose_form.extension:DefiningRelationshipType
                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                            Definition

                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                            ShortDefining Relationship Type
                                                                                                                            Control1..1
                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                            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())
                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                            1904. CodeSystem.concept.property:Has_dose_form.extension:elProfileSetOperator
                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                            Definition

                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                            ShortEL Profile Set Operator
                                                                                                                            Control1..1
                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                            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())
                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                            1906. CodeSystem.concept.property:Has_dose_form.extension:roleGroup
                                                                                                                            Slice NameroleGroup
                                                                                                                            Definition

                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                            ShortSNOMED Role Group
                                                                                                                            Control0..1
                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                            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())
                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                            1908. CodeSystem.concept.property:Has_dose_form.extension:changeType
                                                                                                                            Slice NamechangeType
                                                                                                                            Definition

                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                            ShortChange Type
                                                                                                                            Control0..1
                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                            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())
                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                            1910. CodeSystem.concept.property:Has_dose_form.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                            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())
                                                                                                                            1912. CodeSystem.concept.property:Has_dose_form.code
                                                                                                                            Definition

                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                            Control1..1
                                                                                                                            Typecode
                                                                                                                            Is Modifierfalse
                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                            Summaryfalse
                                                                                                                            Fixed ValueHas dose form
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            1914. CodeSystem.concept.property:Has_dose_form.value[x]
                                                                                                                            Definition

                                                                                                                            The value of this property.

                                                                                                                            ShortValue of the property for this concept
                                                                                                                            Control1..1
                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                            [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
                                                                                                                            Summaryfalse
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            1916. CodeSystem.concept.property:Finding_method
                                                                                                                            Slice NameFinding_method
                                                                                                                            Definition

                                                                                                                            A property value for this concept.

                                                                                                                            ShortProperty slice to capture SNOMED CT Finding method for a conceptProperty value for the concept
                                                                                                                            Control0..1*
                                                                                                                            TypeBackboneElement
                                                                                                                            Is Modifierfalse
                                                                                                                            Must Supporttrue
                                                                                                                            Summaryfalse
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            1918. CodeSystem.concept.property:Finding_method.extension
                                                                                                                            Definition

                                                                                                                            An Extension


                                                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                            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.

                                                                                                                            Control20..*
                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                            • value @ url
                                                                                                                            • 1920. CodeSystem.concept.property:Finding_method.extension:DefiningRelationshipType
                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                              Definition

                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                              ShortDefining Relationship Type
                                                                                                                              Control1..1
                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                              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())
                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                              1922. CodeSystem.concept.property:Finding_method.extension:elProfileSetOperator
                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                              Definition

                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                              ShortEL Profile Set Operator
                                                                                                                              Control1..1
                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                              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())
                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                              1924. CodeSystem.concept.property:Finding_method.extension:roleGroup
                                                                                                                              Slice NameroleGroup
                                                                                                                              Definition

                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                              ShortSNOMED Role Group
                                                                                                                              Control0..1
                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                              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())
                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                              1926. CodeSystem.concept.property:Finding_method.extension:changeType
                                                                                                                              Slice NamechangeType
                                                                                                                              Definition

                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                              ShortChange Type
                                                                                                                              Control0..1
                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                              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())
                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                              1928. CodeSystem.concept.property:Finding_method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                              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())
                                                                                                                              1930. CodeSystem.concept.property:Finding_method.code
                                                                                                                              Definition

                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                              Control1..1
                                                                                                                              Typecode
                                                                                                                              Is Modifierfalse
                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                              Summaryfalse
                                                                                                                              Fixed ValueFinding method
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              1932. CodeSystem.concept.property:Finding_method.value[x]
                                                                                                                              Definition

                                                                                                                              The value of this property.

                                                                                                                              ShortValue of the property for this concept
                                                                                                                              Control1..1
                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                              [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
                                                                                                                              Summaryfalse
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              1934. CodeSystem.concept.property:Finding_informer
                                                                                                                              Slice NameFinding_informer
                                                                                                                              Definition

                                                                                                                              A property value for this concept.

                                                                                                                              ShortProperty slice to capture SNOMED CT Finding informer for a conceptProperty value for the concept
                                                                                                                              Control0..1*
                                                                                                                              TypeBackboneElement
                                                                                                                              Is Modifierfalse
                                                                                                                              Must Supporttrue
                                                                                                                              Summaryfalse
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              1936. CodeSystem.concept.property:Finding_informer.extension
                                                                                                                              Definition

                                                                                                                              An Extension


                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                              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.

                                                                                                                              Control20..*
                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                              • value @ url
                                                                                                                              • 1938. CodeSystem.concept.property:Finding_informer.extension:DefiningRelationshipType
                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                Definition

                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                ShortDefining Relationship Type
                                                                                                                                Control1..1
                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                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())
                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                1940. CodeSystem.concept.property:Finding_informer.extension:elProfileSetOperator
                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                Definition

                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                Control1..1
                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                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())
                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                1942. CodeSystem.concept.property:Finding_informer.extension:roleGroup
                                                                                                                                Slice NameroleGroup
                                                                                                                                Definition

                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                ShortSNOMED Role Group
                                                                                                                                Control0..1
                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                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())
                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                1944. CodeSystem.concept.property:Finding_informer.extension:changeType
                                                                                                                                Slice NamechangeType
                                                                                                                                Definition

                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                ShortChange Type
                                                                                                                                Control0..1
                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                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())
                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                1946. CodeSystem.concept.property:Finding_informer.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                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())
                                                                                                                                1948. CodeSystem.concept.property:Finding_informer.code
                                                                                                                                Definition

                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                Control1..1
                                                                                                                                Typecode
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Summaryfalse
                                                                                                                                Fixed ValueFinding informer
                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                1950. CodeSystem.concept.property:Finding_informer.value[x]
                                                                                                                                Definition

                                                                                                                                The value of this property.

                                                                                                                                ShortValue of the property for this concept
                                                                                                                                Control1..1
                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                [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
                                                                                                                                Summaryfalse
                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                1952. CodeSystem.concept.property:Using_device
                                                                                                                                Slice NameUsing_device
                                                                                                                                Definition

                                                                                                                                A property value for this concept.

                                                                                                                                ShortProperty slice to capture SNOMED CT Using device for a conceptProperty value for the concept
                                                                                                                                Control0..1*
                                                                                                                                TypeBackboneElement
                                                                                                                                Is Modifierfalse
                                                                                                                                Must Supporttrue
                                                                                                                                Summaryfalse
                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                1954. CodeSystem.concept.property:Using_device.extension
                                                                                                                                Definition

                                                                                                                                An Extension


                                                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                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.

                                                                                                                                Control20..*
                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                • value @ url
                                                                                                                                • 1956. CodeSystem.concept.property:Using_device.extension:DefiningRelationshipType
                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                  Definition

                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                  Control1..1
                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                  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())
                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                  1958. CodeSystem.concept.property:Using_device.extension:elProfileSetOperator
                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                  Definition

                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                  Control1..1
                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                  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())
                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                  1960. CodeSystem.concept.property:Using_device.extension:roleGroup
                                                                                                                                  Slice NameroleGroup
                                                                                                                                  Definition

                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                  Control0..1
                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                  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())
                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                  1962. CodeSystem.concept.property:Using_device.extension:changeType
                                                                                                                                  Slice NamechangeType
                                                                                                                                  Definition

                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                  ShortChange Type
                                                                                                                                  Control0..1
                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                  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())
                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                  1964. CodeSystem.concept.property:Using_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                  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())
                                                                                                                                  1966. CodeSystem.concept.property:Using_device.code
                                                                                                                                  Definition

                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                  Control1..1
                                                                                                                                  Typecode
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Summaryfalse
                                                                                                                                  Fixed ValueUsing device
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  1968. CodeSystem.concept.property:Using_device.value[x]
                                                                                                                                  Definition

                                                                                                                                  The value of this property.

                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                  Control1..1
                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                  [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
                                                                                                                                  Summaryfalse
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  1970. CodeSystem.concept.property:Using_energy
                                                                                                                                  Slice NameUsing_energy
                                                                                                                                  Definition

                                                                                                                                  A property value for this concept.

                                                                                                                                  ShortProperty slice to capture SNOMED CT Using energy for a conceptProperty value for the concept
                                                                                                                                  Control0..1*
                                                                                                                                  TypeBackboneElement
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Must Supporttrue
                                                                                                                                  Summaryfalse
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  1972. CodeSystem.concept.property:Using_energy.extension
                                                                                                                                  Definition

                                                                                                                                  An Extension


                                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                  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.

                                                                                                                                  Control20..*
                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                  • value @ url
                                                                                                                                  • 1974. CodeSystem.concept.property:Using_energy.extension:DefiningRelationshipType
                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                    Definition

                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                    Control1..1
                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                    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())
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    1976. CodeSystem.concept.property:Using_energy.extension:elProfileSetOperator
                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                    Definition

                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                    Control1..1
                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                    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())
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    1978. CodeSystem.concept.property:Using_energy.extension:roleGroup
                                                                                                                                    Slice NameroleGroup
                                                                                                                                    Definition

                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                    Control0..1
                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                    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())
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    1980. CodeSystem.concept.property:Using_energy.extension:changeType
                                                                                                                                    Slice NamechangeType
                                                                                                                                    Definition

                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                    ShortChange Type
                                                                                                                                    Control0..1
                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                    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())
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    1982. CodeSystem.concept.property:Using_energy.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                    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())
                                                                                                                                    1984. CodeSystem.concept.property:Using_energy.code
                                                                                                                                    Definition

                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                    Control1..1
                                                                                                                                    Typecode
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summaryfalse
                                                                                                                                    Fixed ValueUsing energy
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    1986. CodeSystem.concept.property:Using_energy.value[x]
                                                                                                                                    Definition

                                                                                                                                    The value of this property.

                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                    Control1..1
                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                    [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
                                                                                                                                    Summaryfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    1988. CodeSystem.concept.property:Using_substance
                                                                                                                                    Slice NameUsing_substance
                                                                                                                                    Definition

                                                                                                                                    A property value for this concept.

                                                                                                                                    ShortProperty slice to capture SNOMED CT Using substance for a conceptProperty value for the concept
                                                                                                                                    Control0..1*
                                                                                                                                    TypeBackboneElement
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Must Supporttrue
                                                                                                                                    Summaryfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    1990. CodeSystem.concept.property:Using_substance.extension
                                                                                                                                    Definition

                                                                                                                                    An Extension


                                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                    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.

                                                                                                                                    Control20..*
                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                    • value @ url
                                                                                                                                    • 1992. CodeSystem.concept.property:Using_substance.extension:DefiningRelationshipType
                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                      Definition

                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                      Control1..1
                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                      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())
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      1994. CodeSystem.concept.property:Using_substance.extension:elProfileSetOperator
                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                      Definition

                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                      Control1..1
                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                      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())
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      1996. CodeSystem.concept.property:Using_substance.extension:roleGroup
                                                                                                                                      Slice NameroleGroup
                                                                                                                                      Definition

                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                      Control0..1
                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                      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())
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      1998. CodeSystem.concept.property:Using_substance.extension:changeType
                                                                                                                                      Slice NamechangeType
                                                                                                                                      Definition

                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                      ShortChange Type
                                                                                                                                      Control0..1
                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                      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())
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      2000. CodeSystem.concept.property:Using_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                      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())
                                                                                                                                      2002. CodeSystem.concept.property:Using_substance.code
                                                                                                                                      Definition

                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                      Control1..1
                                                                                                                                      Typecode
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                      Summaryfalse
                                                                                                                                      Fixed ValueUsing substance
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      2004. CodeSystem.concept.property:Using_substance.value[x]
                                                                                                                                      Definition

                                                                                                                                      The value of this property.

                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                      Control1..1
                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                      [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
                                                                                                                                      Summaryfalse
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      2006. CodeSystem.concept.property:Surgical_approach
                                                                                                                                      Slice NameSurgical_approach
                                                                                                                                      Definition

                                                                                                                                      A property value for this concept.

                                                                                                                                      ShortProperty slice to capture SNOMED CT Surgical approach for a conceptProperty value for the concept
                                                                                                                                      Control0..1*
                                                                                                                                      TypeBackboneElement
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Must Supporttrue
                                                                                                                                      Summaryfalse
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      2008. CodeSystem.concept.property:Surgical_approach.extension
                                                                                                                                      Definition

                                                                                                                                      An Extension


                                                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                      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.

                                                                                                                                      Control20..*
                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                      • value @ url
                                                                                                                                      • 2010. CodeSystem.concept.property:Surgical_approach.extension:DefiningRelationshipType
                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                        Definition

                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                        Control1..1
                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                        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())
                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                        2012. CodeSystem.concept.property:Surgical_approach.extension:elProfileSetOperator
                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                        Definition

                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                        Control1..1
                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                        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())
                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                        2014. CodeSystem.concept.property:Surgical_approach.extension:roleGroup
                                                                                                                                        Slice NameroleGroup
                                                                                                                                        Definition

                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                        Control0..1
                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                        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())
                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                        2016. CodeSystem.concept.property:Surgical_approach.extension:changeType
                                                                                                                                        Slice NamechangeType
                                                                                                                                        Definition

                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                        ShortChange Type
                                                                                                                                        Control0..1
                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                        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())
                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                        2018. CodeSystem.concept.property:Surgical_approach.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                        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())
                                                                                                                                        2020. CodeSystem.concept.property:Surgical_approach.code
                                                                                                                                        Definition

                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                        Control1..1
                                                                                                                                        Typecode
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Summaryfalse
                                                                                                                                        Fixed ValueSurgical approach
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        2022. CodeSystem.concept.property:Surgical_approach.value[x]
                                                                                                                                        Definition

                                                                                                                                        The value of this property.

                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                        Control1..1
                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                        [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
                                                                                                                                        Summaryfalse
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        2024. CodeSystem.concept.property:Using_access_device
                                                                                                                                        Slice NameUsing_access_device
                                                                                                                                        Definition

                                                                                                                                        A property value for this concept.

                                                                                                                                        ShortProperty slice to capture SNOMED CT Using access device for a conceptProperty value for the concept
                                                                                                                                        Control0..1*
                                                                                                                                        TypeBackboneElement
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Must Supporttrue
                                                                                                                                        Summaryfalse
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        2026. CodeSystem.concept.property:Using_access_device.extension
                                                                                                                                        Definition

                                                                                                                                        An Extension


                                                                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                        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.

                                                                                                                                        Control20..*
                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                        • value @ url
                                                                                                                                        • 2028. CodeSystem.concept.property:Using_access_device.extension:DefiningRelationshipType
                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                          Definition

                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                          Control1..1
                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                          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())
                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          2030. CodeSystem.concept.property:Using_access_device.extension:elProfileSetOperator
                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                          Definition

                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                          Control1..1
                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                          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())
                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          2032. CodeSystem.concept.property:Using_access_device.extension:roleGroup
                                                                                                                                          Slice NameroleGroup
                                                                                                                                          Definition

                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                          Control0..1
                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                          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())
                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          2034. CodeSystem.concept.property:Using_access_device.extension:changeType
                                                                                                                                          Slice NamechangeType
                                                                                                                                          Definition

                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                          ShortChange Type
                                                                                                                                          Control0..1
                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                          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())
                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          2036. CodeSystem.concept.property:Using_access_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                          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())
                                                                                                                                          2038. CodeSystem.concept.property:Using_access_device.code
                                                                                                                                          Definition

                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                          Control1..1
                                                                                                                                          Typecode
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Summaryfalse
                                                                                                                                          Fixed ValueUsing access device
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          2040. CodeSystem.concept.property:Using_access_device.value[x]
                                                                                                                                          Definition

                                                                                                                                          The value of this property.

                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                          Control1..1
                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                          [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
                                                                                                                                          Summaryfalse
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          2042. CodeSystem.concept.property:Property_type
                                                                                                                                          Slice NameProperty_type
                                                                                                                                          Definition

                                                                                                                                          A property value for this concept.

                                                                                                                                          ShortProperty slice to capture SNOMED CT Property type for a conceptProperty value for the concept
                                                                                                                                          Control0..1*
                                                                                                                                          TypeBackboneElement
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Must Supporttrue
                                                                                                                                          Summaryfalse
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          2044. CodeSystem.concept.property:Property_type.extension
                                                                                                                                          Definition

                                                                                                                                          An Extension


                                                                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                          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.

                                                                                                                                          Control20..*
                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                          • value @ url
                                                                                                                                          • 2046. CodeSystem.concept.property:Property_type.extension:DefiningRelationshipType
                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                            Definition

                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                            Control1..1
                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                            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())
                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            2048. CodeSystem.concept.property:Property_type.extension:elProfileSetOperator
                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                            Definition

                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                            Control1..1
                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                            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())
                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            2050. CodeSystem.concept.property:Property_type.extension:roleGroup
                                                                                                                                            Slice NameroleGroup
                                                                                                                                            Definition

                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                            Control0..1
                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                            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())
                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            2052. CodeSystem.concept.property:Property_type.extension:changeType
                                                                                                                                            Slice NamechangeType
                                                                                                                                            Definition

                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                            ShortChange Type
                                                                                                                                            Control0..1
                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                            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())
                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            2054. CodeSystem.concept.property:Property_type.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                            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())
                                                                                                                                            2056. CodeSystem.concept.property:Property_type.code
                                                                                                                                            Definition

                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                            Control1..1
                                                                                                                                            Typecode
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                            Summaryfalse
                                                                                                                                            Fixed ValueProperty type
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            2058. CodeSystem.concept.property:Property_type.value[x]
                                                                                                                                            Definition

                                                                                                                                            The value of this property.

                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                            Control1..1
                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                            [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
                                                                                                                                            Summaryfalse
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            2060. CodeSystem.concept.property:Inheres_in
                                                                                                                                            Slice NameInheres_in
                                                                                                                                            Definition

                                                                                                                                            A property value for this concept.

                                                                                                                                            ShortProperty slice to capture SNOMED CT Inheres in for a conceptProperty value for the concept
                                                                                                                                            Control0..1*
                                                                                                                                            TypeBackboneElement
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Must Supporttrue
                                                                                                                                            Summaryfalse
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            2062. CodeSystem.concept.property:Inheres_in.extension
                                                                                                                                            Definition

                                                                                                                                            An Extension


                                                                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                            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.

                                                                                                                                            Control20..*
                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                            • value @ url
                                                                                                                                            • 2064. CodeSystem.concept.property:Inheres_in.extension:DefiningRelationshipType
                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                              Definition

                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                              Control1..1
                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                              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())
                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                              2066. CodeSystem.concept.property:Inheres_in.extension:elProfileSetOperator
                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                              Definition

                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                              Control1..1
                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                              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())
                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                              2068. CodeSystem.concept.property:Inheres_in.extension:roleGroup
                                                                                                                                              Slice NameroleGroup
                                                                                                                                              Definition

                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                              Control0..1
                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                              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())
                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                              2070. CodeSystem.concept.property:Inheres_in.extension:changeType
                                                                                                                                              Slice NamechangeType
                                                                                                                                              Definition

                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                              ShortChange Type
                                                                                                                                              Control0..1
                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                              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())
                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                              2072. CodeSystem.concept.property:Inheres_in.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                              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())
                                                                                                                                              2074. CodeSystem.concept.property:Inheres_in.code
                                                                                                                                              Definition

                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                              Control1..1
                                                                                                                                              Typecode
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Summaryfalse
                                                                                                                                              Fixed ValueInheres in
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              2076. CodeSystem.concept.property:Inheres_in.value[x]
                                                                                                                                              Definition

                                                                                                                                              The value of this property.

                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                              Control1..1
                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                              [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
                                                                                                                                              Summaryfalse
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              2078. CodeSystem.concept.property:Towards
                                                                                                                                              Slice NameTowards
                                                                                                                                              Definition

                                                                                                                                              A property value for this concept.

                                                                                                                                              ShortProperty slice to capture SNOMED CT Towards for a conceptProperty value for the concept
                                                                                                                                              Control0..1*
                                                                                                                                              TypeBackboneElement
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Must Supporttrue
                                                                                                                                              Summaryfalse
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              2080. CodeSystem.concept.property:Towards.extension
                                                                                                                                              Definition

                                                                                                                                              An Extension


                                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                              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.

                                                                                                                                              Control20..*
                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                              • value @ url
                                                                                                                                              • 2082. CodeSystem.concept.property:Towards.extension:DefiningRelationshipType
                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                Definition

                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                Control1..1
                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                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())
                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                2084. CodeSystem.concept.property:Towards.extension:elProfileSetOperator
                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                Definition

                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                Control1..1
                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                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())
                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                2086. CodeSystem.concept.property:Towards.extension:roleGroup
                                                                                                                                                Slice NameroleGroup
                                                                                                                                                Definition

                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                Control0..1
                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                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())
                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                2088. CodeSystem.concept.property:Towards.extension:changeType
                                                                                                                                                Slice NamechangeType
                                                                                                                                                Definition

                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                ShortChange Type
                                                                                                                                                Control0..1
                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                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())
                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                2090. CodeSystem.concept.property:Towards.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                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())
                                                                                                                                                2092. CodeSystem.concept.property:Towards.code
                                                                                                                                                Definition

                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                Control1..1
                                                                                                                                                Typecode
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                Summaryfalse
                                                                                                                                                Fixed ValueTowards
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                2094. CodeSystem.concept.property:Towards.value[x]
                                                                                                                                                Definition

                                                                                                                                                The value of this property.

                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                Control1..1
                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                [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
                                                                                                                                                Summaryfalse
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                2096. CodeSystem.concept.property:Characterizes
                                                                                                                                                Slice NameCharacterizes
                                                                                                                                                Definition

                                                                                                                                                A property value for this concept.

                                                                                                                                                ShortProperty slice to capture SNOMED CT Characterizes for a conceptProperty value for the concept
                                                                                                                                                Control0..1*
                                                                                                                                                TypeBackboneElement
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Must Supporttrue
                                                                                                                                                Summaryfalse
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                2098. CodeSystem.concept.property:Characterizes.extension
                                                                                                                                                Definition

                                                                                                                                                An Extension


                                                                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                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.

                                                                                                                                                Control20..*
                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                • value @ url
                                                                                                                                                • 2100. CodeSystem.concept.property:Characterizes.extension:DefiningRelationshipType
                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                  Definition

                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                  Control1..1
                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                  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())
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  2102. CodeSystem.concept.property:Characterizes.extension:elProfileSetOperator
                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                  Definition

                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                  Control1..1
                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                  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())
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  2104. CodeSystem.concept.property:Characterizes.extension:roleGroup
                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                  Definition

                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                  Control0..1
                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                  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())
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  2106. CodeSystem.concept.property:Characterizes.extension:changeType
                                                                                                                                                  Slice NamechangeType
                                                                                                                                                  Definition

                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                  ShortChange Type
                                                                                                                                                  Control0..1
                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                  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())
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  2108. CodeSystem.concept.property:Characterizes.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                  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())
                                                                                                                                                  2110. CodeSystem.concept.property:Characterizes.code
                                                                                                                                                  Definition

                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                  Control1..1
                                                                                                                                                  Typecode
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Fixed ValueCharacterizes
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  2112. CodeSystem.concept.property:Characterizes.value[x]
                                                                                                                                                  Definition

                                                                                                                                                  The value of this property.

                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                  Control1..1
                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                  [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
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  2114. CodeSystem.concept.property:Process_agent
                                                                                                                                                  Slice NameProcess_agent
                                                                                                                                                  Definition

                                                                                                                                                  A property value for this concept.

                                                                                                                                                  ShortProperty slice to capture SNOMED CT Process agent for a conceptProperty value for the concept
                                                                                                                                                  Control0..1*
                                                                                                                                                  TypeBackboneElement
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  2116. CodeSystem.concept.property:Process_agent.extension
                                                                                                                                                  Definition

                                                                                                                                                  An Extension


                                                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                  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.

                                                                                                                                                  Control20..*
                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                  • value @ url
                                                                                                                                                  • 2118. CodeSystem.concept.property:Process_agent.extension:DefiningRelationshipType
                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                    Definition

                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                    Control1..1
                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                    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())
                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                    2120. CodeSystem.concept.property:Process_agent.extension:elProfileSetOperator
                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                    Definition

                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                    Control1..1
                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                    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())
                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                    2122. CodeSystem.concept.property:Process_agent.extension:roleGroup
                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                    Definition

                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                    Control0..1
                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                    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())
                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                    2124. CodeSystem.concept.property:Process_agent.extension:changeType
                                                                                                                                                    Slice NamechangeType
                                                                                                                                                    Definition

                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                    ShortChange Type
                                                                                                                                                    Control0..1
                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                    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())
                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                    2126. CodeSystem.concept.property:Process_agent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                    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())
                                                                                                                                                    2128. CodeSystem.concept.property:Process_agent.code
                                                                                                                                                    Definition

                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                    Control1..1
                                                                                                                                                    Typecode
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                    Summaryfalse
                                                                                                                                                    Fixed ValueProcess agent
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    2130. CodeSystem.concept.property:Process_agent.value[x]
                                                                                                                                                    Definition

                                                                                                                                                    The value of this property.

                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                    Control1..1
                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                    [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
                                                                                                                                                    Summaryfalse
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    2132. CodeSystem.concept.property:Process_duration
                                                                                                                                                    Slice NameProcess_duration
                                                                                                                                                    Definition

                                                                                                                                                    A property value for this concept.

                                                                                                                                                    ShortProperty slice to capture SNOMED CT Process duration for a conceptProperty value for the concept
                                                                                                                                                    Control0..1*
                                                                                                                                                    TypeBackboneElement
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Must Supporttrue
                                                                                                                                                    Summaryfalse
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    2134. CodeSystem.concept.property:Process_duration.extension
                                                                                                                                                    Definition

                                                                                                                                                    An Extension


                                                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                    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.

                                                                                                                                                    Control20..*
                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                    • value @ url
                                                                                                                                                    • 2136. CodeSystem.concept.property:Process_duration.extension:DefiningRelationshipType
                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                      Definition

                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                      Control1..1
                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                      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())
                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                      2138. CodeSystem.concept.property:Process_duration.extension:elProfileSetOperator
                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                      Definition

                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                      Control1..1
                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                      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())
                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                      2140. CodeSystem.concept.property:Process_duration.extension:roleGroup
                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                      Definition

                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                      Control0..1
                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                      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())
                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                      2142. CodeSystem.concept.property:Process_duration.extension:changeType
                                                                                                                                                      Slice NamechangeType
                                                                                                                                                      Definition

                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                      ShortChange Type
                                                                                                                                                      Control0..1
                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                      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())
                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                      2144. CodeSystem.concept.property:Process_duration.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                      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())
                                                                                                                                                      2146. CodeSystem.concept.property:Process_duration.code
                                                                                                                                                      Definition

                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                      Control1..1
                                                                                                                                                      Typecode
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                      Summaryfalse
                                                                                                                                                      Fixed ValueProcess duration
                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      2148. CodeSystem.concept.property:Process_duration.value[x]
                                                                                                                                                      Definition

                                                                                                                                                      The value of this property.

                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                      Control1..1
                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                      [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
                                                                                                                                                      Summaryfalse
                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      2150. CodeSystem.concept.property:Process_output
                                                                                                                                                      Slice NameProcess_output
                                                                                                                                                      Definition

                                                                                                                                                      A property value for this concept.

                                                                                                                                                      ShortProperty slice to capture SNOMED CT Process output for a conceptProperty value for the concept
                                                                                                                                                      Control0..1*
                                                                                                                                                      TypeBackboneElement
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Must Supporttrue
                                                                                                                                                      Summaryfalse
                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      2152. CodeSystem.concept.property:Process_output.extension
                                                                                                                                                      Definition

                                                                                                                                                      An Extension


                                                                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                      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.

                                                                                                                                                      Control20..*
                                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                      • value @ url
                                                                                                                                                      • 2154. CodeSystem.concept.property:Process_output.extension:DefiningRelationshipType
                                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                                        Definition

                                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                                        Control1..1
                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                        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())
                                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                        2156. CodeSystem.concept.property:Process_output.extension:elProfileSetOperator
                                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                                        Definition

                                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                                        Control1..1
                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                        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())
                                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                        2158. CodeSystem.concept.property:Process_output.extension:roleGroup
                                                                                                                                                        Slice NameroleGroup
                                                                                                                                                        Definition

                                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                                        Control0..1
                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                        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())
                                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                        2160. CodeSystem.concept.property:Process_output.extension:changeType
                                                                                                                                                        Slice NamechangeType
                                                                                                                                                        Definition

                                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                                        ShortChange Type
                                                                                                                                                        Control0..1
                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                        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())
                                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                        2162. CodeSystem.concept.property:Process_output.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                        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())
                                                                                                                                                        2164. CodeSystem.concept.property:Process_output.code
                                                                                                                                                        Definition

                                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                                        Control1..1
                                                                                                                                                        Typecode
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                        Summaryfalse
                                                                                                                                                        Fixed ValueProcess output
                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        2166. CodeSystem.concept.property:Process_output.value[x]
                                                                                                                                                        Definition

                                                                                                                                                        The value of this property.

                                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                                        Control1..1
                                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                        [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
                                                                                                                                                        Summaryfalse
                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        2168. CodeSystem.concept.property:Relative_to
                                                                                                                                                        Slice NameRelative_to
                                                                                                                                                        Definition

                                                                                                                                                        A property value for this concept.

                                                                                                                                                        ShortProperty slice to capture SNOMED CT Relative to for a conceptProperty value for the concept
                                                                                                                                                        Control0..1*
                                                                                                                                                        TypeBackboneElement
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Must Supporttrue
                                                                                                                                                        Summaryfalse
                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        2170. CodeSystem.concept.property:Relative_to.extension
                                                                                                                                                        Definition

                                                                                                                                                        An Extension


                                                                                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                        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.

                                                                                                                                                        Control20..*
                                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                        • value @ url
                                                                                                                                                        • 2172. CodeSystem.concept.property:Relative_to.extension:DefiningRelationshipType
                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                          Definition

                                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                                          Control1..1
                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                          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())
                                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                          2174. CodeSystem.concept.property:Relative_to.extension:elProfileSetOperator
                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                          Definition

                                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                                          Control1..1
                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                          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())
                                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                          2176. CodeSystem.concept.property:Relative_to.extension:roleGroup
                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                          Definition

                                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                                          Control0..1
                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                          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())
                                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                          2178. CodeSystem.concept.property:Relative_to.extension:changeType
                                                                                                                                                          Slice NamechangeType
                                                                                                                                                          Definition

                                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                                          ShortChange Type
                                                                                                                                                          Control0..1
                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                          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())
                                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                          2180. CodeSystem.concept.property:Relative_to.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                          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())
                                                                                                                                                          2182. CodeSystem.concept.property:Relative_to.code
                                                                                                                                                          Definition

                                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                                          Control1..1
                                                                                                                                                          Typecode
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                          Summaryfalse
                                                                                                                                                          Fixed ValueRelative to
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          2184. CodeSystem.concept.property:Relative_to.value[x]
                                                                                                                                                          Definition

                                                                                                                                                          The value of this property.

                                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                                          Control1..1
                                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                          [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
                                                                                                                                                          Summaryfalse
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          2186. CodeSystem.concept.property:Precondition
                                                                                                                                                          Slice NamePrecondition
                                                                                                                                                          Definition

                                                                                                                                                          A property value for this concept.

                                                                                                                                                          ShortProperty slice to capture SNOMED CT Precondition for a conceptProperty value for the concept
                                                                                                                                                          Control0..1*
                                                                                                                                                          TypeBackboneElement
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Must Supporttrue
                                                                                                                                                          Summaryfalse
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          2188. CodeSystem.concept.property:Precondition.extension
                                                                                                                                                          Definition

                                                                                                                                                          An Extension


                                                                                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                          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.

                                                                                                                                                          Control20..*
                                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                          • value @ url
                                                                                                                                                          • 2190. CodeSystem.concept.property:Precondition.extension:DefiningRelationshipType
                                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                                            Definition

                                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                                            Control1..1
                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                            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())
                                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                            2192. CodeSystem.concept.property:Precondition.extension:elProfileSetOperator
                                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                                            Definition

                                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                                            Control1..1
                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                            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())
                                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                            2194. CodeSystem.concept.property:Precondition.extension:roleGroup
                                                                                                                                                            Slice NameroleGroup
                                                                                                                                                            Definition

                                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                                            Control0..1
                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                            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())
                                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                            2196. CodeSystem.concept.property:Precondition.extension:changeType
                                                                                                                                                            Slice NamechangeType
                                                                                                                                                            Definition

                                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                                            ShortChange Type
                                                                                                                                                            Control0..1
                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                            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())
                                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                            2198. CodeSystem.concept.property:Precondition.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                            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())
                                                                                                                                                            2200. CodeSystem.concept.property:Precondition.code
                                                                                                                                                            Definition

                                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                                            Control1..1
                                                                                                                                                            Typecode
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                            Summaryfalse
                                                                                                                                                            Fixed ValuePrecondition
                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            2202. CodeSystem.concept.property:Precondition.value[x]
                                                                                                                                                            Definition

                                                                                                                                                            The value of this property.

                                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                                            Control1..1
                                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                            [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
                                                                                                                                                            Summaryfalse
                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            2204. CodeSystem.concept.property:Direct_site
                                                                                                                                                            Slice NameDirect_site
                                                                                                                                                            Definition

                                                                                                                                                            A property value for this concept.

                                                                                                                                                            ShortProperty slice to capture SNOMED CT Direct site for a conceptProperty value for the concept
                                                                                                                                                            Control0..1*
                                                                                                                                                            TypeBackboneElement
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Must Supporttrue
                                                                                                                                                            Summaryfalse
                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            2206. CodeSystem.concept.property:Direct_site.extension
                                                                                                                                                            Definition

                                                                                                                                                            An Extension


                                                                                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                            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.

                                                                                                                                                            Control20..*
                                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                            • value @ url
                                                                                                                                                            • 2208. CodeSystem.concept.property:Direct_site.extension:DefiningRelationshipType
                                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                                              Definition

                                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                                              Control1..1
                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                              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())
                                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              2210. CodeSystem.concept.property:Direct_site.extension:elProfileSetOperator
                                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                                              Definition

                                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                                              Control1..1
                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                              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())
                                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              2212. CodeSystem.concept.property:Direct_site.extension:roleGroup
                                                                                                                                                              Slice NameroleGroup
                                                                                                                                                              Definition

                                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                                              Control0..1
                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                              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())
                                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              2214. CodeSystem.concept.property:Direct_site.extension:changeType
                                                                                                                                                              Slice NamechangeType
                                                                                                                                                              Definition

                                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                                              ShortChange Type
                                                                                                                                                              Control0..1
                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                              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())
                                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              2216. CodeSystem.concept.property:Direct_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                              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())
                                                                                                                                                              2218. CodeSystem.concept.property:Direct_site.code
                                                                                                                                                              Definition

                                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                                              Control1..1
                                                                                                                                                              Typecode
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Summaryfalse
                                                                                                                                                              Fixed ValueDirect site
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              2220. CodeSystem.concept.property:Direct_site.value[x]
                                                                                                                                                              Definition

                                                                                                                                                              The value of this property.

                                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                                              Control1..1
                                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                              [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
                                                                                                                                                              Summaryfalse
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              2222. CodeSystem.concept.property:Specified_by
                                                                                                                                                              Slice NameSpecified_by
                                                                                                                                                              Definition

                                                                                                                                                              A property value for this concept.

                                                                                                                                                              ShortProperty slice to capture SNOMED CT Specified by for a conceptProperty value for the concept
                                                                                                                                                              Control0..1*
                                                                                                                                                              TypeBackboneElement
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Summaryfalse
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              2224. CodeSystem.concept.property:Specified_by.extension
                                                                                                                                                              Definition

                                                                                                                                                              An Extension


                                                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                              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.

                                                                                                                                                              Control20..*
                                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                              • value @ url
                                                                                                                                                              • 2226. CodeSystem.concept.property:Specified_by.extension:DefiningRelationshipType
                                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                                Definition

                                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                                Control1..1
                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                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())
                                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                2228. CodeSystem.concept.property:Specified_by.extension:elProfileSetOperator
                                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                                Definition

                                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                                Control1..1
                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                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())
                                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                2230. CodeSystem.concept.property:Specified_by.extension:roleGroup
                                                                                                                                                                Slice NameroleGroup
                                                                                                                                                                Definition

                                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                                Control0..1
                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                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())
                                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                2232. CodeSystem.concept.property:Specified_by.extension:changeType
                                                                                                                                                                Slice NamechangeType
                                                                                                                                                                Definition

                                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                ShortChange Type
                                                                                                                                                                Control0..1
                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                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())
                                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                2234. CodeSystem.concept.property:Specified_by.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                                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())
                                                                                                                                                                2236. CodeSystem.concept.property:Specified_by.code
                                                                                                                                                                Definition

                                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                                Control1..1
                                                                                                                                                                Typecode
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                Summaryfalse
                                                                                                                                                                Fixed ValueSpecified by
                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                2238. CodeSystem.concept.property:Specified_by.value[x]
                                                                                                                                                                Definition

                                                                                                                                                                The value of this property.

                                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                                Control1..1
                                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                [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
                                                                                                                                                                Summaryfalse
                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                2240. CodeSystem.concept.property:Observes
                                                                                                                                                                Slice NameObserves
                                                                                                                                                                Definition

                                                                                                                                                                A property value for this concept.

                                                                                                                                                                ShortProperty slice to capture SNOMED CT Observes for a conceptProperty value for the concept
                                                                                                                                                                Control0..1*
                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Must Supporttrue
                                                                                                                                                                Summaryfalse
                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                2242. CodeSystem.concept.property:Observes.extension
                                                                                                                                                                Definition

                                                                                                                                                                An Extension


                                                                                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                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.

                                                                                                                                                                Control20..*
                                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                • value @ url
                                                                                                                                                                • 2244. CodeSystem.concept.property:Observes.extension:DefiningRelationshipType
                                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                                  Definition

                                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                                  Control1..1
                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                  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())
                                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                  2246. CodeSystem.concept.property:Observes.extension:elProfileSetOperator
                                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                                  Definition

                                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                                  Control1..1
                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                  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())
                                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                  2248. CodeSystem.concept.property:Observes.extension:roleGroup
                                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                                  Definition

                                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                                  Control0..1
                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                  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())
                                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                  2250. CodeSystem.concept.property:Observes.extension:changeType
                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                  Definition

                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                  ShortChange Type
                                                                                                                                                                  Control0..1
                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                  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())
                                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                  2252. CodeSystem.concept.property:Observes.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                                  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())
                                                                                                                                                                  2254. CodeSystem.concept.property:Observes.code
                                                                                                                                                                  Definition

                                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                                  Control1..1
                                                                                                                                                                  Typecode
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                  Summaryfalse
                                                                                                                                                                  Fixed ValueObserves
                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  2256. CodeSystem.concept.property:Observes.value[x]
                                                                                                                                                                  Definition

                                                                                                                                                                  The value of this property.

                                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                                  Control1..1
                                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                  [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
                                                                                                                                                                  Summaryfalse
                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  2258. CodeSystem.concept.property:Is_about
                                                                                                                                                                  Slice NameIs_about
                                                                                                                                                                  Definition

                                                                                                                                                                  A property value for this concept.

                                                                                                                                                                  ShortProperty slice to capture SNOMED CT Is about for a conceptProperty value for the concept
                                                                                                                                                                  Control0..1*
                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                  Summaryfalse
                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  2260. CodeSystem.concept.property:Is_about.extension
                                                                                                                                                                  Definition

                                                                                                                                                                  An Extension


                                                                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                  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.

                                                                                                                                                                  Control20..*
                                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                  • value @ url
                                                                                                                                                                  • 2262. CodeSystem.concept.property:Is_about.extension:DefiningRelationshipType
                                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                                    Definition

                                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                                    Control1..1
                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                    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())
                                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                    2264. CodeSystem.concept.property:Is_about.extension:elProfileSetOperator
                                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                                    Definition

                                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                                    Control1..1
                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                    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())
                                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                    2266. CodeSystem.concept.property:Is_about.extension:roleGroup
                                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                                    Definition

                                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                                    Control0..1
                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                    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())
                                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                    2268. CodeSystem.concept.property:Is_about.extension:changeType
                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                    Definition

                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                    ShortChange Type
                                                                                                                                                                    Control0..1
                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                    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())
                                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                    2270. CodeSystem.concept.property:Is_about.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                                    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())
                                                                                                                                                                    2272. CodeSystem.concept.property:Is_about.code
                                                                                                                                                                    Definition

                                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                                    Control1..1
                                                                                                                                                                    Typecode
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                    Summaryfalse
                                                                                                                                                                    Fixed ValueIs about
                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    2274. CodeSystem.concept.property:Is_about.value[x]
                                                                                                                                                                    Definition

                                                                                                                                                                    The value of this property.

                                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                                    Control1..1
                                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                    [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
                                                                                                                                                                    Summaryfalse
                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    2276. CodeSystem.concept.property:Defined
                                                                                                                                                                    Slice NameDefined
                                                                                                                                                                    Definition

                                                                                                                                                                    A property value for this concept.

                                                                                                                                                                    ShortProperty slice to capture SNOMED CT Defined for a conceptProperty value for the concept
                                                                                                                                                                    Control0..1*
                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                    Summaryfalse
                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    2278. CodeSystem.concept.property:Defined.extension
                                                                                                                                                                    Definition

                                                                                                                                                                    An Extension


                                                                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                    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.

                                                                                                                                                                    Control20..*
                                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                    • value @ url
                                                                                                                                                                    • 2280. CodeSystem.concept.property:Defined.extension:DefiningRelationshipType
                                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                                      Definition

                                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                                      Control1..1
                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                      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())
                                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                      2282. CodeSystem.concept.property:Defined.extension:elProfileSetOperator
                                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                                      Definition

                                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                                      Control1..1
                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                      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())
                                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                      2284. CodeSystem.concept.property:Defined.extension:roleGroup
                                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                                      Definition

                                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                                      Control0..1
                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                      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())
                                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                      2286. CodeSystem.concept.property:Defined.extension:changeType
                                                                                                                                                                      Slice NamechangeType
                                                                                                                                                                      Definition

                                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                      ShortChange Type
                                                                                                                                                                      Control0..1
                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                      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())
                                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                      2288. CodeSystem.concept.property:Defined.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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.


                                                                                                                                                                      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())
                                                                                                                                                                      2290. CodeSystem.concept.property:Defined.code
                                                                                                                                                                      Definition

                                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                                      Control1..1
                                                                                                                                                                      Typecode
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                      Summaryfalse
                                                                                                                                                                      Fixed ValueDefined
                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      2292. CodeSystem.concept.property:Defined.value[x]
                                                                                                                                                                      Definition

                                                                                                                                                                      The value of this property.

                                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                                      Control1..1
                                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                      [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
                                                                                                                                                                      Summaryfalse
                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      2294. CodeSystem.concept.concept
                                                                                                                                                                      Definition

                                                                                                                                                                      Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) - see hierarchyMeaning.

                                                                                                                                                                      ShortChild Concepts (is-a/contains/categorizes)
                                                                                                                                                                      Comments

                                                                                                                                                                      For CodeSystem Change Sets, relationships to child concepts should be done through concept.property values, not concept.concept elements

                                                                                                                                                                      Control0..0*
                                                                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/CodeSystem#CodeSystem.concept
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Must Supportfalse
                                                                                                                                                                      Summaryfalse
                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))

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

                                                                                                                                                                      0. CodeSystem
                                                                                                                                                                      2. CodeSystem.property
                                                                                                                                                                      ShortProperty values should follow the SNOMED CT-specific guidance available here: https://terminology.hl7.org/SNOMEDCT.html#snomed-ct-properties
                                                                                                                                                                      SlicingThis element introduces a set of slices on CodeSystem.property. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                      • value @ code
                                                                                                                                                                      • 4. CodeSystem.property:inactive
                                                                                                                                                                        Slice Nameinactive
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT inactive for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        6. CodeSystem.property:inactive.code
                                                                                                                                                                        Fixed Valueinactive
                                                                                                                                                                        8. CodeSystem.property:inactive.type
                                                                                                                                                                        Fixed Valueboolean
                                                                                                                                                                        10. CodeSystem.property:definitionStatusId
                                                                                                                                                                        Slice NamedefinitionStatusId
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT definitionStatusId for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        12. CodeSystem.property:definitionStatusId.code
                                                                                                                                                                        Fixed ValuedefinitionStatusId
                                                                                                                                                                        14. CodeSystem.property:definitionStatusId.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        16. CodeSystem.property:parent
                                                                                                                                                                        Slice Nameparent
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT parent for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        18. CodeSystem.property:parent.code
                                                                                                                                                                        Fixed Valueparent
                                                                                                                                                                        20. CodeSystem.property:parent.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        22. CodeSystem.property:moduleId
                                                                                                                                                                        Slice NamemoduleId
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT moduleId for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        24. CodeSystem.property:moduleId.code
                                                                                                                                                                        Fixed ValuemoduleId
                                                                                                                                                                        26. CodeSystem.property:moduleId.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        28. CodeSystem.property:Due_to
                                                                                                                                                                        Slice NameDue_to
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Due to for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        30. CodeSystem.property:Due_to.code
                                                                                                                                                                        Fixed ValueDue to
                                                                                                                                                                        32. CodeSystem.property:Due_to.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        34. CodeSystem.property:Associated_with
                                                                                                                                                                        Slice NameAssociated_with
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Associated with for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        36. CodeSystem.property:Associated_with.code
                                                                                                                                                                        Fixed ValueAssociated with
                                                                                                                                                                        38. CodeSystem.property:Associated_with.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        40. CodeSystem.property:Associated_morphology
                                                                                                                                                                        Slice NameAssociated_morphology
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Associated morphology for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        42. CodeSystem.property:Associated_morphology.code
                                                                                                                                                                        Fixed ValueAssociated morphology
                                                                                                                                                                        44. CodeSystem.property:Associated_morphology.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        46. CodeSystem.property:Has_specimen
                                                                                                                                                                        Slice NameHas_specimen
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Has specimen for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        48. CodeSystem.property:Has_specimen.code
                                                                                                                                                                        Fixed ValueHas specimen
                                                                                                                                                                        50. CodeSystem.property:Has_specimen.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        52. CodeSystem.property:Specimen_source_morphology
                                                                                                                                                                        Slice NameSpecimen_source_morphology
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Specimen source morphology for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        54. CodeSystem.property:Specimen_source_morphology.code
                                                                                                                                                                        Fixed ValueSpecimen source morphology
                                                                                                                                                                        56. CodeSystem.property:Specimen_source_morphology.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        58. CodeSystem.property:Specimen_source_topography
                                                                                                                                                                        Slice NameSpecimen_source_topography
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Specimen source topography for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        60. CodeSystem.property:Specimen_source_topography.code
                                                                                                                                                                        Fixed ValueSpecimen source topography
                                                                                                                                                                        62. CodeSystem.property:Specimen_source_topography.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        64. CodeSystem.property:Specimen_source_identity
                                                                                                                                                                        Slice NameSpecimen_source_identity
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Specimen source identity for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        66. CodeSystem.property:Specimen_source_identity.code
                                                                                                                                                                        Fixed ValueSpecimen source identity
                                                                                                                                                                        68. CodeSystem.property:Specimen_source_identity.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        70. CodeSystem.property:Specimen_procedure
                                                                                                                                                                        Slice NameSpecimen_procedure
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Specimen procedure for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        72. CodeSystem.property:Specimen_procedure.code
                                                                                                                                                                        Fixed ValueSpecimen procedure
                                                                                                                                                                        74. CodeSystem.property:Specimen_procedure.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        76. CodeSystem.property:Part_of
                                                                                                                                                                        Slice NamePart_of
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Part of for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        78. CodeSystem.property:Part_of.code
                                                                                                                                                                        Fixed ValuePart of
                                                                                                                                                                        80. CodeSystem.property:Part_of.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        82. CodeSystem.property:Has_active_ingredient
                                                                                                                                                                        Slice NameHas_active_ingredient
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Has active ingredient for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        84. CodeSystem.property:Has_active_ingredient.code
                                                                                                                                                                        Fixed ValueHas active ingredient
                                                                                                                                                                        86. CodeSystem.property:Has_active_ingredient.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        88. CodeSystem.property:Subject_of_information
                                                                                                                                                                        Slice NameSubject_of_information
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Subject of information for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        90. CodeSystem.property:Subject_of_information.code
                                                                                                                                                                        Fixed ValueSubject of information
                                                                                                                                                                        92. CodeSystem.property:Subject_of_information.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        94. CodeSystem.property:Causative_agent
                                                                                                                                                                        Slice NameCausative_agent
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Causative agent for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        96. CodeSystem.property:Causative_agent.code
                                                                                                                                                                        Fixed ValueCausative agent
                                                                                                                                                                        98. CodeSystem.property:Causative_agent.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        100. CodeSystem.property:Associated_finding
                                                                                                                                                                        Slice NameAssociated_finding
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Associated finding for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        102. CodeSystem.property:Associated_finding.code
                                                                                                                                                                        Fixed ValueAssociated finding
                                                                                                                                                                        104. CodeSystem.property:Associated_finding.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        106. CodeSystem.property:Component
                                                                                                                                                                        Slice NameComponent
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Component for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        108. CodeSystem.property:Component.code
                                                                                                                                                                        Fixed ValueComponent
                                                                                                                                                                        110. CodeSystem.property:Component.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        112. CodeSystem.property:Severity
                                                                                                                                                                        Slice NameSeverity
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Severity for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        114. CodeSystem.property:Severity.code
                                                                                                                                                                        Fixed ValueSeverity
                                                                                                                                                                        116. CodeSystem.property:Severity.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        118. CodeSystem.property:Occurrence
                                                                                                                                                                        Slice NameOccurrence
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Occurrence for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        120. CodeSystem.property:Occurrence.code
                                                                                                                                                                        Fixed ValueOccurrence
                                                                                                                                                                        122. CodeSystem.property:Occurrence.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        124. CodeSystem.property:Episodicity
                                                                                                                                                                        Slice NameEpisodicity
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Episodicity for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        126. CodeSystem.property:Episodicity.code
                                                                                                                                                                        Fixed ValueEpisodicity
                                                                                                                                                                        128. CodeSystem.property:Episodicity.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        130. CodeSystem.property:Technique
                                                                                                                                                                        Slice NameTechnique
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Technique for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        132. CodeSystem.property:Technique.code
                                                                                                                                                                        Fixed ValueTechnique
                                                                                                                                                                        134. CodeSystem.property:Technique.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        136. CodeSystem.property:Revision_status
                                                                                                                                                                        Slice NameRevision_status
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Revision status for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        138. CodeSystem.property:Revision_status.code
                                                                                                                                                                        Fixed ValueRevision status
                                                                                                                                                                        140. CodeSystem.property:Revision_status.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        142. CodeSystem.property:Units
                                                                                                                                                                        Slice NameUnits
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Units for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        144. CodeSystem.property:Units.code
                                                                                                                                                                        Fixed ValueUnits
                                                                                                                                                                        146. CodeSystem.property:Units.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        148. CodeSystem.property:After
                                                                                                                                                                        Slice NameAfter
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT After for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        150. CodeSystem.property:After.code
                                                                                                                                                                        Fixed ValueAfter
                                                                                                                                                                        152. CodeSystem.property:After.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        154. CodeSystem.property:Access
                                                                                                                                                                        Slice NameAccess
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Access for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        156. CodeSystem.property:Access.code
                                                                                                                                                                        Fixed ValueAccess
                                                                                                                                                                        158. CodeSystem.property:Access.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        160. CodeSystem.property:Method
                                                                                                                                                                        Slice NameMethod
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Method for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        162. CodeSystem.property:Method.code
                                                                                                                                                                        Fixed ValueMethod
                                                                                                                                                                        164. CodeSystem.property:Method.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        166. CodeSystem.property:Priority
                                                                                                                                                                        Slice NamePriority
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Priority for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        168. CodeSystem.property:Priority.code
                                                                                                                                                                        Fixed ValuePriority
                                                                                                                                                                        170. CodeSystem.property:Priority.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        172. CodeSystem.property:Clinical_course
                                                                                                                                                                        Slice NameClinical_course
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Clinical course for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        174. CodeSystem.property:Clinical_course.code
                                                                                                                                                                        Fixed ValueClinical course
                                                                                                                                                                        176. CodeSystem.property:Clinical_course.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        178. CodeSystem.property:Laterality
                                                                                                                                                                        Slice NameLaterality
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Laterality for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        180. CodeSystem.property:Laterality.code
                                                                                                                                                                        Fixed ValueLaterality
                                                                                                                                                                        182. CodeSystem.property:Laterality.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        184. CodeSystem.property:Associated_procedure
                                                                                                                                                                        Slice NameAssociated_procedure
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Associated procedure for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        186. CodeSystem.property:Associated_procedure.code
                                                                                                                                                                        Fixed ValueAssociated procedure
                                                                                                                                                                        188. CodeSystem.property:Associated_procedure.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        190. CodeSystem.property:Finding_site
                                                                                                                                                                        Slice NameFinding_site
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Finding site for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        192. CodeSystem.property:Finding_site.code
                                                                                                                                                                        Fixed ValueFinding site
                                                                                                                                                                        194. CodeSystem.property:Finding_site.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        196. CodeSystem.property:Direct_morphology
                                                                                                                                                                        Slice NameDirect_morphology
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Direct morphology for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        198. CodeSystem.property:Direct_morphology.code
                                                                                                                                                                        Fixed ValueDirect morphology
                                                                                                                                                                        200. CodeSystem.property:Direct_morphology.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        202. CodeSystem.property:Direct_substance
                                                                                                                                                                        Slice NameDirect_substance
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Direct substance for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        204. CodeSystem.property:Direct_substance.code
                                                                                                                                                                        Fixed ValueDirect substance
                                                                                                                                                                        206. CodeSystem.property:Direct_substance.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        208. CodeSystem.property:Has_focus
                                                                                                                                                                        Slice NameHas_focus
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Has focus for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        210. CodeSystem.property:Has_focus.code
                                                                                                                                                                        Fixed ValueHas focus
                                                                                                                                                                        212. CodeSystem.property:Has_focus.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        214. CodeSystem.property:Has_intent
                                                                                                                                                                        Slice NameHas_intent
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Has intent for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        216. CodeSystem.property:Has_intent.code
                                                                                                                                                                        Fixed ValueHas intent
                                                                                                                                                                        218. CodeSystem.property:Has_intent.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        220. CodeSystem.property:Procedure_site
                                                                                                                                                                        Slice NameProcedure_site
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Procedure site for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        222. CodeSystem.property:Procedure_site.code
                                                                                                                                                                        Fixed ValueProcedure site
                                                                                                                                                                        224. CodeSystem.property:Procedure_site.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        226. CodeSystem.property:Has_definitional_manifestation
                                                                                                                                                                        Slice NameHas_definitional_manifestation
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Has definitional manifestation for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        228. CodeSystem.property:Has_definitional_manifestation.code
                                                                                                                                                                        Fixed ValueHas definitional manifestation
                                                                                                                                                                        230. CodeSystem.property:Has_definitional_manifestation.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        232. CodeSystem.property:Indirect_morphology
                                                                                                                                                                        Slice NameIndirect_morphology
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Indirect morphology for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        234. CodeSystem.property:Indirect_morphology.code
                                                                                                                                                                        Fixed ValueIndirect morphology
                                                                                                                                                                        236. CodeSystem.property:Indirect_morphology.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        238. CodeSystem.property:Indirect_device
                                                                                                                                                                        Slice NameIndirect_device
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Indirect device for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        240. CodeSystem.property:Indirect_device.code
                                                                                                                                                                        Fixed ValueIndirect device
                                                                                                                                                                        242. CodeSystem.property:Indirect_device.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        244. CodeSystem.property:Has_interpretation
                                                                                                                                                                        Slice NameHas_interpretation
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Has interpretation for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        246. CodeSystem.property:Has_interpretation.code
                                                                                                                                                                        Fixed ValueHas interpretation
                                                                                                                                                                        248. CodeSystem.property:Has_interpretation.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        250. CodeSystem.property:Interprets
                                                                                                                                                                        Slice NameInterprets
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Interprets for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        252. CodeSystem.property:Interprets.code
                                                                                                                                                                        Fixed ValueInterprets
                                                                                                                                                                        254. CodeSystem.property:Interprets.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        256. CodeSystem.property:Measurement_method
                                                                                                                                                                        Slice NameMeasurement_method
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Measurement method for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        258. CodeSystem.property:Measurement_method.code
                                                                                                                                                                        Fixed ValueMeasurement method
                                                                                                                                                                        260. CodeSystem.property:Measurement_method.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        262. CodeSystem.property:Property
                                                                                                                                                                        Slice NameProperty
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Property for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        264. CodeSystem.property:Property.code
                                                                                                                                                                        Fixed ValueProperty
                                                                                                                                                                        266. CodeSystem.property:Property.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        268. CodeSystem.property:Recipient_category
                                                                                                                                                                        Slice NameRecipient_category
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Recipient category for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        270. CodeSystem.property:Recipient_category.code
                                                                                                                                                                        Fixed ValueRecipient category
                                                                                                                                                                        272. CodeSystem.property:Recipient_category.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        274. CodeSystem.property:Scale_type
                                                                                                                                                                        Slice NameScale_type
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Scale type for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        276. CodeSystem.property:Scale_type.code
                                                                                                                                                                        Fixed ValueScale type
                                                                                                                                                                        278. CodeSystem.property:Scale_type.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        280. CodeSystem.property:Specimen_substance
                                                                                                                                                                        Slice NameSpecimen_substance
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Specimen substance for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        282. CodeSystem.property:Specimen_substance.code
                                                                                                                                                                        Fixed ValueSpecimen substance
                                                                                                                                                                        284. CodeSystem.property:Specimen_substance.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        286. CodeSystem.property:Time_aspect
                                                                                                                                                                        Slice NameTime_aspect
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Time aspect for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        288. CodeSystem.property:Time_aspect.code
                                                                                                                                                                        Fixed ValueTime aspect
                                                                                                                                                                        290. CodeSystem.property:Time_aspect.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        292. CodeSystem.property:Pathological_process
                                                                                                                                                                        Slice NamePathological_process
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Pathological process for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        294. CodeSystem.property:Pathological_process.code
                                                                                                                                                                        Fixed ValuePathological process
                                                                                                                                                                        296. CodeSystem.property:Pathological_process.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        298. CodeSystem.property:Procedure_site_-_Direct
                                                                                                                                                                        Slice NameProcedure_site_-_Direct
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Procedure site - Direct for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        300. CodeSystem.property:Procedure_site_-_Direct.code
                                                                                                                                                                        Fixed ValueProcedure site - Direct
                                                                                                                                                                        302. CodeSystem.property:Procedure_site_-_Direct.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        304. CodeSystem.property:Procedure_site_-_Indirect
                                                                                                                                                                        Slice NameProcedure_site_-_Indirect
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Procedure site - Indirect for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        306. CodeSystem.property:Procedure_site_-_Indirect.code
                                                                                                                                                                        Fixed ValueProcedure site - Indirect
                                                                                                                                                                        308. CodeSystem.property:Procedure_site_-_Indirect.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        310. CodeSystem.property:Procedure_device
                                                                                                                                                                        Slice NameProcedure_device
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Procedure device for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        312. CodeSystem.property:Procedure_device.code
                                                                                                                                                                        Fixed ValueProcedure device
                                                                                                                                                                        314. CodeSystem.property:Procedure_device.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        316. CodeSystem.property:Procedure_morphology
                                                                                                                                                                        Slice NameProcedure_morphology
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Procedure morphology for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        318. CodeSystem.property:Procedure_morphology.code
                                                                                                                                                                        Fixed ValueProcedure morphology
                                                                                                                                                                        320. CodeSystem.property:Procedure_morphology.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        322. CodeSystem.property:Finding_context
                                                                                                                                                                        Slice NameFinding_context
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Finding context for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        324. CodeSystem.property:Finding_context.code
                                                                                                                                                                        Fixed ValueFinding context
                                                                                                                                                                        326. CodeSystem.property:Finding_context.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        328. CodeSystem.property:Temporal_context
                                                                                                                                                                        Slice NameTemporal_context
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Temporal context for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        330. CodeSystem.property:Temporal_context.code
                                                                                                                                                                        Fixed ValueTemporal context
                                                                                                                                                                        332. CodeSystem.property:Temporal_context.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        334. CodeSystem.property:Subject_relationship_context
                                                                                                                                                                        Slice NameSubject_relationship_context
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Subject relationship context for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        336. CodeSystem.property:Subject_relationship_context.code
                                                                                                                                                                        Fixed ValueSubject relationship context
                                                                                                                                                                        338. CodeSystem.property:Subject_relationship_context.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        340. CodeSystem.property:Route_of_administration
                                                                                                                                                                        Slice NameRoute_of_administration
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Route of administration for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        342. CodeSystem.property:Route_of_administration.code
                                                                                                                                                                        Fixed ValueRoute of administration
                                                                                                                                                                        344. CodeSystem.property:Route_of_administration.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        346. CodeSystem.property:Has_dose_form
                                                                                                                                                                        Slice NameHas_dose_form
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Has dose form for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        348. CodeSystem.property:Has_dose_form.code
                                                                                                                                                                        Fixed ValueHas dose form
                                                                                                                                                                        350. CodeSystem.property:Has_dose_form.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        352. CodeSystem.property:Finding_method
                                                                                                                                                                        Slice NameFinding_method
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Finding method for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        354. CodeSystem.property:Finding_method.code
                                                                                                                                                                        Fixed ValueFinding method
                                                                                                                                                                        356. CodeSystem.property:Finding_method.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        358. CodeSystem.property:Finding_informer
                                                                                                                                                                        Slice NameFinding_informer
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Finding informer for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        360. CodeSystem.property:Finding_informer.code
                                                                                                                                                                        Fixed ValueFinding informer
                                                                                                                                                                        362. CodeSystem.property:Finding_informer.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        364. CodeSystem.property:Using_device
                                                                                                                                                                        Slice NameUsing_device
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Using device for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        366. CodeSystem.property:Using_device.code
                                                                                                                                                                        Fixed ValueUsing device
                                                                                                                                                                        368. CodeSystem.property:Using_device.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        370. CodeSystem.property:Using_energy
                                                                                                                                                                        Slice NameUsing_energy
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Using energy for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        372. CodeSystem.property:Using_energy.code
                                                                                                                                                                        Fixed ValueUsing energy
                                                                                                                                                                        374. CodeSystem.property:Using_energy.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        376. CodeSystem.property:Using_substance
                                                                                                                                                                        Slice NameUsing_substance
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Using substance for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        378. CodeSystem.property:Using_substance.code
                                                                                                                                                                        Fixed ValueUsing substance
                                                                                                                                                                        380. CodeSystem.property:Using_substance.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        382. CodeSystem.property:Surgical_approach
                                                                                                                                                                        Slice NameSurgical_approach
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Surgical approach for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        384. CodeSystem.property:Surgical_approach.code
                                                                                                                                                                        Fixed ValueSurgical approach
                                                                                                                                                                        386. CodeSystem.property:Surgical_approach.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        388. CodeSystem.property:Using_access_device
                                                                                                                                                                        Slice NameUsing_access_device
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Using access device for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        390. CodeSystem.property:Using_access_device.code
                                                                                                                                                                        Fixed ValueUsing access device
                                                                                                                                                                        392. CodeSystem.property:Using_access_device.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        394. CodeSystem.property:Property_type
                                                                                                                                                                        Slice NameProperty_type
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Property type for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        396. CodeSystem.property:Property_type.code
                                                                                                                                                                        Fixed ValueProperty type
                                                                                                                                                                        398. CodeSystem.property:Property_type.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        400. CodeSystem.property:Inheres_in
                                                                                                                                                                        Slice NameInheres_in
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Inheres in for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        402. CodeSystem.property:Inheres_in.code
                                                                                                                                                                        Fixed ValueInheres in
                                                                                                                                                                        404. CodeSystem.property:Inheres_in.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        406. CodeSystem.property:Towards
                                                                                                                                                                        Slice NameTowards
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Towards for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        408. CodeSystem.property:Towards.code
                                                                                                                                                                        Fixed ValueTowards
                                                                                                                                                                        410. CodeSystem.property:Towards.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        412. CodeSystem.property:Characterizes
                                                                                                                                                                        Slice NameCharacterizes
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Characterizes for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        414. CodeSystem.property:Characterizes.code
                                                                                                                                                                        Fixed ValueCharacterizes
                                                                                                                                                                        416. CodeSystem.property:Characterizes.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        418. CodeSystem.property:Process_agent
                                                                                                                                                                        Slice NameProcess_agent
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Process agent for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        420. CodeSystem.property:Process_agent.code
                                                                                                                                                                        Fixed ValueProcess agent
                                                                                                                                                                        422. CodeSystem.property:Process_agent.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        424. CodeSystem.property:Process_duration
                                                                                                                                                                        Slice NameProcess_duration
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Process duration for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        426. CodeSystem.property:Process_duration.code
                                                                                                                                                                        Fixed ValueProcess duration
                                                                                                                                                                        428. CodeSystem.property:Process_duration.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        430. CodeSystem.property:Process_output
                                                                                                                                                                        Slice NameProcess_output
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Process output for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        432. CodeSystem.property:Process_output.code
                                                                                                                                                                        Fixed ValueProcess output
                                                                                                                                                                        434. CodeSystem.property:Process_output.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        436. CodeSystem.property:Relative_to
                                                                                                                                                                        Slice NameRelative_to
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Relative to for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        438. CodeSystem.property:Relative_to.code
                                                                                                                                                                        Fixed ValueRelative to
                                                                                                                                                                        440. CodeSystem.property:Relative_to.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        442. CodeSystem.property:Precondition
                                                                                                                                                                        Slice NamePrecondition
                                                                                                                                                                        ShortProperty slice to capture SNOMED Precondition for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        444. CodeSystem.property:Precondition.code
                                                                                                                                                                        Fixed ValuePrecondition
                                                                                                                                                                        446. CodeSystem.property:Precondition.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        448. CodeSystem.property:Direct_site
                                                                                                                                                                        Slice NameDirect_site
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Direct site for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        450. CodeSystem.property:Direct_site.code
                                                                                                                                                                        Fixed ValueDirect site
                                                                                                                                                                        452. CodeSystem.property:Direct_site.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        454. CodeSystem.property:Specified_by
                                                                                                                                                                        Slice NameSpecified_by
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Specified by for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        456. CodeSystem.property:Specified_by.code
                                                                                                                                                                        Fixed ValueSpecified by
                                                                                                                                                                        458. CodeSystem.property:Specified_by.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        460. CodeSystem.property:Observes
                                                                                                                                                                        Slice NameObserves
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Observes for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        462. CodeSystem.property:Observes.code
                                                                                                                                                                        Fixed ValueObserves
                                                                                                                                                                        464. CodeSystem.property:Observes.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        466. CodeSystem.property:Is_about
                                                                                                                                                                        Slice NameIs_about
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Is about for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        468. CodeSystem.property:Is_about.code
                                                                                                                                                                        Fixed ValueIs about
                                                                                                                                                                        470. CodeSystem.property:Is_about.type
                                                                                                                                                                        Fixed ValueCoding
                                                                                                                                                                        472. CodeSystem.property:Defined
                                                                                                                                                                        Slice NameDefined
                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Defined for a concept
                                                                                                                                                                        Control0..1
                                                                                                                                                                        474. CodeSystem.property:Defined.code
                                                                                                                                                                        Fixed ValueDefined
                                                                                                                                                                        476. CodeSystem.property:Defined.type
                                                                                                                                                                        Fixed Valueboolean
                                                                                                                                                                        478. CodeSystem.concept
                                                                                                                                                                        480. CodeSystem.concept.code
                                                                                                                                                                        482. CodeSystem.concept.designation
                                                                                                                                                                        484. CodeSystem.concept.designation.extension
                                                                                                                                                                        Control2..?
                                                                                                                                                                        486. CodeSystem.concept.designation.extension:caseSensitivity
                                                                                                                                                                        Slice NamecaseSensitivity
                                                                                                                                                                        Control1..?
                                                                                                                                                                        488. CodeSystem.concept.designation.extension:acceptability
                                                                                                                                                                        Slice Nameacceptability
                                                                                                                                                                        Control1..?
                                                                                                                                                                        490. CodeSystem.concept.property
                                                                                                                                                                        SlicingThis element introduces a set of slices on CodeSystem.concept.property. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                        • value @ code
                                                                                                                                                                        • 492. CodeSystem.concept.property.extension
                                                                                                                                                                          Control2..?
                                                                                                                                                                          494. CodeSystem.concept.property.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          496. CodeSystem.concept.property.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          498. CodeSystem.concept.property:inactive
                                                                                                                                                                          Slice Nameinactive
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT inactive for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          500. CodeSystem.concept.property:inactive.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          502. CodeSystem.concept.property:inactive.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          504. CodeSystem.concept.property:inactive.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          506. CodeSystem.concept.property:inactive.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          508. CodeSystem.concept.property:inactive.code
                                                                                                                                                                          Fixed Valueinactive
                                                                                                                                                                          510. CodeSystem.concept.property:definitionStatusId
                                                                                                                                                                          Slice NamedefinitionStatusId
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT definitionStatusId for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          512. CodeSystem.concept.property:definitionStatusId.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          514. CodeSystem.concept.property:definitionStatusId.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          516. CodeSystem.concept.property:definitionStatusId.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          518. CodeSystem.concept.property:definitionStatusId.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          520. CodeSystem.concept.property:definitionStatusId.code
                                                                                                                                                                          Fixed ValuedefinitionStatusId
                                                                                                                                                                          522. CodeSystem.concept.property:parent
                                                                                                                                                                          Slice Nameparent
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT parent for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          524. CodeSystem.concept.property:parent.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          526. CodeSystem.concept.property:parent.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          528. CodeSystem.concept.property:parent.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          530. CodeSystem.concept.property:parent.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          532. CodeSystem.concept.property:parent.code
                                                                                                                                                                          Fixed Valueparent
                                                                                                                                                                          534. CodeSystem.concept.property:moduleId
                                                                                                                                                                          Slice NamemoduleId
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT moduleId for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          536. CodeSystem.concept.property:moduleId.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          538. CodeSystem.concept.property:moduleId.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          540. CodeSystem.concept.property:moduleId.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          542. CodeSystem.concept.property:moduleId.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          544. CodeSystem.concept.property:moduleId.code
                                                                                                                                                                          Fixed ValuemoduleId
                                                                                                                                                                          546. CodeSystem.concept.property:Due_to
                                                                                                                                                                          Slice NameDue_to
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Due to for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          548. CodeSystem.concept.property:Due_to.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          550. CodeSystem.concept.property:Due_to.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          552. CodeSystem.concept.property:Due_to.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          554. CodeSystem.concept.property:Due_to.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          556. CodeSystem.concept.property:Due_to.code
                                                                                                                                                                          Fixed ValueDue to
                                                                                                                                                                          558. CodeSystem.concept.property:Associated_with
                                                                                                                                                                          Slice NameAssociated_with
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Associated with for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          560. CodeSystem.concept.property:Associated_with.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          562. CodeSystem.concept.property:Associated_with.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          564. CodeSystem.concept.property:Associated_with.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          566. CodeSystem.concept.property:Associated_with.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          568. CodeSystem.concept.property:Associated_with.code
                                                                                                                                                                          Fixed ValueAssociated with
                                                                                                                                                                          570. CodeSystem.concept.property:Associated_morphology
                                                                                                                                                                          Slice NameAssociated_morphology
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Associated morphology for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          572. CodeSystem.concept.property:Associated_morphology.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          574. CodeSystem.concept.property:Associated_morphology.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          576. CodeSystem.concept.property:Associated_morphology.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          578. CodeSystem.concept.property:Associated_morphology.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          580. CodeSystem.concept.property:Associated_morphology.code
                                                                                                                                                                          Fixed ValueAssociated morphology
                                                                                                                                                                          582. CodeSystem.concept.property:Has_specimen
                                                                                                                                                                          Slice NameHas_specimen
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Has specimen for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          584. CodeSystem.concept.property:Has_specimen.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          586. CodeSystem.concept.property:Has_specimen.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          588. CodeSystem.concept.property:Has_specimen.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          590. CodeSystem.concept.property:Has_specimen.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          592. CodeSystem.concept.property:Has_specimen.code
                                                                                                                                                                          Fixed ValueHas specimen
                                                                                                                                                                          594. CodeSystem.concept.property:Specimen_source_morphology
                                                                                                                                                                          Slice NameSpecimen_source_morphology
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Specimen source morphology for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          596. CodeSystem.concept.property:Specimen_source_morphology.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          598. CodeSystem.concept.property:Specimen_source_morphology.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          600. CodeSystem.concept.property:Specimen_source_morphology.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          602. CodeSystem.concept.property:Specimen_source_morphology.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          604. CodeSystem.concept.property:Specimen_source_morphology.code
                                                                                                                                                                          Fixed ValueSpecimen source morphology
                                                                                                                                                                          606. CodeSystem.concept.property:Specimen_source_topography
                                                                                                                                                                          Slice NameSpecimen_source_topography
                                                                                                                                                                          ShortProperty slice to capture SNOMEDCT Specimen source topography for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          608. CodeSystem.concept.property:Specimen_source_topography.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          610. CodeSystem.concept.property:Specimen_source_topography.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          612. CodeSystem.concept.property:Specimen_source_topography.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          614. CodeSystem.concept.property:Specimen_source_topography.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          616. CodeSystem.concept.property:Specimen_source_topography.code
                                                                                                                                                                          Fixed ValueSpecimen source topography
                                                                                                                                                                          618. CodeSystem.concept.property:Specimen_source_identity
                                                                                                                                                                          Slice NameSpecimen_source_identity
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Specimen source identity for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          620. CodeSystem.concept.property:Specimen_source_identity.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          622. CodeSystem.concept.property:Specimen_source_identity.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          624. CodeSystem.concept.property:Specimen_source_identity.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          626. CodeSystem.concept.property:Specimen_source_identity.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          628. CodeSystem.concept.property:Specimen_source_identity.code
                                                                                                                                                                          Fixed ValueSpecimen source identity
                                                                                                                                                                          630. CodeSystem.concept.property:Specimen_procedure
                                                                                                                                                                          Slice NameSpecimen_procedure
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Specimen procedure for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          632. CodeSystem.concept.property:Specimen_procedure.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          634. CodeSystem.concept.property:Specimen_procedure.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          636. CodeSystem.concept.property:Specimen_procedure.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          638. CodeSystem.concept.property:Specimen_procedure.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          640. CodeSystem.concept.property:Specimen_procedure.code
                                                                                                                                                                          Fixed ValueSpecimen procedure
                                                                                                                                                                          642. CodeSystem.concept.property:Part_of
                                                                                                                                                                          Slice NamePart_of
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Part of for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          644. CodeSystem.concept.property:Part_of.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          646. CodeSystem.concept.property:Part_of.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          648. CodeSystem.concept.property:Part_of.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          650. CodeSystem.concept.property:Part_of.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          652. CodeSystem.concept.property:Part_of.code
                                                                                                                                                                          Fixed ValuePart of
                                                                                                                                                                          654. CodeSystem.concept.property:Has_active_ingredient
                                                                                                                                                                          Slice NameHas_active_ingredient
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Has active ingredient for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          656. CodeSystem.concept.property:Has_active_ingredient.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          658. CodeSystem.concept.property:Has_active_ingredient.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          660. CodeSystem.concept.property:Has_active_ingredient.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          662. CodeSystem.concept.property:Has_active_ingredient.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          664. CodeSystem.concept.property:Has_active_ingredient.code
                                                                                                                                                                          Fixed ValueHas active ingredient
                                                                                                                                                                          666. CodeSystem.concept.property:Subject_of_information
                                                                                                                                                                          Slice NameSubject_of_information
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Subject of information for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          668. CodeSystem.concept.property:Subject_of_information.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          670. CodeSystem.concept.property:Subject_of_information.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          672. CodeSystem.concept.property:Subject_of_information.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          674. CodeSystem.concept.property:Subject_of_information.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          676. CodeSystem.concept.property:Subject_of_information.code
                                                                                                                                                                          Fixed ValueSubject of information
                                                                                                                                                                          678. CodeSystem.concept.property:Causative_agent
                                                                                                                                                                          Slice NameCausative_agent
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Causative agent for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          680. CodeSystem.concept.property:Causative_agent.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          682. CodeSystem.concept.property:Causative_agent.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          684. CodeSystem.concept.property:Causative_agent.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          686. CodeSystem.concept.property:Causative_agent.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          688. CodeSystem.concept.property:Causative_agent.code
                                                                                                                                                                          Fixed ValueCausative agent
                                                                                                                                                                          690. CodeSystem.concept.property:Associated_finding
                                                                                                                                                                          Slice NameAssociated_finding
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Associated finding for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          692. CodeSystem.concept.property:Associated_finding.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          694. CodeSystem.concept.property:Associated_finding.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          696. CodeSystem.concept.property:Associated_finding.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          698. CodeSystem.concept.property:Associated_finding.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          700. CodeSystem.concept.property:Associated_finding.code
                                                                                                                                                                          Fixed ValueAssociated finding
                                                                                                                                                                          702. CodeSystem.concept.property:Component
                                                                                                                                                                          Slice NameComponent
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Component for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          704. CodeSystem.concept.property:Component.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          706. CodeSystem.concept.property:Component.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          708. CodeSystem.concept.property:Component.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          710. CodeSystem.concept.property:Component.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          712. CodeSystem.concept.property:Component.code
                                                                                                                                                                          Fixed ValueComponent
                                                                                                                                                                          714. CodeSystem.concept.property:Severity
                                                                                                                                                                          Slice NameSeverity
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Severity for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          716. CodeSystem.concept.property:Severity.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          718. CodeSystem.concept.property:Severity.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          720. CodeSystem.concept.property:Severity.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          722. CodeSystem.concept.property:Severity.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          724. CodeSystem.concept.property:Severity.code
                                                                                                                                                                          Fixed ValueSeverity
                                                                                                                                                                          726. CodeSystem.concept.property:Occurrence
                                                                                                                                                                          Slice NameOccurrence
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Occurrence for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          728. CodeSystem.concept.property:Occurrence.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          730. CodeSystem.concept.property:Occurrence.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          732. CodeSystem.concept.property:Occurrence.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          734. CodeSystem.concept.property:Occurrence.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          736. CodeSystem.concept.property:Occurrence.code
                                                                                                                                                                          Fixed ValueOccurrence
                                                                                                                                                                          738. CodeSystem.concept.property:Episodicity
                                                                                                                                                                          Slice NameEpisodicity
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Episodicity for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          740. CodeSystem.concept.property:Episodicity.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          742. CodeSystem.concept.property:Episodicity.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          744. CodeSystem.concept.property:Episodicity.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          746. CodeSystem.concept.property:Episodicity.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          748. CodeSystem.concept.property:Episodicity.code
                                                                                                                                                                          Fixed ValueEpisodicity
                                                                                                                                                                          750. CodeSystem.concept.property:Technique
                                                                                                                                                                          Slice NameTechnique
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Technique for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          752. CodeSystem.concept.property:Technique.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          754. CodeSystem.concept.property:Technique.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          756. CodeSystem.concept.property:Technique.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          758. CodeSystem.concept.property:Technique.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          760. CodeSystem.concept.property:Technique.code
                                                                                                                                                                          Fixed ValueTechnique
                                                                                                                                                                          762. CodeSystem.concept.property:Revision_status
                                                                                                                                                                          Slice NameRevision_status
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Revision status for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          764. CodeSystem.concept.property:Revision_status.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          766. CodeSystem.concept.property:Revision_status.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          768. CodeSystem.concept.property:Revision_status.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          770. CodeSystem.concept.property:Revision_status.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          772. CodeSystem.concept.property:Revision_status.code
                                                                                                                                                                          Fixed ValueRevision status
                                                                                                                                                                          774. CodeSystem.concept.property:Units
                                                                                                                                                                          Slice NameUnits
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Units for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          776. CodeSystem.concept.property:Units.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          778. CodeSystem.concept.property:Units.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          780. CodeSystem.concept.property:Units.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          782. CodeSystem.concept.property:Units.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          784. CodeSystem.concept.property:Units.code
                                                                                                                                                                          Fixed ValueUnits
                                                                                                                                                                          786. CodeSystem.concept.property:After
                                                                                                                                                                          Slice NameAfter
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT After for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          788. CodeSystem.concept.property:After.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          790. CodeSystem.concept.property:After.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          792. CodeSystem.concept.property:After.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          794. CodeSystem.concept.property:After.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          796. CodeSystem.concept.property:After.code
                                                                                                                                                                          Fixed ValueAfter
                                                                                                                                                                          798. CodeSystem.concept.property:Access
                                                                                                                                                                          Slice NameAccess
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Access for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          800. CodeSystem.concept.property:Access.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          802. CodeSystem.concept.property:Access.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          804. CodeSystem.concept.property:Access.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          806. CodeSystem.concept.property:Access.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          808. CodeSystem.concept.property:Access.code
                                                                                                                                                                          Fixed ValueAccess
                                                                                                                                                                          810. CodeSystem.concept.property:Method
                                                                                                                                                                          Slice NameMethod
                                                                                                                                                                          ShortProperty slice to capture SNOMED Causative Method for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          812. CodeSystem.concept.property:Method.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          814. CodeSystem.concept.property:Method.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          816. CodeSystem.concept.property:Method.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          818. CodeSystem.concept.property:Method.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          820. CodeSystem.concept.property:Method.code
                                                                                                                                                                          Fixed ValueMethod
                                                                                                                                                                          822. CodeSystem.concept.property:Priority
                                                                                                                                                                          Slice NamePriority
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Priority for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          824. CodeSystem.concept.property:Priority.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          826. CodeSystem.concept.property:Priority.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          828. CodeSystem.concept.property:Priority.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          830. CodeSystem.concept.property:Priority.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          832. CodeSystem.concept.property:Priority.code
                                                                                                                                                                          Fixed ValuePriority
                                                                                                                                                                          834. CodeSystem.concept.property:Clinical_course
                                                                                                                                                                          Slice NameClinical_course
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Clinical course for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          836. CodeSystem.concept.property:Clinical_course.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          838. CodeSystem.concept.property:Clinical_course.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          840. CodeSystem.concept.property:Clinical_course.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          842. CodeSystem.concept.property:Clinical_course.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          844. CodeSystem.concept.property:Clinical_course.code
                                                                                                                                                                          Fixed ValueClinical course
                                                                                                                                                                          846. CodeSystem.concept.property:Laterality
                                                                                                                                                                          Slice NameLaterality
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Laterality for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          848. CodeSystem.concept.property:Laterality.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          850. CodeSystem.concept.property:Laterality.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          852. CodeSystem.concept.property:Laterality.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          854. CodeSystem.concept.property:Laterality.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          856. CodeSystem.concept.property:Laterality.code
                                                                                                                                                                          Fixed ValueLaterality
                                                                                                                                                                          858. CodeSystem.concept.property:Associated_procedure
                                                                                                                                                                          Slice NameAssociated_procedure
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Associated procedure for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          860. CodeSystem.concept.property:Associated_procedure.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          862. CodeSystem.concept.property:Associated_procedure.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          864. CodeSystem.concept.property:Associated_procedure.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          866. CodeSystem.concept.property:Associated_procedure.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          868. CodeSystem.concept.property:Associated_procedure.code
                                                                                                                                                                          Fixed ValueAssociated procedure
                                                                                                                                                                          870. CodeSystem.concept.property:Finding_site
                                                                                                                                                                          Slice NameFinding_site
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Finding site for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          872. CodeSystem.concept.property:Finding_site.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          874. CodeSystem.concept.property:Finding_site.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          876. CodeSystem.concept.property:Finding_site.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          878. CodeSystem.concept.property:Finding_site.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          880. CodeSystem.concept.property:Finding_site.code
                                                                                                                                                                          Fixed ValueFinding site
                                                                                                                                                                          882. CodeSystem.concept.property:Direct_morphology
                                                                                                                                                                          Slice NameDirect_morphology
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Direct morphology for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          884. CodeSystem.concept.property:Direct_morphology.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          886. CodeSystem.concept.property:Direct_morphology.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          888. CodeSystem.concept.property:Direct_morphology.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          890. CodeSystem.concept.property:Direct_morphology.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          892. CodeSystem.concept.property:Direct_morphology.code
                                                                                                                                                                          Fixed ValueDirect morphology
                                                                                                                                                                          894. CodeSystem.concept.property:Direct_substance
                                                                                                                                                                          Slice NameDirect_substance
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Direct substance for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          896. CodeSystem.concept.property:Direct_substance.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          898. CodeSystem.concept.property:Direct_substance.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          900. CodeSystem.concept.property:Direct_substance.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          902. CodeSystem.concept.property:Direct_substance.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          904. CodeSystem.concept.property:Direct_substance.code
                                                                                                                                                                          Fixed ValueDirect substance
                                                                                                                                                                          906. CodeSystem.concept.property:Has_focus
                                                                                                                                                                          Slice NameHas_focus
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Has focus for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          908. CodeSystem.concept.property:Has_focus.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          910. CodeSystem.concept.property:Has_focus.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          912. CodeSystem.concept.property:Has_focus.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          914. CodeSystem.concept.property:Has_focus.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          916. CodeSystem.concept.property:Has_focus.code
                                                                                                                                                                          Fixed ValueHas focus
                                                                                                                                                                          918. CodeSystem.concept.property:Has_intent
                                                                                                                                                                          Slice NameHas_intent
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Has intent for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          920. CodeSystem.concept.property:Has_intent.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          922. CodeSystem.concept.property:Has_intent.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          924. CodeSystem.concept.property:Has_intent.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          926. CodeSystem.concept.property:Has_intent.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          928. CodeSystem.concept.property:Has_intent.code
                                                                                                                                                                          Fixed ValueHas intent
                                                                                                                                                                          930. CodeSystem.concept.property:Procedure_site
                                                                                                                                                                          Slice NameProcedure_site
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Procedure site for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          932. CodeSystem.concept.property:Procedure_site.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          934. CodeSystem.concept.property:Procedure_site.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          936. CodeSystem.concept.property:Procedure_site.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          938. CodeSystem.concept.property:Procedure_site.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          940. CodeSystem.concept.property:Procedure_site.code
                                                                                                                                                                          Fixed ValueProcedure site
                                                                                                                                                                          942. CodeSystem.concept.property:Has_definitional_manifestation
                                                                                                                                                                          Slice NameHas_definitional_manifestation
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Has definitional manifestation for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          944. CodeSystem.concept.property:Has_definitional_manifestation.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          946. CodeSystem.concept.property:Has_definitional_manifestation.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          948. CodeSystem.concept.property:Has_definitional_manifestation.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          950. CodeSystem.concept.property:Has_definitional_manifestation.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          952. CodeSystem.concept.property:Has_definitional_manifestation.code
                                                                                                                                                                          Fixed ValueHas definitional manifestation
                                                                                                                                                                          954. CodeSystem.concept.property:Indirect_morphology
                                                                                                                                                                          Slice NameIndirect_morphology
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Indirect morphology for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          956. CodeSystem.concept.property:Indirect_morphology.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          958. CodeSystem.concept.property:Indirect_morphology.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          960. CodeSystem.concept.property:Indirect_morphology.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          962. CodeSystem.concept.property:Indirect_morphology.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          964. CodeSystem.concept.property:Indirect_morphology.code
                                                                                                                                                                          Fixed ValueIndirect morphology
                                                                                                                                                                          966. CodeSystem.concept.property:Indirect_device
                                                                                                                                                                          Slice NameIndirect_device
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Indirect device for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          968. CodeSystem.concept.property:Indirect_device.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          970. CodeSystem.concept.property:Indirect_device.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          972. CodeSystem.concept.property:Indirect_device.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          974. CodeSystem.concept.property:Indirect_device.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          976. CodeSystem.concept.property:Indirect_device.code
                                                                                                                                                                          Fixed ValueIndirect device
                                                                                                                                                                          978. CodeSystem.concept.property:Has_interpretation
                                                                                                                                                                          Slice NameHas_interpretation
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Has interpretation for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          980. CodeSystem.concept.property:Has_interpretation.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          982. CodeSystem.concept.property:Has_interpretation.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          984. CodeSystem.concept.property:Has_interpretation.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          986. CodeSystem.concept.property:Has_interpretation.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          988. CodeSystem.concept.property:Has_interpretation.code
                                                                                                                                                                          Fixed ValueHas interpretation
                                                                                                                                                                          990. CodeSystem.concept.property:Interprets
                                                                                                                                                                          Slice NameInterprets
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Interprets for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          992. CodeSystem.concept.property:Interprets.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          994. CodeSystem.concept.property:Interprets.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          996. CodeSystem.concept.property:Interprets.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          998. CodeSystem.concept.property:Interprets.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1000. CodeSystem.concept.property:Interprets.code
                                                                                                                                                                          Fixed ValueInterprets
                                                                                                                                                                          1002. CodeSystem.concept.property:Measurement_method
                                                                                                                                                                          Slice NameMeasurement_method
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Measurement method for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1004. CodeSystem.concept.property:Measurement_method.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1006. CodeSystem.concept.property:Measurement_method.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1008. CodeSystem.concept.property:Measurement_method.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1010. CodeSystem.concept.property:Measurement_method.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1012. CodeSystem.concept.property:Measurement_method.code
                                                                                                                                                                          Fixed ValueMeasurement method
                                                                                                                                                                          1014. CodeSystem.concept.property:Property
                                                                                                                                                                          Slice NameProperty
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Property for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1016. CodeSystem.concept.property:Property.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1018. CodeSystem.concept.property:Property.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1020. CodeSystem.concept.property:Property.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1022. CodeSystem.concept.property:Property.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1024. CodeSystem.concept.property:Property.code
                                                                                                                                                                          Fixed ValueProperty
                                                                                                                                                                          1026. CodeSystem.concept.property:Recipient_category
                                                                                                                                                                          Slice NameRecipient_category
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Recipient category for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1028. CodeSystem.concept.property:Recipient_category.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1030. CodeSystem.concept.property:Recipient_category.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1032. CodeSystem.concept.property:Recipient_category.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1034. CodeSystem.concept.property:Recipient_category.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1036. CodeSystem.concept.property:Recipient_category.code
                                                                                                                                                                          Fixed ValueRecipient category
                                                                                                                                                                          1038. CodeSystem.concept.property:Scale_type
                                                                                                                                                                          Slice NameScale_type
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Scale type for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1040. CodeSystem.concept.property:Scale_type.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1042. CodeSystem.concept.property:Scale_type.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1044. CodeSystem.concept.property:Scale_type.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1046. CodeSystem.concept.property:Scale_type.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1048. CodeSystem.concept.property:Scale_type.code
                                                                                                                                                                          Fixed ValueScale type
                                                                                                                                                                          1050. CodeSystem.concept.property:Specimen_substance
                                                                                                                                                                          Slice NameSpecimen_substance
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Specimen substance for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1052. CodeSystem.concept.property:Specimen_substance.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1054. CodeSystem.concept.property:Specimen_substance.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1056. CodeSystem.concept.property:Specimen_substance.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1058. CodeSystem.concept.property:Specimen_substance.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1060. CodeSystem.concept.property:Specimen_substance.code
                                                                                                                                                                          Fixed ValueSpecimen substance
                                                                                                                                                                          1062. CodeSystem.concept.property:Time_aspect
                                                                                                                                                                          Slice NameTime_aspect
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Time aspect for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1064. CodeSystem.concept.property:Time_aspect.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1066. CodeSystem.concept.property:Time_aspect.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1068. CodeSystem.concept.property:Time_aspect.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1070. CodeSystem.concept.property:Time_aspect.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1072. CodeSystem.concept.property:Time_aspect.code
                                                                                                                                                                          Fixed ValueTime aspect
                                                                                                                                                                          1074. CodeSystem.concept.property:Pathological_process
                                                                                                                                                                          Slice NamePathological_process
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Pathological process for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1076. CodeSystem.concept.property:Pathological_process.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1078. CodeSystem.concept.property:Pathological_process.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1080. CodeSystem.concept.property:Pathological_process.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1082. CodeSystem.concept.property:Pathological_process.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1084. CodeSystem.concept.property:Pathological_process.code
                                                                                                                                                                          Fixed ValuePathological process
                                                                                                                                                                          1086. CodeSystem.concept.property:Procedure_site_-_Direct
                                                                                                                                                                          Slice NameProcedure_site_-_Direct
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Procedure site - Direct for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1088. CodeSystem.concept.property:Procedure_site_-_Direct.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1090. CodeSystem.concept.property:Procedure_site_-_Direct.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1092. CodeSystem.concept.property:Procedure_site_-_Direct.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1094. CodeSystem.concept.property:Procedure_site_-_Direct.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1096. CodeSystem.concept.property:Procedure_site_-_Direct.code
                                                                                                                                                                          Fixed ValueProcedure site - Direct
                                                                                                                                                                          1098. CodeSystem.concept.property:Procedure_site_-_Indirect
                                                                                                                                                                          Slice NameProcedure_site_-_Indirect
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Procedure site - Indirect for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1100. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1102. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1104. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1106. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1108. CodeSystem.concept.property:Procedure_site_-_Indirect.code
                                                                                                                                                                          Fixed ValueProcedure site - Indirect
                                                                                                                                                                          1110. CodeSystem.concept.property:Procedure_device
                                                                                                                                                                          Slice NameProcedure_device
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Procedure device for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1112. CodeSystem.concept.property:Procedure_device.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1114. CodeSystem.concept.property:Procedure_device.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1116. CodeSystem.concept.property:Procedure_device.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1118. CodeSystem.concept.property:Procedure_device.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1120. CodeSystem.concept.property:Procedure_device.code
                                                                                                                                                                          Fixed ValueProcedure device
                                                                                                                                                                          1122. CodeSystem.concept.property:Procedure_morphology
                                                                                                                                                                          Slice NameProcedure_morphology
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Procedure morphology for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1124. CodeSystem.concept.property:Procedure_morphology.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1126. CodeSystem.concept.property:Procedure_morphology.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1128. CodeSystem.concept.property:Procedure_morphology.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1130. CodeSystem.concept.property:Procedure_morphology.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1132. CodeSystem.concept.property:Procedure_morphology.code
                                                                                                                                                                          Fixed ValueProcedure morphology
                                                                                                                                                                          1134. CodeSystem.concept.property:Finding_context
                                                                                                                                                                          Slice NameFinding_context
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Finding context for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1136. CodeSystem.concept.property:Finding_context.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1138. CodeSystem.concept.property:Finding_context.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1140. CodeSystem.concept.property:Finding_context.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1142. CodeSystem.concept.property:Finding_context.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1144. CodeSystem.concept.property:Finding_context.code
                                                                                                                                                                          Fixed ValueFinding context
                                                                                                                                                                          1146. CodeSystem.concept.property:Temporal_context
                                                                                                                                                                          Slice NameTemporal_context
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Temporal context for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1148. CodeSystem.concept.property:Temporal_context.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1150. CodeSystem.concept.property:Temporal_context.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1152. CodeSystem.concept.property:Temporal_context.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1154. CodeSystem.concept.property:Temporal_context.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1156. CodeSystem.concept.property:Temporal_context.code
                                                                                                                                                                          Fixed ValueTemporal context
                                                                                                                                                                          1158. CodeSystem.concept.property:Subject_relationship_context
                                                                                                                                                                          Slice NameSubject_relationship_context
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Subject relationship context for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1160. CodeSystem.concept.property:Subject_relationship_context.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1162. CodeSystem.concept.property:Subject_relationship_context.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1164. CodeSystem.concept.property:Subject_relationship_context.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1166. CodeSystem.concept.property:Subject_relationship_context.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1168. CodeSystem.concept.property:Subject_relationship_context.code
                                                                                                                                                                          Fixed ValueSubject relationship context
                                                                                                                                                                          1170. CodeSystem.concept.property:Route_of_administration
                                                                                                                                                                          Slice NameRoute_of_administration
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Route of administration for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1172. CodeSystem.concept.property:Route_of_administration.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1174. CodeSystem.concept.property:Route_of_administration.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1176. CodeSystem.concept.property:Route_of_administration.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1178. CodeSystem.concept.property:Route_of_administration.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1180. CodeSystem.concept.property:Route_of_administration.code
                                                                                                                                                                          Fixed ValueRoute of administration
                                                                                                                                                                          1182. CodeSystem.concept.property:Has_dose_form
                                                                                                                                                                          Slice NameHas_dose_form
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Has dose form for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1184. CodeSystem.concept.property:Has_dose_form.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1186. CodeSystem.concept.property:Has_dose_form.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1188. CodeSystem.concept.property:Has_dose_form.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1190. CodeSystem.concept.property:Has_dose_form.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1192. CodeSystem.concept.property:Has_dose_form.code
                                                                                                                                                                          Fixed ValueHas dose form
                                                                                                                                                                          1194. CodeSystem.concept.property:Finding_method
                                                                                                                                                                          Slice NameFinding_method
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Finding method for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1196. CodeSystem.concept.property:Finding_method.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1198. CodeSystem.concept.property:Finding_method.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1200. CodeSystem.concept.property:Finding_method.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1202. CodeSystem.concept.property:Finding_method.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1204. CodeSystem.concept.property:Finding_method.code
                                                                                                                                                                          Fixed ValueFinding method
                                                                                                                                                                          1206. CodeSystem.concept.property:Finding_informer
                                                                                                                                                                          Slice NameFinding_informer
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Finding informer for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1208. CodeSystem.concept.property:Finding_informer.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1210. CodeSystem.concept.property:Finding_informer.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1212. CodeSystem.concept.property:Finding_informer.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1214. CodeSystem.concept.property:Finding_informer.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1216. CodeSystem.concept.property:Finding_informer.code
                                                                                                                                                                          Fixed ValueFinding informer
                                                                                                                                                                          1218. CodeSystem.concept.property:Using_device
                                                                                                                                                                          Slice NameUsing_device
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Using device for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1220. CodeSystem.concept.property:Using_device.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1222. CodeSystem.concept.property:Using_device.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1224. CodeSystem.concept.property:Using_device.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1226. CodeSystem.concept.property:Using_device.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1228. CodeSystem.concept.property:Using_device.code
                                                                                                                                                                          Fixed ValueUsing device
                                                                                                                                                                          1230. CodeSystem.concept.property:Using_energy
                                                                                                                                                                          Slice NameUsing_energy
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Using energy for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1232. CodeSystem.concept.property:Using_energy.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1234. CodeSystem.concept.property:Using_energy.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1236. CodeSystem.concept.property:Using_energy.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1238. CodeSystem.concept.property:Using_energy.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1240. CodeSystem.concept.property:Using_energy.code
                                                                                                                                                                          Fixed ValueUsing energy
                                                                                                                                                                          1242. CodeSystem.concept.property:Using_substance
                                                                                                                                                                          Slice NameUsing_substance
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Using substance for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1244. CodeSystem.concept.property:Using_substance.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1246. CodeSystem.concept.property:Using_substance.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1248. CodeSystem.concept.property:Using_substance.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1250. CodeSystem.concept.property:Using_substance.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1252. CodeSystem.concept.property:Using_substance.code
                                                                                                                                                                          Fixed ValueUsing substance
                                                                                                                                                                          1254. CodeSystem.concept.property:Surgical_approach
                                                                                                                                                                          Slice NameSurgical_approach
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Surgical approach for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1256. CodeSystem.concept.property:Surgical_approach.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1258. CodeSystem.concept.property:Surgical_approach.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1260. CodeSystem.concept.property:Surgical_approach.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1262. CodeSystem.concept.property:Surgical_approach.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1264. CodeSystem.concept.property:Surgical_approach.code
                                                                                                                                                                          Fixed ValueSurgical approach
                                                                                                                                                                          1266. CodeSystem.concept.property:Using_access_device
                                                                                                                                                                          Slice NameUsing_access_device
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Using access device for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1268. CodeSystem.concept.property:Using_access_device.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1270. CodeSystem.concept.property:Using_access_device.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1272. CodeSystem.concept.property:Using_access_device.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1274. CodeSystem.concept.property:Using_access_device.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1276. CodeSystem.concept.property:Using_access_device.code
                                                                                                                                                                          Fixed ValueUsing access device
                                                                                                                                                                          1278. CodeSystem.concept.property:Property_type
                                                                                                                                                                          Slice NameProperty_type
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Property type for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1280. CodeSystem.concept.property:Property_type.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1282. CodeSystem.concept.property:Property_type.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1284. CodeSystem.concept.property:Property_type.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1286. CodeSystem.concept.property:Property_type.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1288. CodeSystem.concept.property:Property_type.code
                                                                                                                                                                          Fixed ValueProperty type
                                                                                                                                                                          1290. CodeSystem.concept.property:Inheres_in
                                                                                                                                                                          Slice NameInheres_in
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Inheres in for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1292. CodeSystem.concept.property:Inheres_in.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1294. CodeSystem.concept.property:Inheres_in.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1296. CodeSystem.concept.property:Inheres_in.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1298. CodeSystem.concept.property:Inheres_in.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1300. CodeSystem.concept.property:Inheres_in.code
                                                                                                                                                                          Fixed ValueInheres in
                                                                                                                                                                          1302. CodeSystem.concept.property:Towards
                                                                                                                                                                          Slice NameTowards
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Towards for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1304. CodeSystem.concept.property:Towards.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1306. CodeSystem.concept.property:Towards.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1308. CodeSystem.concept.property:Towards.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1310. CodeSystem.concept.property:Towards.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1312. CodeSystem.concept.property:Towards.code
                                                                                                                                                                          Fixed ValueTowards
                                                                                                                                                                          1314. CodeSystem.concept.property:Characterizes
                                                                                                                                                                          Slice NameCharacterizes
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Characterizes for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1316. CodeSystem.concept.property:Characterizes.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1318. CodeSystem.concept.property:Characterizes.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1320. CodeSystem.concept.property:Characterizes.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1322. CodeSystem.concept.property:Characterizes.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1324. CodeSystem.concept.property:Characterizes.code
                                                                                                                                                                          Fixed ValueCharacterizes
                                                                                                                                                                          1326. CodeSystem.concept.property:Process_agent
                                                                                                                                                                          Slice NameProcess_agent
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Process agent for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1328. CodeSystem.concept.property:Process_agent.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1330. CodeSystem.concept.property:Process_agent.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1332. CodeSystem.concept.property:Process_agent.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1334. CodeSystem.concept.property:Process_agent.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1336. CodeSystem.concept.property:Process_agent.code
                                                                                                                                                                          Fixed ValueProcess agent
                                                                                                                                                                          1338. CodeSystem.concept.property:Process_duration
                                                                                                                                                                          Slice NameProcess_duration
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Process duration for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1340. CodeSystem.concept.property:Process_duration.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1342. CodeSystem.concept.property:Process_duration.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1344. CodeSystem.concept.property:Process_duration.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1346. CodeSystem.concept.property:Process_duration.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1348. CodeSystem.concept.property:Process_duration.code
                                                                                                                                                                          Fixed ValueProcess duration
                                                                                                                                                                          1350. CodeSystem.concept.property:Process_output
                                                                                                                                                                          Slice NameProcess_output
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Process output for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1352. CodeSystem.concept.property:Process_output.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1354. CodeSystem.concept.property:Process_output.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1356. CodeSystem.concept.property:Process_output.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1358. CodeSystem.concept.property:Process_output.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1360. CodeSystem.concept.property:Process_output.code
                                                                                                                                                                          Fixed ValueProcess output
                                                                                                                                                                          1362. CodeSystem.concept.property:Relative_to
                                                                                                                                                                          Slice NameRelative_to
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Relative to for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1364. CodeSystem.concept.property:Relative_to.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1366. CodeSystem.concept.property:Relative_to.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1368. CodeSystem.concept.property:Relative_to.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1370. CodeSystem.concept.property:Relative_to.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1372. CodeSystem.concept.property:Relative_to.code
                                                                                                                                                                          Fixed ValueRelative to
                                                                                                                                                                          1374. CodeSystem.concept.property:Precondition
                                                                                                                                                                          Slice NamePrecondition
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Precondition for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1376. CodeSystem.concept.property:Precondition.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1378. CodeSystem.concept.property:Precondition.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1380. CodeSystem.concept.property:Precondition.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1382. CodeSystem.concept.property:Precondition.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1384. CodeSystem.concept.property:Precondition.code
                                                                                                                                                                          Fixed ValuePrecondition
                                                                                                                                                                          1386. CodeSystem.concept.property:Direct_site
                                                                                                                                                                          Slice NameDirect_site
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Direct site for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1388. CodeSystem.concept.property:Direct_site.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1390. CodeSystem.concept.property:Direct_site.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1392. CodeSystem.concept.property:Direct_site.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1394. CodeSystem.concept.property:Direct_site.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1396. CodeSystem.concept.property:Direct_site.code
                                                                                                                                                                          Fixed ValueDirect site
                                                                                                                                                                          1398. CodeSystem.concept.property:Specified_by
                                                                                                                                                                          Slice NameSpecified_by
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Specified by for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1400. CodeSystem.concept.property:Specified_by.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1402. CodeSystem.concept.property:Specified_by.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1404. CodeSystem.concept.property:Specified_by.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1406. CodeSystem.concept.property:Specified_by.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1408. CodeSystem.concept.property:Specified_by.code
                                                                                                                                                                          Fixed ValueSpecified by
                                                                                                                                                                          1410. CodeSystem.concept.property:Observes
                                                                                                                                                                          Slice NameObserves
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Observes for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1412. CodeSystem.concept.property:Observes.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1414. CodeSystem.concept.property:Observes.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1416. CodeSystem.concept.property:Observes.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1418. CodeSystem.concept.property:Observes.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1420. CodeSystem.concept.property:Observes.code
                                                                                                                                                                          Fixed ValueObserves
                                                                                                                                                                          1422. CodeSystem.concept.property:Is_about
                                                                                                                                                                          Slice NameIs_about
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Is about for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1424. CodeSystem.concept.property:Is_about.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1426. CodeSystem.concept.property:Is_about.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1428. CodeSystem.concept.property:Is_about.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1430. CodeSystem.concept.property:Is_about.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1432. CodeSystem.concept.property:Is_about.code
                                                                                                                                                                          Fixed ValueIs about
                                                                                                                                                                          1434. CodeSystem.concept.property:Defined
                                                                                                                                                                          Slice NameDefined
                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Defined for a concept
                                                                                                                                                                          Control0..1
                                                                                                                                                                          1436. CodeSystem.concept.property:Defined.extension:DefiningRelationshipType
                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1438. CodeSystem.concept.property:Defined.extension:elProfileSetOperator
                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                          Control1..?
                                                                                                                                                                          1440. CodeSystem.concept.property:Defined.extension:roleGroup
                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                          1442. CodeSystem.concept.property:Defined.extension:changeType
                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                          1444. CodeSystem.concept.property:Defined.code
                                                                                                                                                                          Fixed ValueDefined

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

                                                                                                                                                                          0. CodeSystem
                                                                                                                                                                          Definition

                                                                                                                                                                          The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.

                                                                                                                                                                          ShortDeclares the existence of and describes a code system or code system supplement
                                                                                                                                                                          Control1..1
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          Summaryfalse
                                                                                                                                                                          Invariantscsd-0: Name should be usable as an identifier for the module by machine processing applications such as code generation (name.matches('[A-Z]([A-Za-z0-9_]){0,254}'))
                                                                                                                                                                          csd-1: Within a code system definition, all the codes SHALL be unique (concept.code.combine($this.descendants().concept.code).isDistinct())
                                                                                                                                                                          dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
                                                                                                                                                                          dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())
                                                                                                                                                                          dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())
                                                                                                                                                                          dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
                                                                                                                                                                          dom-6: A resource should have narrative for robust management (text.`div`.exists())
                                                                                                                                                                          2. CodeSystem.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

                                                                                                                                                                          The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

                                                                                                                                                                          Control0..1
                                                                                                                                                                          Typeid
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          Summarytrue
                                                                                                                                                                          4. CodeSystem.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
                                                                                                                                                                          Summarytrue
                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                          6. CodeSystem.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 it's 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 it's meaning or interpretation
                                                                                                                                                                          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()))
                                                                                                                                                                          8. CodeSystem.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 SHOULD be taken from CommonLanguages
                                                                                                                                                                          (preferred to http://hl7.org/fhir/ValueSet/languages)

                                                                                                                                                                          A human language.

                                                                                                                                                                          Additional BindingsPurpose
                                                                                                                                                                          AllLanguagesMax Binding
                                                                                                                                                                          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()))
                                                                                                                                                                          10. CodeSystem.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 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
                                                                                                                                                                          TypeNarrative
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          Summaryfalse
                                                                                                                                                                          Alternate Namesnarrative, html, xhtml, display
                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                          12. CodeSystem.contained
                                                                                                                                                                          Definition

                                                                                                                                                                          These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

                                                                                                                                                                          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..*
                                                                                                                                                                          TypeResource
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          Summaryfalse
                                                                                                                                                                          Alternate Namesinline resources, anonymous resources, contained resources
                                                                                                                                                                          14. CodeSystem.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 CodeSystem.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                          • value @ url
                                                                                                                                                                          • 16. CodeSystem.extension:ExtendsCodeSystem
                                                                                                                                                                            Slice NameExtendsCodeSystem
                                                                                                                                                                            Definition

                                                                                                                                                                            Extends CodeSystem contains a reference to a source terminology, for which a CodeSystem resource is intended to contain additional Concepts

                                                                                                                                                                            ShortExtends CodeSystem
                                                                                                                                                                            Control0..1
                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                            TypeExtension(Extends CodeSystem) (Extension Type: Reference(CodeSystem))
                                                                                                                                                                            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())
                                                                                                                                                                            18. CodeSystem.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 manageable, 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
                                                                                                                                                                            Summaryfalse
                                                                                                                                                                            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())
                                                                                                                                                                            20. CodeSystem.url
                                                                                                                                                                            Definition

                                                                                                                                                                            An absolute URI that is used to identify this code system 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 at which an authoritative instance of this code system is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the code system is stored on different servers. This is used in Coding.system.

                                                                                                                                                                            ShortCanonical identifier for this code system, represented as a URI (globally unique) (Coding.system). NOTE: Where not specified by an SDO-specific policy (such as SNOMED’s extension process), change sets associated with locally-maintained extensions should include a url clearly identifying the extension as published under the implementer’s authority, and not the SDO.
                                                                                                                                                                            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
                                                                                                                                                                            Typeuri
                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                            Summarytrue
                                                                                                                                                                            Requirements

                                                                                                                                                                            Allows the code system to be referenced by a single globally unique identifier.

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

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

                                                                                                                                                                            ShortAdditional identifier for the code system (business identifier)
                                                                                                                                                                            Comments

                                                                                                                                                                            Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this code system outside of FHIR, where it is not possible to use the logical URI. Note that HL7 defines at least three identifiers for many of its code systems - the FHIR canonical URL, the OID and the V2 Table 0396 mnemonic code.

                                                                                                                                                                            NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                                                                            Control1..1
                                                                                                                                                                            TypeIdentifier
                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                            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()))
                                                                                                                                                                            24. CodeSystem.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
                                                                                                                                                                            Typestring
                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                            Summaryfalse
                                                                                                                                                                            26. CodeSystem.identifier.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                            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 CodeSystem.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                            • value @ url
                                                                                                                                                                            • 28. CodeSystem.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|4.0.1)

                                                                                                                                                                              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()))
                                                                                                                                                                              30. CodeSystem.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 Identifier Type Codes
                                                                                                                                                                              (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                                                                                                              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()))
                                                                                                                                                                              32. CodeSystem.identifier.system
                                                                                                                                                                              Definition

                                                                                                                                                                              Establishes the namespace for the value - that is, a 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()))
                                                                                                                                                                              34. CodeSystem.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 Rendered Value extension. 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
                                                                                                                                                                              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()))
                                                                                                                                                                              36. CodeSystem.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()))
                                                                                                                                                                              38. CodeSystem.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()))
                                                                                                                                                                              40. CodeSystem.version
                                                                                                                                                                              Definition

                                                                                                                                                                              The identifier that is used to identify this version of the code system when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the code system author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. This is used in Coding.version.

                                                                                                                                                                              ShortBusiness version of the code system (Coding.version). NOTE: where not specified by an SDO-specific policy, it is recommended that implementers consider aligning to HL7 terminology versioning approach.
                                                                                                                                                                              Comments

                                                                                                                                                                              There may be different code system 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 code system with the format [url]|[version].

                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                              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()))
                                                                                                                                                                              42. CodeSystem.name
                                                                                                                                                                              Definition

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

                                                                                                                                                                              ShortName for this code system (computer friendly). Should clearly identify the CodeSystem as a Change Set and ideally convey both the source terminology from which it was derived and a notion of its contents.
                                                                                                                                                                              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.

                                                                                                                                                                              Control1..1
                                                                                                                                                                              This element is affected by the following invariants: inv-0
                                                                                                                                                                              Typestring
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                              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()))
                                                                                                                                                                              44. CodeSystem.title
                                                                                                                                                                              Definition

                                                                                                                                                                              A short, descriptive, user-friendly title for the code system.

                                                                                                                                                                              ShortName for this code system (human friendly). Should clearly identify the CodeSystem as a Change Set and ideally convey both the source terminology from which it was derived and a notion of its contents.
                                                                                                                                                                              Comments

                                                                                                                                                                              This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.

                                                                                                                                                                              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()))
                                                                                                                                                                              46. CodeSystem.status
                                                                                                                                                                              Definition

                                                                                                                                                                              The date (and optionally time) when the code system resource was created or revised.

                                                                                                                                                                              Shortdraft | active | retired | unknown
                                                                                                                                                                              Comments

                                                                                                                                                                              Allows filtering of code systems that are appropriate for use versus not.

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

                                                                                                                                                                              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
                                                                                                                                                                              Summarytrue
                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              48. CodeSystem.experimental
                                                                                                                                                                              Definition

                                                                                                                                                                              A Boolean value to indicate that this code system 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 code systems that are appropriate for use versus not.

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

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

                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              50. CodeSystem.date
                                                                                                                                                                              Definition

                                                                                                                                                                              The date (and optionally time) when the code system was published. 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 code system changes.

                                                                                                                                                                              ShortDate last changed
                                                                                                                                                                              Comments

                                                                                                                                                                              Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the code system. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.

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

                                                                                                                                                                              The name of the organization or individual that published the code system.

                                                                                                                                                                              ShortName of the publisher (organization or individual)
                                                                                                                                                                              Comments

                                                                                                                                                                              Usually an organization but may be an individual. The publisher (or steward) of the code system is the organization or individual primarily responsible for the maintenance and upkeep of the code system. 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 code system. This item SHOULD be populated unless the information is available from context.

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

                                                                                                                                                                              Helps establish the "authority/credibility" of the code system. May also allow for contact.

                                                                                                                                                                              Alternate Namessteward
                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              54. CodeSystem.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.

                                                                                                                                                                              Control0..*
                                                                                                                                                                              TypeContactDetail
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Summarytrue
                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              56. CodeSystem.description
                                                                                                                                                                              Definition

                                                                                                                                                                              A free text natural language description of the code system from a consumer's perspective.

                                                                                                                                                                              ShortNatural language description of the code system. Should provide a robust inventory of the contents of the Change Set
                                                                                                                                                                              Comments

                                                                                                                                                                              This description can be used to capture details such as why the code system was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the code system 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 code system is presumed to be the predominant language in the place the code system was created).

                                                                                                                                                                              Control1..1
                                                                                                                                                                              Typemarkdown
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                              Summaryfalse
                                                                                                                                                                              Alternate NamesScope, Purpose, scope
                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              58. CodeSystem.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 code system 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
                                                                                                                                                                              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()))
                                                                                                                                                                              60. CodeSystem.jurisdiction
                                                                                                                                                                              Definition

                                                                                                                                                                              A legal or geographic region in which the code system is intended to be used.

                                                                                                                                                                              ShortIntended jurisdiction for code system (if applicable)
                                                                                                                                                                              Comments

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

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

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

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

                                                                                                                                                                              Explanation of why this code system is needed and why it has been designed as it has.

                                                                                                                                                                              ShortWhy this code system is defined
                                                                                                                                                                              Comments

                                                                                                                                                                              This element does not describe the usage of the code system. 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 code system.

                                                                                                                                                                              Control0..1
                                                                                                                                                                              Typemarkdown
                                                                                                                                                                              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()))
                                                                                                                                                                              64. CodeSystem.copyright
                                                                                                                                                                              Definition

                                                                                                                                                                              A copyright statement relating to the code system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the code system.

                                                                                                                                                                              ShortUse and/or publishing restrictions
                                                                                                                                                                              Comments

                                                                                                                                                                              ... Sometimes, the copyright differs between the code system and the codes that are included. The copyright statement should clearly differentiate between these when required.

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

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

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

                                                                                                                                                                              If code comparison is case sensitive when codes within this system are compared to each other.

                                                                                                                                                                              ShortNOTE: As a CodeSystem Change Set should not be fundamentally altering the design and operation of the terminology as a whole therefore, caseSensitive should not be included.
                                                                                                                                                                              Comments

                                                                                                                                                                              If this value is missing, then it is not specified whether a code system is case sensitive or not. When the rule is not known, Postel's law should be followed: produce codes with the correct case, and accept codes in any case. This element is primarily provided to support validation software.

                                                                                                                                                                              Control0..0
                                                                                                                                                                              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()))
                                                                                                                                                                              68. CodeSystem.valueSet
                                                                                                                                                                              Definition

                                                                                                                                                                              Canonical reference to the value set that contains the entire code system.

                                                                                                                                                                              ShortCanonical reference to the value set with entire code system
                                                                                                                                                                              Comments

                                                                                                                                                                              The definition of the value set SHALL include all codes from this code system and only codes from this code system, and it SHALL be immutable.

                                                                                                                                                                              Control0..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()))
                                                                                                                                                                              70. CodeSystem.hierarchyMeaning
                                                                                                                                                                              Definition

                                                                                                                                                                              The meaning of the hierarchy of concepts as represented in this resource.

                                                                                                                                                                              ShortNOTE: As a CodeSystem Change Set should not be fundamentally altering the design and operation of the terminology as a whole therefore, hierarchyMeaning should not be included.
                                                                                                                                                                              Comments

                                                                                                                                                                              Note that other representations might have a different hierarchy or none at all, and represent the information using properties.

                                                                                                                                                                              Control0..0
                                                                                                                                                                              BindingThe codes SHALL be taken from CodeSystemHierarchyMeaning
                                                                                                                                                                              (required to http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning|4.0.1)

                                                                                                                                                                              The meaning of the hierarchy of concepts in a code system.

                                                                                                                                                                              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()))
                                                                                                                                                                              72. CodeSystem.compositional
                                                                                                                                                                              Definition

                                                                                                                                                                              The code system defines a compositional (post-coordination) grammar.

                                                                                                                                                                              ShortNOTE: As a CodeSystem Change Set should not be fundamentally altering the design and operation of the terminology as a whole therefore, compositional should not be included.
                                                                                                                                                                              Comments

                                                                                                                                                                              Note that the code system resource does not define what the compositional grammar is, only whether or not there is one.

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

                                                                                                                                                                              This flag is used to signify that the code system does not commit to concept permanence across versions. If true, a version must be specified when referencing this code system.

                                                                                                                                                                              ShortIf definitions are not stable
                                                                                                                                                                              Comments

                                                                                                                                                                              Best practice is that code systems do not redefine concepts, or that if concepts are redefined, a new code system definition is created. But this is not always possible, so some code systems may be defined as 'versionNeeded'.

                                                                                                                                                                              Most code systems occasionally refine the displays defined for concepts between versions. Contexts in which the concept display values are validated may require that the version be specified for some code systems irrespective of the value of this property.

                                                                                                                                                                              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()))
                                                                                                                                                                              76. CodeSystem.content
                                                                                                                                                                              Definition

                                                                                                                                                                              This codes system profile contains only those concepts included in an incremental Change Set for a terminology

                                                                                                                                                                              ShortChange Set CodeSystem resources are most appropriately described as a FRAGMENT
                                                                                                                                                                              Control1..1
                                                                                                                                                                              BindingThe codes SHALL be taken from CodeSystemContentMode
                                                                                                                                                                              (required to http://hl7.org/fhir/ValueSet/codesystem-content-mode|4.0.1)

                                                                                                                                                                              The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource.

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

                                                                                                                                                                              The canonical URL of the code system that this code system supplement is adding designations and properties to.

                                                                                                                                                                              ShortThe source terminology from which the Change Set was derived should be conveyed via a Provenance resource, not CodeSystem.supplements
                                                                                                                                                                              Comments

                                                                                                                                                                              The most common use of a code system supplement is to add additional language support.

                                                                                                                                                                              Control0..0
                                                                                                                                                                              Typecanonical(CodeSystem)
                                                                                                                                                                              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()))
                                                                                                                                                                              80. CodeSystem.count
                                                                                                                                                                              Definition

                                                                                                                                                                              The total number of concepts defined by the code system. Where the code system has a compositional grammar, the basis of this count is defined by the system steward.

                                                                                                                                                                              ShortTotal concepts in the code system
                                                                                                                                                                              Comments

                                                                                                                                                                              The count of concepts defined in this resource cannot be more than this value but may be less for several reasons - see the content element.

                                                                                                                                                                              Control0..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()))
                                                                                                                                                                              82. CodeSystem.filter
                                                                                                                                                                              Definition

                                                                                                                                                                              A filter that can be used in a value set compose statement when selecting concepts using a filter.

                                                                                                                                                                              ShortFilter that can be used in a value set
                                                                                                                                                                              Comments

                                                                                                                                                                              Note that filters defined in code systems usually require custom code on the part of any terminology engine that will make them available for use in value set filters. For this reason, they are generally only seen in high value published terminologies.

                                                                                                                                                                              Control0..*
                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Summarytrue
                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              84. CodeSystem.filter.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
                                                                                                                                                                              Typestring
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                              Summaryfalse
                                                                                                                                                                              86. CodeSystem.filter.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                              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())
                                                                                                                                                                              88. CodeSystem.filter.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                              90. CodeSystem.filter.code
                                                                                                                                                                              Definition

                                                                                                                                                                              The code that identifies this filter when it is used as a filter in ValueSet.compose.include.filter.

                                                                                                                                                                              ShortCode that identifies the filter
                                                                                                                                                                              Control1..1
                                                                                                                                                                              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()))
                                                                                                                                                                              92. CodeSystem.filter.description
                                                                                                                                                                              Definition

                                                                                                                                                                              A description of how or why the filter is used.

                                                                                                                                                                              ShortHow or why the filter is used
                                                                                                                                                                              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()))
                                                                                                                                                                              94. CodeSystem.filter.operator
                                                                                                                                                                              Definition

                                                                                                                                                                              A list of operators that can be used with the filter.

                                                                                                                                                                              Short= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | exists
                                                                                                                                                                              Control1..*
                                                                                                                                                                              BindingThe codes SHALL be taken from FilterOperator
                                                                                                                                                                              (required to http://hl7.org/fhir/ValueSet/filter-operator|4.0.1)

                                                                                                                                                                              The kind of operation to perform as a part of a property based filter.

                                                                                                                                                                              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()))
                                                                                                                                                                              96. CodeSystem.filter.value
                                                                                                                                                                              Definition

                                                                                                                                                                              A description of what the value for the filter should be.

                                                                                                                                                                              ShortWhat to use for the 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()))
                                                                                                                                                                              98. CodeSystem.property
                                                                                                                                                                              Definition

                                                                                                                                                                              A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                              ShortProperty values should follow the SNOMED CT-specific guidance available here: https://terminology.hl7.org/SNOMEDCT.html#snomed-ct-properties
                                                                                                                                                                              Comments

                                                                                                                                                                              All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                              Control0..*
                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                              Summarytrue
                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              SlicingThis element introduces a set of slices on CodeSystem.property. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                              • value @ code
                                                                                                                                                                              • 100. CodeSystem.property.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                102. CodeSystem.property.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                104. CodeSystem.property.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                106. CodeSystem.property.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                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()))
                                                                                                                                                                                108. CodeSystem.property.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                110. CodeSystem.property.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                112. CodeSystem.property.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                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()))
                                                                                                                                                                                114. CodeSystem.property:inactive
                                                                                                                                                                                Slice Nameinactive
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT inactive for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                116. CodeSystem.property:inactive.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                118. CodeSystem.property:inactive.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                120. CodeSystem.property:inactive.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                122. CodeSystem.property:inactive.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed Valueinactive
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                124. CodeSystem.property:inactive.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                126. CodeSystem.property:inactive.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                128. CodeSystem.property:inactive.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed Valueboolean
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                130. CodeSystem.property:definitionStatusId
                                                                                                                                                                                Slice NamedefinitionStatusId
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT definitionStatusId for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                132. CodeSystem.property:definitionStatusId.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                134. CodeSystem.property:definitionStatusId.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                136. CodeSystem.property:definitionStatusId.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                138. CodeSystem.property:definitionStatusId.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValuedefinitionStatusId
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                140. CodeSystem.property:definitionStatusId.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                142. CodeSystem.property:definitionStatusId.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                144. CodeSystem.property:definitionStatusId.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                146. CodeSystem.property:parent
                                                                                                                                                                                Slice Nameparent
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT parent for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                148. CodeSystem.property:parent.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                150. CodeSystem.property:parent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                152. CodeSystem.property:parent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                154. CodeSystem.property:parent.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed Valueparent
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                156. CodeSystem.property:parent.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                158. CodeSystem.property:parent.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                160. CodeSystem.property:parent.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                162. CodeSystem.property:moduleId
                                                                                                                                                                                Slice NamemoduleId
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT moduleId for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                164. CodeSystem.property:moduleId.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                166. CodeSystem.property:moduleId.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                168. CodeSystem.property:moduleId.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                170. CodeSystem.property:moduleId.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValuemoduleId
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                172. CodeSystem.property:moduleId.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                174. CodeSystem.property:moduleId.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                176. CodeSystem.property:moduleId.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                178. CodeSystem.property:Due_to
                                                                                                                                                                                Slice NameDue_to
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Due to for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                180. CodeSystem.property:Due_to.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                182. CodeSystem.property:Due_to.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                184. CodeSystem.property:Due_to.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                186. CodeSystem.property:Due_to.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueDue to
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                188. CodeSystem.property:Due_to.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                190. CodeSystem.property:Due_to.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                192. CodeSystem.property:Due_to.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                194. CodeSystem.property:Associated_with
                                                                                                                                                                                Slice NameAssociated_with
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Associated with for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                196. CodeSystem.property:Associated_with.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                198. CodeSystem.property:Associated_with.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                200. CodeSystem.property:Associated_with.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                202. CodeSystem.property:Associated_with.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueAssociated with
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                204. CodeSystem.property:Associated_with.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                206. CodeSystem.property:Associated_with.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                208. CodeSystem.property:Associated_with.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                210. CodeSystem.property:Associated_morphology
                                                                                                                                                                                Slice NameAssociated_morphology
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Associated morphology for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                212. CodeSystem.property:Associated_morphology.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                214. CodeSystem.property:Associated_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                216. CodeSystem.property:Associated_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                218. CodeSystem.property:Associated_morphology.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueAssociated morphology
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                220. CodeSystem.property:Associated_morphology.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                222. CodeSystem.property:Associated_morphology.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                224. CodeSystem.property:Associated_morphology.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

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

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Has specimen for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                228. CodeSystem.property:Has_specimen.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                230. CodeSystem.property:Has_specimen.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                232. CodeSystem.property:Has_specimen.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                234. CodeSystem.property:Has_specimen.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueHas specimen
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                236. CodeSystem.property:Has_specimen.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                238. CodeSystem.property:Has_specimen.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                240. CodeSystem.property:Has_specimen.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                242. CodeSystem.property:Specimen_source_morphology
                                                                                                                                                                                Slice NameSpecimen_source_morphology
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Specimen source morphology for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                244. CodeSystem.property:Specimen_source_morphology.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                246. CodeSystem.property:Specimen_source_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                248. CodeSystem.property:Specimen_source_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                250. CodeSystem.property:Specimen_source_morphology.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueSpecimen source morphology
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                252. CodeSystem.property:Specimen_source_morphology.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                254. CodeSystem.property:Specimen_source_morphology.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                256. CodeSystem.property:Specimen_source_morphology.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                258. CodeSystem.property:Specimen_source_topography
                                                                                                                                                                                Slice NameSpecimen_source_topography
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Specimen source topography for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                260. CodeSystem.property:Specimen_source_topography.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                262. CodeSystem.property:Specimen_source_topography.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                264. CodeSystem.property:Specimen_source_topography.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                266. CodeSystem.property:Specimen_source_topography.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueSpecimen source topography
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                268. CodeSystem.property:Specimen_source_topography.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                270. CodeSystem.property:Specimen_source_topography.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                272. CodeSystem.property:Specimen_source_topography.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                274. CodeSystem.property:Specimen_source_identity
                                                                                                                                                                                Slice NameSpecimen_source_identity
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Specimen source identity for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                276. CodeSystem.property:Specimen_source_identity.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                278. CodeSystem.property:Specimen_source_identity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                280. CodeSystem.property:Specimen_source_identity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                282. CodeSystem.property:Specimen_source_identity.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueSpecimen source identity
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                284. CodeSystem.property:Specimen_source_identity.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                286. CodeSystem.property:Specimen_source_identity.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                288. CodeSystem.property:Specimen_source_identity.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                290. CodeSystem.property:Specimen_procedure
                                                                                                                                                                                Slice NameSpecimen_procedure
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Specimen procedure for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                292. CodeSystem.property:Specimen_procedure.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                294. CodeSystem.property:Specimen_procedure.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                296. CodeSystem.property:Specimen_procedure.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                298. CodeSystem.property:Specimen_procedure.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueSpecimen procedure
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                300. CodeSystem.property:Specimen_procedure.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                302. CodeSystem.property:Specimen_procedure.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                304. CodeSystem.property:Specimen_procedure.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                306. CodeSystem.property:Part_of
                                                                                                                                                                                Slice NamePart_of
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Part of for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                308. CodeSystem.property:Part_of.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                310. CodeSystem.property:Part_of.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                312. CodeSystem.property:Part_of.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                314. CodeSystem.property:Part_of.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValuePart of
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                316. CodeSystem.property:Part_of.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                318. CodeSystem.property:Part_of.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                320. CodeSystem.property:Part_of.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                322. CodeSystem.property:Has_active_ingredient
                                                                                                                                                                                Slice NameHas_active_ingredient
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Has active ingredient for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                324. CodeSystem.property:Has_active_ingredient.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                326. CodeSystem.property:Has_active_ingredient.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                328. CodeSystem.property:Has_active_ingredient.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                330. CodeSystem.property:Has_active_ingredient.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueHas active ingredient
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                332. CodeSystem.property:Has_active_ingredient.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                334. CodeSystem.property:Has_active_ingredient.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                336. CodeSystem.property:Has_active_ingredient.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                338. CodeSystem.property:Subject_of_information
                                                                                                                                                                                Slice NameSubject_of_information
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Subject of information for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                340. CodeSystem.property:Subject_of_information.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                342. CodeSystem.property:Subject_of_information.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                344. CodeSystem.property:Subject_of_information.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                346. CodeSystem.property:Subject_of_information.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueSubject of information
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                348. CodeSystem.property:Subject_of_information.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                350. CodeSystem.property:Subject_of_information.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                352. CodeSystem.property:Subject_of_information.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                354. CodeSystem.property:Causative_agent
                                                                                                                                                                                Slice NameCausative_agent
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Causative agent for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                356. CodeSystem.property:Causative_agent.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                358. CodeSystem.property:Causative_agent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                360. CodeSystem.property:Causative_agent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                362. CodeSystem.property:Causative_agent.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCausative agent
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                364. CodeSystem.property:Causative_agent.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                366. CodeSystem.property:Causative_agent.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                368. CodeSystem.property:Causative_agent.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                370. CodeSystem.property:Associated_finding
                                                                                                                                                                                Slice NameAssociated_finding
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Associated finding for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                372. CodeSystem.property:Associated_finding.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                374. CodeSystem.property:Associated_finding.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                376. CodeSystem.property:Associated_finding.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                378. CodeSystem.property:Associated_finding.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueAssociated finding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                380. CodeSystem.property:Associated_finding.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                382. CodeSystem.property:Associated_finding.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                384. CodeSystem.property:Associated_finding.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                386. CodeSystem.property:Component
                                                                                                                                                                                Slice NameComponent
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Component for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                388. CodeSystem.property:Component.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                390. CodeSystem.property:Component.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                392. CodeSystem.property:Component.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                394. CodeSystem.property:Component.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueComponent
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                396. CodeSystem.property:Component.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                398. CodeSystem.property:Component.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                400. CodeSystem.property:Component.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                402. CodeSystem.property:Severity
                                                                                                                                                                                Slice NameSeverity
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Severity for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                404. CodeSystem.property:Severity.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                406. CodeSystem.property:Severity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                408. CodeSystem.property:Severity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                410. CodeSystem.property:Severity.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueSeverity
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                412. CodeSystem.property:Severity.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                414. CodeSystem.property:Severity.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                416. CodeSystem.property:Severity.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                418. CodeSystem.property:Occurrence
                                                                                                                                                                                Slice NameOccurrence
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Occurrence for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                420. CodeSystem.property:Occurrence.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                422. CodeSystem.property:Occurrence.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                424. CodeSystem.property:Occurrence.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                426. CodeSystem.property:Occurrence.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueOccurrence
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                428. CodeSystem.property:Occurrence.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                430. CodeSystem.property:Occurrence.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                432. CodeSystem.property:Occurrence.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                434. CodeSystem.property:Episodicity
                                                                                                                                                                                Slice NameEpisodicity
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Episodicity for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                436. CodeSystem.property:Episodicity.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                438. CodeSystem.property:Episodicity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                440. CodeSystem.property:Episodicity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                442. CodeSystem.property:Episodicity.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueEpisodicity
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                444. CodeSystem.property:Episodicity.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                446. CodeSystem.property:Episodicity.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                448. CodeSystem.property:Episodicity.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                450. CodeSystem.property:Technique
                                                                                                                                                                                Slice NameTechnique
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Technique for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                452. CodeSystem.property:Technique.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                454. CodeSystem.property:Technique.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                456. CodeSystem.property:Technique.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                458. CodeSystem.property:Technique.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueTechnique
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                460. CodeSystem.property:Technique.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                462. CodeSystem.property:Technique.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                464. CodeSystem.property:Technique.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                466. CodeSystem.property:Revision_status
                                                                                                                                                                                Slice NameRevision_status
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Revision status for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                468. CodeSystem.property:Revision_status.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                470. CodeSystem.property:Revision_status.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                472. CodeSystem.property:Revision_status.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                474. CodeSystem.property:Revision_status.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueRevision status
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                476. CodeSystem.property:Revision_status.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                478. CodeSystem.property:Revision_status.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                480. CodeSystem.property:Revision_status.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                482. CodeSystem.property:Units
                                                                                                                                                                                Slice NameUnits
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Units for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                484. CodeSystem.property:Units.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                486. CodeSystem.property:Units.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                488. CodeSystem.property:Units.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                490. CodeSystem.property:Units.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueUnits
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                492. CodeSystem.property:Units.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                494. CodeSystem.property:Units.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                496. CodeSystem.property:Units.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                498. CodeSystem.property:After
                                                                                                                                                                                Slice NameAfter
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT After for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                500. CodeSystem.property:After.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                502. CodeSystem.property:After.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                504. CodeSystem.property:After.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                506. CodeSystem.property:After.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueAfter
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                508. CodeSystem.property:After.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                510. CodeSystem.property:After.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                512. CodeSystem.property:After.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                514. CodeSystem.property:Access
                                                                                                                                                                                Slice NameAccess
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Access for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                516. CodeSystem.property:Access.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                518. CodeSystem.property:Access.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                520. CodeSystem.property:Access.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                522. CodeSystem.property:Access.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueAccess
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                524. CodeSystem.property:Access.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                526. CodeSystem.property:Access.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                528. CodeSystem.property:Access.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                530. CodeSystem.property:Method
                                                                                                                                                                                Slice NameMethod
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Method for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                532. CodeSystem.property:Method.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                534. CodeSystem.property:Method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                536. CodeSystem.property:Method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                538. CodeSystem.property:Method.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueMethod
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                540. CodeSystem.property:Method.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                542. CodeSystem.property:Method.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                544. CodeSystem.property:Method.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                546. CodeSystem.property:Priority
                                                                                                                                                                                Slice NamePriority
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Priority for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                548. CodeSystem.property:Priority.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                550. CodeSystem.property:Priority.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                552. CodeSystem.property:Priority.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                554. CodeSystem.property:Priority.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValuePriority
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                556. CodeSystem.property:Priority.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                558. CodeSystem.property:Priority.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                560. CodeSystem.property:Priority.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                562. CodeSystem.property:Clinical_course
                                                                                                                                                                                Slice NameClinical_course
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Clinical course for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                564. CodeSystem.property:Clinical_course.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                566. CodeSystem.property:Clinical_course.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                568. CodeSystem.property:Clinical_course.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                570. CodeSystem.property:Clinical_course.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueClinical course
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                572. CodeSystem.property:Clinical_course.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                574. CodeSystem.property:Clinical_course.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                576. CodeSystem.property:Clinical_course.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                578. CodeSystem.property:Laterality
                                                                                                                                                                                Slice NameLaterality
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Laterality for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                580. CodeSystem.property:Laterality.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                582. CodeSystem.property:Laterality.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                584. CodeSystem.property:Laterality.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                586. CodeSystem.property:Laterality.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueLaterality
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                588. CodeSystem.property:Laterality.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                590. CodeSystem.property:Laterality.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                592. CodeSystem.property:Laterality.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                594. CodeSystem.property:Associated_procedure
                                                                                                                                                                                Slice NameAssociated_procedure
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Associated procedure for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                596. CodeSystem.property:Associated_procedure.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                598. CodeSystem.property:Associated_procedure.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                600. CodeSystem.property:Associated_procedure.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                602. CodeSystem.property:Associated_procedure.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueAssociated procedure
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                604. CodeSystem.property:Associated_procedure.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                606. CodeSystem.property:Associated_procedure.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                608. CodeSystem.property:Associated_procedure.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                610. CodeSystem.property:Finding_site
                                                                                                                                                                                Slice NameFinding_site
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Finding site for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                612. CodeSystem.property:Finding_site.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                614. CodeSystem.property:Finding_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                616. CodeSystem.property:Finding_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                618. CodeSystem.property:Finding_site.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueFinding site
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                620. CodeSystem.property:Finding_site.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                622. CodeSystem.property:Finding_site.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                624. CodeSystem.property:Finding_site.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                626. CodeSystem.property:Direct_morphology
                                                                                                                                                                                Slice NameDirect_morphology
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Direct morphology for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                628. CodeSystem.property:Direct_morphology.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                630. CodeSystem.property:Direct_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                632. CodeSystem.property:Direct_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                634. CodeSystem.property:Direct_morphology.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueDirect morphology
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                636. CodeSystem.property:Direct_morphology.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                638. CodeSystem.property:Direct_morphology.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                640. CodeSystem.property:Direct_morphology.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                642. CodeSystem.property:Direct_substance
                                                                                                                                                                                Slice NameDirect_substance
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Direct substance for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                644. CodeSystem.property:Direct_substance.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                646. CodeSystem.property:Direct_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                648. CodeSystem.property:Direct_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                650. CodeSystem.property:Direct_substance.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueDirect substance
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                652. CodeSystem.property:Direct_substance.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                654. CodeSystem.property:Direct_substance.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                656. CodeSystem.property:Direct_substance.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                658. CodeSystem.property:Has_focus
                                                                                                                                                                                Slice NameHas_focus
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Has focus for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                660. CodeSystem.property:Has_focus.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                662. CodeSystem.property:Has_focus.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                664. CodeSystem.property:Has_focus.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                666. CodeSystem.property:Has_focus.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueHas focus
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                668. CodeSystem.property:Has_focus.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                670. CodeSystem.property:Has_focus.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                672. CodeSystem.property:Has_focus.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                674. CodeSystem.property:Has_intent
                                                                                                                                                                                Slice NameHas_intent
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Has intent for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                676. CodeSystem.property:Has_intent.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                678. CodeSystem.property:Has_intent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                680. CodeSystem.property:Has_intent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                682. CodeSystem.property:Has_intent.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueHas intent
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                684. CodeSystem.property:Has_intent.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                686. CodeSystem.property:Has_intent.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                688. CodeSystem.property:Has_intent.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                690. CodeSystem.property:Procedure_site
                                                                                                                                                                                Slice NameProcedure_site
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Procedure site for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                692. CodeSystem.property:Procedure_site.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                694. CodeSystem.property:Procedure_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                696. CodeSystem.property:Procedure_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                698. CodeSystem.property:Procedure_site.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueProcedure site
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                700. CodeSystem.property:Procedure_site.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                702. CodeSystem.property:Procedure_site.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                704. CodeSystem.property:Procedure_site.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                706. CodeSystem.property:Has_definitional_manifestation
                                                                                                                                                                                Slice NameHas_definitional_manifestation
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Has definitional manifestation for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                708. CodeSystem.property:Has_definitional_manifestation.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                710. CodeSystem.property:Has_definitional_manifestation.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                712. CodeSystem.property:Has_definitional_manifestation.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                714. CodeSystem.property:Has_definitional_manifestation.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueHas definitional manifestation
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                716. CodeSystem.property:Has_definitional_manifestation.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                718. CodeSystem.property:Has_definitional_manifestation.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                720. CodeSystem.property:Has_definitional_manifestation.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                722. CodeSystem.property:Indirect_morphology
                                                                                                                                                                                Slice NameIndirect_morphology
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Indirect morphology for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                724. CodeSystem.property:Indirect_morphology.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                726. CodeSystem.property:Indirect_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                728. CodeSystem.property:Indirect_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                730. CodeSystem.property:Indirect_morphology.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueIndirect morphology
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                732. CodeSystem.property:Indirect_morphology.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                734. CodeSystem.property:Indirect_morphology.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                736. CodeSystem.property:Indirect_morphology.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                738. CodeSystem.property:Indirect_device
                                                                                                                                                                                Slice NameIndirect_device
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Indirect device for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                740. CodeSystem.property:Indirect_device.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                742. CodeSystem.property:Indirect_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                744. CodeSystem.property:Indirect_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                746. CodeSystem.property:Indirect_device.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueIndirect device
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                748. CodeSystem.property:Indirect_device.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                750. CodeSystem.property:Indirect_device.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                752. CodeSystem.property:Indirect_device.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                754. CodeSystem.property:Has_interpretation
                                                                                                                                                                                Slice NameHas_interpretation
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Has interpretation for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                756. CodeSystem.property:Has_interpretation.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                758. CodeSystem.property:Has_interpretation.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                760. CodeSystem.property:Has_interpretation.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                762. CodeSystem.property:Has_interpretation.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueHas interpretation
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                764. CodeSystem.property:Has_interpretation.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                766. CodeSystem.property:Has_interpretation.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                768. CodeSystem.property:Has_interpretation.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                770. CodeSystem.property:Interprets
                                                                                                                                                                                Slice NameInterprets
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Interprets for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                772. CodeSystem.property:Interprets.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                774. CodeSystem.property:Interprets.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                776. CodeSystem.property:Interprets.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                778. CodeSystem.property:Interprets.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueInterprets
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                780. CodeSystem.property:Interprets.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                782. CodeSystem.property:Interprets.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                784. CodeSystem.property:Interprets.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                786. CodeSystem.property:Measurement_method
                                                                                                                                                                                Slice NameMeasurement_method
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Measurement method for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                788. CodeSystem.property:Measurement_method.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                790. CodeSystem.property:Measurement_method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                792. CodeSystem.property:Measurement_method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                794. CodeSystem.property:Measurement_method.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueMeasurement method
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                796. CodeSystem.property:Measurement_method.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                798. CodeSystem.property:Measurement_method.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                800. CodeSystem.property:Measurement_method.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                802. CodeSystem.property:Property
                                                                                                                                                                                Slice NameProperty
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Property for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                804. CodeSystem.property:Property.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                806. CodeSystem.property:Property.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                808. CodeSystem.property:Property.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                810. CodeSystem.property:Property.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueProperty
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                812. CodeSystem.property:Property.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                814. CodeSystem.property:Property.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                816. CodeSystem.property:Property.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                818. CodeSystem.property:Recipient_category
                                                                                                                                                                                Slice NameRecipient_category
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Recipient category for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                820. CodeSystem.property:Recipient_category.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                822. CodeSystem.property:Recipient_category.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                824. CodeSystem.property:Recipient_category.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                826. CodeSystem.property:Recipient_category.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueRecipient category
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                828. CodeSystem.property:Recipient_category.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                830. CodeSystem.property:Recipient_category.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                832. CodeSystem.property:Recipient_category.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                834. CodeSystem.property:Scale_type
                                                                                                                                                                                Slice NameScale_type
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Scale type for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                836. CodeSystem.property:Scale_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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                838. CodeSystem.property:Scale_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                840. CodeSystem.property:Scale_type.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                842. CodeSystem.property:Scale_type.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueScale type
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                844. CodeSystem.property:Scale_type.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                846. CodeSystem.property:Scale_type.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                848. CodeSystem.property:Scale_type.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                850. CodeSystem.property:Specimen_substance
                                                                                                                                                                                Slice NameSpecimen_substance
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Specimen substance for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                852. CodeSystem.property:Specimen_substance.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                854. CodeSystem.property:Specimen_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                856. CodeSystem.property:Specimen_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                858. CodeSystem.property:Specimen_substance.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueSpecimen substance
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                860. CodeSystem.property:Specimen_substance.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                862. CodeSystem.property:Specimen_substance.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                864. CodeSystem.property:Specimen_substance.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                866. CodeSystem.property:Time_aspect
                                                                                                                                                                                Slice NameTime_aspect
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Time aspect for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                868. CodeSystem.property:Time_aspect.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                870. CodeSystem.property:Time_aspect.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                872. CodeSystem.property:Time_aspect.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                874. CodeSystem.property:Time_aspect.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueTime aspect
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                876. CodeSystem.property:Time_aspect.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                878. CodeSystem.property:Time_aspect.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                880. CodeSystem.property:Time_aspect.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                882. CodeSystem.property:Pathological_process
                                                                                                                                                                                Slice NamePathological_process
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Pathological process for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                884. CodeSystem.property:Pathological_process.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                886. CodeSystem.property:Pathological_process.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                888. CodeSystem.property:Pathological_process.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                890. CodeSystem.property:Pathological_process.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValuePathological process
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                892. CodeSystem.property:Pathological_process.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                894. CodeSystem.property:Pathological_process.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                896. CodeSystem.property:Pathological_process.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                898. CodeSystem.property:Procedure_site_-_Direct
                                                                                                                                                                                Slice NameProcedure_site_-_Direct
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Procedure site - Direct for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                900. CodeSystem.property:Procedure_site_-_Direct.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                902. CodeSystem.property:Procedure_site_-_Direct.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                904. CodeSystem.property:Procedure_site_-_Direct.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                906. CodeSystem.property:Procedure_site_-_Direct.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueProcedure site - Direct
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                908. CodeSystem.property:Procedure_site_-_Direct.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                910. CodeSystem.property:Procedure_site_-_Direct.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                912. CodeSystem.property:Procedure_site_-_Direct.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                914. CodeSystem.property:Procedure_site_-_Indirect
                                                                                                                                                                                Slice NameProcedure_site_-_Indirect
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Procedure site - Indirect for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                916. CodeSystem.property:Procedure_site_-_Indirect.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                918. CodeSystem.property:Procedure_site_-_Indirect.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                920. CodeSystem.property:Procedure_site_-_Indirect.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                922. CodeSystem.property:Procedure_site_-_Indirect.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueProcedure site - Indirect
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                924. CodeSystem.property:Procedure_site_-_Indirect.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                926. CodeSystem.property:Procedure_site_-_Indirect.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                928. CodeSystem.property:Procedure_site_-_Indirect.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                930. CodeSystem.property:Procedure_device
                                                                                                                                                                                Slice NameProcedure_device
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Procedure device for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                932. CodeSystem.property:Procedure_device.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                934. CodeSystem.property:Procedure_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                936. CodeSystem.property:Procedure_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                938. CodeSystem.property:Procedure_device.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueProcedure device
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                940. CodeSystem.property:Procedure_device.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                942. CodeSystem.property:Procedure_device.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                944. CodeSystem.property:Procedure_device.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                946. CodeSystem.property:Procedure_morphology
                                                                                                                                                                                Slice NameProcedure_morphology
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Procedure morphology for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                948. CodeSystem.property:Procedure_morphology.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                950. CodeSystem.property:Procedure_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                952. CodeSystem.property:Procedure_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                954. CodeSystem.property:Procedure_morphology.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueProcedure morphology
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                956. CodeSystem.property:Procedure_morphology.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                958. CodeSystem.property:Procedure_morphology.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                960. CodeSystem.property:Procedure_morphology.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                962. CodeSystem.property:Finding_context
                                                                                                                                                                                Slice NameFinding_context
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Finding context for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                964. CodeSystem.property:Finding_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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                966. CodeSystem.property:Finding_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                968. CodeSystem.property:Finding_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                970. CodeSystem.property:Finding_context.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueFinding context
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                972. CodeSystem.property:Finding_context.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                974. CodeSystem.property:Finding_context.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                976. CodeSystem.property:Finding_context.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                978. CodeSystem.property:Temporal_context
                                                                                                                                                                                Slice NameTemporal_context
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Temporal context for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                980. CodeSystem.property:Temporal_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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                982. CodeSystem.property:Temporal_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                984. CodeSystem.property:Temporal_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                986. CodeSystem.property:Temporal_context.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueTemporal context
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                988. CodeSystem.property:Temporal_context.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                990. CodeSystem.property:Temporal_context.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                992. CodeSystem.property:Temporal_context.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                994. CodeSystem.property:Subject_relationship_context
                                                                                                                                                                                Slice NameSubject_relationship_context
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Subject relationship context for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                996. CodeSystem.property:Subject_relationship_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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                998. CodeSystem.property:Subject_relationship_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1000. CodeSystem.property:Subject_relationship_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1002. CodeSystem.property:Subject_relationship_context.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueSubject relationship context
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1004. CodeSystem.property:Subject_relationship_context.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1006. CodeSystem.property:Subject_relationship_context.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1008. CodeSystem.property:Subject_relationship_context.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1010. CodeSystem.property:Route_of_administration
                                                                                                                                                                                Slice NameRoute_of_administration
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Route of administration for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1012. CodeSystem.property:Route_of_administration.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1014. CodeSystem.property:Route_of_administration.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1016. CodeSystem.property:Route_of_administration.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1018. CodeSystem.property:Route_of_administration.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueRoute of administration
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1020. CodeSystem.property:Route_of_administration.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1022. CodeSystem.property:Route_of_administration.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1024. CodeSystem.property:Route_of_administration.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1026. CodeSystem.property:Has_dose_form
                                                                                                                                                                                Slice NameHas_dose_form
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Has dose form for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1028. CodeSystem.property:Has_dose_form.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1030. CodeSystem.property:Has_dose_form.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1032. CodeSystem.property:Has_dose_form.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1034. CodeSystem.property:Has_dose_form.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueHas dose form
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1036. CodeSystem.property:Has_dose_form.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1038. CodeSystem.property:Has_dose_form.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1040. CodeSystem.property:Has_dose_form.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1042. CodeSystem.property:Finding_method
                                                                                                                                                                                Slice NameFinding_method
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Finding method for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1044. CodeSystem.property:Finding_method.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1046. CodeSystem.property:Finding_method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1048. CodeSystem.property:Finding_method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1050. CodeSystem.property:Finding_method.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueFinding method
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1052. CodeSystem.property:Finding_method.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1054. CodeSystem.property:Finding_method.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1056. CodeSystem.property:Finding_method.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1058. CodeSystem.property:Finding_informer
                                                                                                                                                                                Slice NameFinding_informer
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Finding informer for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1060. CodeSystem.property:Finding_informer.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1062. CodeSystem.property:Finding_informer.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1064. CodeSystem.property:Finding_informer.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1066. CodeSystem.property:Finding_informer.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueFinding informer
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1068. CodeSystem.property:Finding_informer.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1070. CodeSystem.property:Finding_informer.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1072. CodeSystem.property:Finding_informer.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1074. CodeSystem.property:Using_device
                                                                                                                                                                                Slice NameUsing_device
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Using device for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1076. CodeSystem.property:Using_device.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1078. CodeSystem.property:Using_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1080. CodeSystem.property:Using_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1082. CodeSystem.property:Using_device.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueUsing device
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1084. CodeSystem.property:Using_device.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1086. CodeSystem.property:Using_device.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1088. CodeSystem.property:Using_device.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1090. CodeSystem.property:Using_energy
                                                                                                                                                                                Slice NameUsing_energy
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Using energy for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1092. CodeSystem.property:Using_energy.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1094. CodeSystem.property:Using_energy.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1096. CodeSystem.property:Using_energy.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1098. CodeSystem.property:Using_energy.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueUsing energy
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1100. CodeSystem.property:Using_energy.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1102. CodeSystem.property:Using_energy.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1104. CodeSystem.property:Using_energy.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1106. CodeSystem.property:Using_substance
                                                                                                                                                                                Slice NameUsing_substance
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Using substance for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1108. CodeSystem.property:Using_substance.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1110. CodeSystem.property:Using_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1112. CodeSystem.property:Using_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1114. CodeSystem.property:Using_substance.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueUsing substance
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1116. CodeSystem.property:Using_substance.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1118. CodeSystem.property:Using_substance.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1120. CodeSystem.property:Using_substance.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1122. CodeSystem.property:Surgical_approach
                                                                                                                                                                                Slice NameSurgical_approach
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Surgical approach for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1124. CodeSystem.property:Surgical_approach.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1126. CodeSystem.property:Surgical_approach.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1128. CodeSystem.property:Surgical_approach.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1130. CodeSystem.property:Surgical_approach.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueSurgical approach
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1132. CodeSystem.property:Surgical_approach.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1134. CodeSystem.property:Surgical_approach.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1136. CodeSystem.property:Surgical_approach.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1138. CodeSystem.property:Using_access_device
                                                                                                                                                                                Slice NameUsing_access_device
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Using access device for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1140. CodeSystem.property:Using_access_device.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1142. CodeSystem.property:Using_access_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1144. CodeSystem.property:Using_access_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1146. CodeSystem.property:Using_access_device.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueUsing access device
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1148. CodeSystem.property:Using_access_device.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1150. CodeSystem.property:Using_access_device.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1152. CodeSystem.property:Using_access_device.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1154. CodeSystem.property:Property_type
                                                                                                                                                                                Slice NameProperty_type
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Property type for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1156. CodeSystem.property:Property_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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1158. CodeSystem.property:Property_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1160. CodeSystem.property:Property_type.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1162. CodeSystem.property:Property_type.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueProperty type
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1164. CodeSystem.property:Property_type.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1166. CodeSystem.property:Property_type.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1168. CodeSystem.property:Property_type.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1170. CodeSystem.property:Inheres_in
                                                                                                                                                                                Slice NameInheres_in
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Inheres in for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1172. CodeSystem.property:Inheres_in.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1174. CodeSystem.property:Inheres_in.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1176. CodeSystem.property:Inheres_in.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1178. CodeSystem.property:Inheres_in.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueInheres in
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1180. CodeSystem.property:Inheres_in.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1182. CodeSystem.property:Inheres_in.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1184. CodeSystem.property:Inheres_in.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1186. CodeSystem.property:Towards
                                                                                                                                                                                Slice NameTowards
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Towards for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1188. CodeSystem.property:Towards.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1190. CodeSystem.property:Towards.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1192. CodeSystem.property:Towards.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1194. CodeSystem.property:Towards.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueTowards
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1196. CodeSystem.property:Towards.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1198. CodeSystem.property:Towards.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1200. CodeSystem.property:Towards.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1202. CodeSystem.property:Characterizes
                                                                                                                                                                                Slice NameCharacterizes
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Characterizes for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1204. CodeSystem.property:Characterizes.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1206. CodeSystem.property:Characterizes.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1208. CodeSystem.property:Characterizes.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1210. CodeSystem.property:Characterizes.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCharacterizes
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1212. CodeSystem.property:Characterizes.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1214. CodeSystem.property:Characterizes.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1216. CodeSystem.property:Characterizes.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1218. CodeSystem.property:Process_agent
                                                                                                                                                                                Slice NameProcess_agent
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Process agent for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1220. CodeSystem.property:Process_agent.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1222. CodeSystem.property:Process_agent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1224. CodeSystem.property:Process_agent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1226. CodeSystem.property:Process_agent.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueProcess agent
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1228. CodeSystem.property:Process_agent.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1230. CodeSystem.property:Process_agent.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1232. CodeSystem.property:Process_agent.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1234. CodeSystem.property:Process_duration
                                                                                                                                                                                Slice NameProcess_duration
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Process duration for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1236. CodeSystem.property:Process_duration.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1238. CodeSystem.property:Process_duration.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1240. CodeSystem.property:Process_duration.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1242. CodeSystem.property:Process_duration.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueProcess duration
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1244. CodeSystem.property:Process_duration.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1246. CodeSystem.property:Process_duration.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1248. CodeSystem.property:Process_duration.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1250. CodeSystem.property:Process_output
                                                                                                                                                                                Slice NameProcess_output
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Process output for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1252. CodeSystem.property:Process_output.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1254. CodeSystem.property:Process_output.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1256. CodeSystem.property:Process_output.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1258. CodeSystem.property:Process_output.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueProcess output
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1260. CodeSystem.property:Process_output.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1262. CodeSystem.property:Process_output.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1264. CodeSystem.property:Process_output.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1266. CodeSystem.property:Relative_to
                                                                                                                                                                                Slice NameRelative_to
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Relative to for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1268. CodeSystem.property:Relative_to.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1270. CodeSystem.property:Relative_to.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1272. CodeSystem.property:Relative_to.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1274. CodeSystem.property:Relative_to.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueRelative to
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1276. CodeSystem.property:Relative_to.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1278. CodeSystem.property:Relative_to.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1280. CodeSystem.property:Relative_to.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1282. CodeSystem.property:Precondition
                                                                                                                                                                                Slice NamePrecondition
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED Precondition for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1284. CodeSystem.property:Precondition.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1286. CodeSystem.property:Precondition.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1288. CodeSystem.property:Precondition.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1290. CodeSystem.property:Precondition.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValuePrecondition
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1292. CodeSystem.property:Precondition.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1294. CodeSystem.property:Precondition.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1296. CodeSystem.property:Precondition.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1298. CodeSystem.property:Direct_site
                                                                                                                                                                                Slice NameDirect_site
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Direct site for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1300. CodeSystem.property:Direct_site.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1302. CodeSystem.property:Direct_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1304. CodeSystem.property:Direct_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1306. CodeSystem.property:Direct_site.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueDirect site
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1308. CodeSystem.property:Direct_site.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1310. CodeSystem.property:Direct_site.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1312. CodeSystem.property:Direct_site.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1314. CodeSystem.property:Specified_by
                                                                                                                                                                                Slice NameSpecified_by
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Specified by for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1316. CodeSystem.property:Specified_by.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1318. CodeSystem.property:Specified_by.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1320. CodeSystem.property:Specified_by.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1322. CodeSystem.property:Specified_by.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueSpecified by
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1324. CodeSystem.property:Specified_by.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1326. CodeSystem.property:Specified_by.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1328. CodeSystem.property:Specified_by.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1330. CodeSystem.property:Observes
                                                                                                                                                                                Slice NameObserves
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Observes for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1332. CodeSystem.property:Observes.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1334. CodeSystem.property:Observes.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1336. CodeSystem.property:Observes.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1338. CodeSystem.property:Observes.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueObserves
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1340. CodeSystem.property:Observes.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1342. CodeSystem.property:Observes.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1344. CodeSystem.property:Observes.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1346. CodeSystem.property:Is_about
                                                                                                                                                                                Slice NameIs_about
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Is about for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1348. CodeSystem.property:Is_about.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1350. CodeSystem.property:Is_about.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1352. CodeSystem.property:Is_about.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1354. CodeSystem.property:Is_about.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueIs about
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1356. CodeSystem.property:Is_about.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1358. CodeSystem.property:Is_about.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1360. CodeSystem.property:Is_about.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueCoding
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1362. CodeSystem.property:Defined
                                                                                                                                                                                Slice NameDefined
                                                                                                                                                                                Definition

                                                                                                                                                                                A property defines additional semantic detail for each concept included in the change set

                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Defined for a concept
                                                                                                                                                                                Comments

                                                                                                                                                                                All properties referenced in the definitions of concepts within the change set must be defined first as a CodeSystem.property

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1364. CodeSystem.property:Defined.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
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1366. CodeSystem.property:Defined.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                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())
                                                                                                                                                                                1368. CodeSystem.property:Defined.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                1370. CodeSystem.property:Defined.code
                                                                                                                                                                                Definition

                                                                                                                                                                                A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.

                                                                                                                                                                                ShortIdentifies the property on the concepts, and when referred to in operations
                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Fixed ValueDefined
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1372. CodeSystem.property:Defined.uri
                                                                                                                                                                                Definition

                                                                                                                                                                                Reference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system.

                                                                                                                                                                                ShortFormal identifier for the property
                                                                                                                                                                                Control0..1
                                                                                                                                                                                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()))
                                                                                                                                                                                1374. CodeSystem.property:Defined.description
                                                                                                                                                                                Definition

                                                                                                                                                                                A description of the property- why it is defined, and how its value might be used.

                                                                                                                                                                                ShortWhy the property is defined, and/or what it conveys
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1376. CodeSystem.property:Defined.type
                                                                                                                                                                                Definition

                                                                                                                                                                                The type of the property value. Properties of type "code" contain a code defined by the code system (e.g. a reference to anotherr defined concept).

                                                                                                                                                                                Shortcode | Coding | string | integer | boolean | dateTime
                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from PropertyType
                                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1)

                                                                                                                                                                                The type of a property value.

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

                                                                                                                                                                                Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meaning of the hierarchical relationships are.

                                                                                                                                                                                ShortConcepts in the change set for the code system
                                                                                                                                                                                Comments

                                                                                                                                                                                For a change set, concepts must be defined and included in the CodeSystem instance

                                                                                                                                                                                Control1..*
                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                1380. CodeSystem.concept.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 internal identifier maintained by the entity distributing the change set for the concept represented by the terminology-specific concept.code
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                1382. CodeSystem.concept.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 CodeSystem.concept.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                • value @ url
                                                                                                                                                                                • 1384. CodeSystem.concept.extension:OWLExpression
                                                                                                                                                                                  Slice NameOWLExpression
                                                                                                                                                                                  Definition

                                                                                                                                                                                  OWL Expression representing the logical definition of a concept

                                                                                                                                                                                  ShortOWL Expression
                                                                                                                                                                                  Control0..*
                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                  TypeExtension(OWL Expression) (Extension Type: string)
                                                                                                                                                                                  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())
                                                                                                                                                                                  1386. CodeSystem.concept.extension:changeType
                                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                                  Definition

                                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                  ShortChange Type
                                                                                                                                                                                  Control0..1
                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                  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())
                                                                                                                                                                                  1388. CodeSystem.concept.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                  1390. CodeSystem.concept.code
                                                                                                                                                                                  Definition

                                                                                                                                                                                  A code - a text symbol - that uniquely identifies the concept within the code system.

                                                                                                                                                                                  ShortCode that identifies concept
                                                                                                                                                                                  Control1..1
                                                                                                                                                                                  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()))
                                                                                                                                                                                  1392. CodeSystem.concept.display
                                                                                                                                                                                  Definition

                                                                                                                                                                                  A human readable string that is the recommended default way to present this concept to a user.

                                                                                                                                                                                  ShortText to display to the user representing the concept
                                                                                                                                                                                  Control1..1
                                                                                                                                                                                  Typestring
                                                                                                                                                                                  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()))
                                                                                                                                                                                  1394. CodeSystem.concept.definition
                                                                                                                                                                                  Definition

                                                                                                                                                                                  The formal definition of the concept. The code system resource does not make formal definitions required, because of the prevalence of legacy systems. However, they are highly recommended, as without them there is no formal meaning associated with the concept.

                                                                                                                                                                                  ShortFormal definition
                                                                                                                                                                                  Control1..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()))
                                                                                                                                                                                  1396. CodeSystem.concept.designation
                                                                                                                                                                                  Definition

                                                                                                                                                                                  Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.

                                                                                                                                                                                  ShortAdditional representations for the concept
                                                                                                                                                                                  Comments

                                                                                                                                                                                  Concepts have both a display and an array of designation. The display is equivalent to a special designation with an implied designation.use of "primary code" and a language equal to the Resource Language.

                                                                                                                                                                                  Control0..*
                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                  Requirements

                                                                                                                                                                                  Many concept definition systems support multiple representations, in multiple languages, and for multiple purposes.

                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                  1398. CodeSystem.concept.designation.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
                                                                                                                                                                                  Typestring
                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                  1400. CodeSystem.concept.designation.extension
                                                                                                                                                                                  Definition

                                                                                                                                                                                  An Extension

                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                  Control2..*
                                                                                                                                                                                  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 CodeSystem.concept.designation.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                  • value @ url
                                                                                                                                                                                  • 1402. CodeSystem.concept.designation.extension:caseSensitivity
                                                                                                                                                                                    Slice NamecaseSensitivity
                                                                                                                                                                                    Definition

                                                                                                                                                                                    Coded value to identify what case sensitivity is reflected in the designation

                                                                                                                                                                                    ShortDesignation Case Sensitivity
                                                                                                                                                                                    Control1..1
                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                    TypeExtension(Designation Case Sensitivity) (Extension Type: CodeableConcept)
                                                                                                                                                                                    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())
                                                                                                                                                                                    1404. CodeSystem.concept.designation.extension:acceptability
                                                                                                                                                                                    Slice Nameacceptability
                                                                                                                                                                                    Definition

                                                                                                                                                                                    Coded value to convey the acceptability of a designation in the language or dialect specified by that Reference Set . Values include 'preferred' and 'acceptable'.

                                                                                                                                                                                    ShortDesignation Acceptability
                                                                                                                                                                                    Control1..1
                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                    TypeExtension(Designation Acceptability) (Extension Type: CodeableConcept)
                                                                                                                                                                                    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())
                                                                                                                                                                                    1406. CodeSystem.concept.designation.extension:dialect
                                                                                                                                                                                    Slice Namedialect
                                                                                                                                                                                    Definition

                                                                                                                                                                                    Subcategorization of language

                                                                                                                                                                                    ShortDesignation Dialect
                                                                                                                                                                                    Control0..1
                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                    TypeExtension(Designation Dialect) (Extension Type: CodeableConcept)
                                                                                                                                                                                    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())
                                                                                                                                                                                    1408. CodeSystem.concept.designation.extension:changeType
                                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                                    Definition

                                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                    ShortChange Type
                                                                                                                                                                                    Control0..1
                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                    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())
                                                                                                                                                                                    1410. CodeSystem.concept.designation.modifierExtension
                                                                                                                                                                                    Definition

                                                                                                                                                                                    An Extension

                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                    Control0..*
                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                    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 CodeSystem.concept.designation.modifierExtension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                    • value @ url
                                                                                                                                                                                    • 1412. CodeSystem.concept.designation.modifierExtension:designationStatus
                                                                                                                                                                                      Slice NamedesignationStatus
                                                                                                                                                                                      Definition

                                                                                                                                                                                      Complex extension to convey the status of a designation (active vs. inactive) and a timestamp for that status.

                                                                                                                                                                                      ShortDesignation Status
                                                                                                                                                                                      Control0..1
                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                      TypeExtension(Designation Status) (Complex Extension)
                                                                                                                                                                                      Is Modifiertrue because A designation that is not active should not be used by implementers in most cases
                                                                                                                                                                                      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())
                                                                                                                                                                                      1414. CodeSystem.concept.designation.language
                                                                                                                                                                                      Definition

                                                                                                                                                                                      The language this designation is defined for.

                                                                                                                                                                                      ShortHuman language of the designation
                                                                                                                                                                                      Comments

                                                                                                                                                                                      In the absence of a language, the resource language applies.

                                                                                                                                                                                      Control0..1
                                                                                                                                                                                      BindingThe codes SHOULD be taken from CommonLanguages
                                                                                                                                                                                      (preferred to http://hl7.org/fhir/ValueSet/languages)

                                                                                                                                                                                      A human language.

                                                                                                                                                                                      Additional BindingsPurpose
                                                                                                                                                                                      AllLanguagesMax Binding
                                                                                                                                                                                      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()))
                                                                                                                                                                                      1416. CodeSystem.concept.designation.use
                                                                                                                                                                                      Definition

                                                                                                                                                                                      A code that details how this designation would be used.

                                                                                                                                                                                      ShortDetails how this designation would be used
                                                                                                                                                                                      Comments

                                                                                                                                                                                      If no use is provided, the designation can be assumed to be suitable for general display to a human user.

                                                                                                                                                                                      Control0..1
                                                                                                                                                                                      BindingUnless not suitable, these codes SHALL be taken from DesignationUse
                                                                                                                                                                                      (extensible to http://hl7.org/fhir/ValueSet/designation-use)

                                                                                                                                                                                      Details of how a designation would be used.

                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                      Must Supportfalse
                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                      1418. CodeSystem.concept.designation.value
                                                                                                                                                                                      Definition

                                                                                                                                                                                      The text value for this designation.

                                                                                                                                                                                      ShortThe text value for this designation
                                                                                                                                                                                      Control1..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()))
                                                                                                                                                                                      1420. CodeSystem.concept.property
                                                                                                                                                                                      Definition

                                                                                                                                                                                      A property value for this concept.

                                                                                                                                                                                      ShortProperty value for the concept
                                                                                                                                                                                      Control0..*
                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                      SlicingThis element introduces a set of slices on CodeSystem.concept.property. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                      • value @ code
                                                                                                                                                                                      • 1422. CodeSystem.concept.property.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
                                                                                                                                                                                        Typestring
                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                        1424. CodeSystem.concept.property.extension
                                                                                                                                                                                        Definition

                                                                                                                                                                                        An Extension

                                                                                                                                                                                        ShortExtension
                                                                                                                                                                                        Control2..*
                                                                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                        • value @ url
                                                                                                                                                                                        • 1426. CodeSystem.concept.property.extension:DefiningRelationshipType
                                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                                          Definition

                                                                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                                                                          Control1..1
                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                          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())
                                                                                                                                                                                          1428. CodeSystem.concept.property.extension:elProfileSetOperator
                                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                                          Definition

                                                                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                                                                          Control1..1
                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                          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())
                                                                                                                                                                                          1430. CodeSystem.concept.property.extension:roleGroup
                                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                                          Definition

                                                                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                                                                          Control0..1
                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                          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())
                                                                                                                                                                                          1432. CodeSystem.concept.property.extension:changeType
                                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                                          Definition

                                                                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                          ShortChange Type
                                                                                                                                                                                          Control0..1
                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                          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())
                                                                                                                                                                                          1434. CodeSystem.concept.property.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                          1436. CodeSystem.concept.property.code
                                                                                                                                                                                          Definition

                                                                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                                                                          Control1..1
                                                                                                                                                                                          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()))
                                                                                                                                                                                          1438. CodeSystem.concept.property.value[x]
                                                                                                                                                                                          Definition

                                                                                                                                                                                          The value of this property.

                                                                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                                                                          Control1..1
                                                                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                          [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
                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                          1440. CodeSystem.concept.property:inactive
                                                                                                                                                                                          Slice Nameinactive
                                                                                                                                                                                          Definition

                                                                                                                                                                                          A property value for this concept.

                                                                                                                                                                                          ShortProperty slice to capture SNOMED CT inactive for a concept
                                                                                                                                                                                          Control0..1
                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                          1442. CodeSystem.concept.property:inactive.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
                                                                                                                                                                                          Typestring
                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                          1444. CodeSystem.concept.property:inactive.extension
                                                                                                                                                                                          Definition

                                                                                                                                                                                          An Extension

                                                                                                                                                                                          ShortExtension
                                                                                                                                                                                          Control2..*
                                                                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                          • value @ url
                                                                                                                                                                                          • 1446. CodeSystem.concept.property:inactive.extension:DefiningRelationshipType
                                                                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                                                                            Definition

                                                                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                                                                            Control1..1
                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                            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())
                                                                                                                                                                                            1448. CodeSystem.concept.property:inactive.extension:elProfileSetOperator
                                                                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                                                                            Definition

                                                                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                                                                            Control1..1
                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                            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())
                                                                                                                                                                                            1450. CodeSystem.concept.property:inactive.extension:roleGroup
                                                                                                                                                                                            Slice NameroleGroup
                                                                                                                                                                                            Definition

                                                                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                                                                            Control0..1
                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                            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())
                                                                                                                                                                                            1452. CodeSystem.concept.property:inactive.extension:changeType
                                                                                                                                                                                            Slice NamechangeType
                                                                                                                                                                                            Definition

                                                                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                            ShortChange Type
                                                                                                                                                                                            Control0..1
                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                            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())
                                                                                                                                                                                            1454. CodeSystem.concept.property:inactive.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                            1456. CodeSystem.concept.property:inactive.code
                                                                                                                                                                                            Definition

                                                                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                                                                            Control1..1
                                                                                                                                                                                            Typecode
                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                            Fixed Valueinactive
                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                            1458. CodeSystem.concept.property:inactive.value[x]
                                                                                                                                                                                            Definition

                                                                                                                                                                                            The value of this property.

                                                                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                                                                            Control1..1
                                                                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                            [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
                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                            1460. CodeSystem.concept.property:definitionStatusId
                                                                                                                                                                                            Slice NamedefinitionStatusId
                                                                                                                                                                                            Definition

                                                                                                                                                                                            A property value for this concept.

                                                                                                                                                                                            ShortProperty slice to capture SNOMED CT definitionStatusId for a concept
                                                                                                                                                                                            Control0..1
                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                            1462. CodeSystem.concept.property:definitionStatusId.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
                                                                                                                                                                                            Typestring
                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                            1464. CodeSystem.concept.property:definitionStatusId.extension
                                                                                                                                                                                            Definition

                                                                                                                                                                                            An Extension

                                                                                                                                                                                            ShortExtension
                                                                                                                                                                                            Control2..*
                                                                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                            • value @ url
                                                                                                                                                                                            • 1466. CodeSystem.concept.property:definitionStatusId.extension:DefiningRelationshipType
                                                                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                                                                              Definition

                                                                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                                                                              Control1..1
                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                              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())
                                                                                                                                                                                              1468. CodeSystem.concept.property:definitionStatusId.extension:elProfileSetOperator
                                                                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                                                                              Definition

                                                                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                                                                              Control1..1
                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                              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())
                                                                                                                                                                                              1470. CodeSystem.concept.property:definitionStatusId.extension:roleGroup
                                                                                                                                                                                              Slice NameroleGroup
                                                                                                                                                                                              Definition

                                                                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                                                                              Control0..1
                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                              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())
                                                                                                                                                                                              1472. CodeSystem.concept.property:definitionStatusId.extension:changeType
                                                                                                                                                                                              Slice NamechangeType
                                                                                                                                                                                              Definition

                                                                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                              ShortChange Type
                                                                                                                                                                                              Control0..1
                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                              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())
                                                                                                                                                                                              1474. CodeSystem.concept.property:definitionStatusId.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                              1476. CodeSystem.concept.property:definitionStatusId.code
                                                                                                                                                                                              Definition

                                                                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                                                                              Control1..1
                                                                                                                                                                                              Typecode
                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                              Fixed ValuedefinitionStatusId
                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                              1478. CodeSystem.concept.property:definitionStatusId.value[x]
                                                                                                                                                                                              Definition

                                                                                                                                                                                              The value of this property.

                                                                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                                                                              Control1..1
                                                                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                              [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
                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                              1480. CodeSystem.concept.property:parent
                                                                                                                                                                                              Slice Nameparent
                                                                                                                                                                                              Definition

                                                                                                                                                                                              A property value for this concept.

                                                                                                                                                                                              ShortProperty slice to capture SNOMED CT parent for a concept
                                                                                                                                                                                              Control0..1
                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                              1482. CodeSystem.concept.property:parent.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
                                                                                                                                                                                              Typestring
                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                              1484. CodeSystem.concept.property:parent.extension
                                                                                                                                                                                              Definition

                                                                                                                                                                                              An Extension

                                                                                                                                                                                              ShortExtension
                                                                                                                                                                                              Control2..*
                                                                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                              • value @ url
                                                                                                                                                                                              • 1486. CodeSystem.concept.property:parent.extension:DefiningRelationshipType
                                                                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                                                                Definition

                                                                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                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())
                                                                                                                                                                                                1488. CodeSystem.concept.property:parent.extension:elProfileSetOperator
                                                                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                                                                Definition

                                                                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                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())
                                                                                                                                                                                                1490. CodeSystem.concept.property:parent.extension:roleGroup
                                                                                                                                                                                                Slice NameroleGroup
                                                                                                                                                                                                Definition

                                                                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                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())
                                                                                                                                                                                                1492. CodeSystem.concept.property:parent.extension:changeType
                                                                                                                                                                                                Slice NamechangeType
                                                                                                                                                                                                Definition

                                                                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                ShortChange Type
                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                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())
                                                                                                                                                                                                1494. CodeSystem.concept.property:parent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                1496. CodeSystem.concept.property:parent.code
                                                                                                                                                                                                Definition

                                                                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                Typecode
                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                Fixed Valueparent
                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                1498. CodeSystem.concept.property:parent.value[x]
                                                                                                                                                                                                Definition

                                                                                                                                                                                                The value of this property.

                                                                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                [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
                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                1500. CodeSystem.concept.property:moduleId
                                                                                                                                                                                                Slice NamemoduleId
                                                                                                                                                                                                Definition

                                                                                                                                                                                                A property value for this concept.

                                                                                                                                                                                                ShortProperty slice to capture SNOMED CT moduleId for a concept
                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                1502. CodeSystem.concept.property:moduleId.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
                                                                                                                                                                                                Typestring
                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                1504. CodeSystem.concept.property:moduleId.extension
                                                                                                                                                                                                Definition

                                                                                                                                                                                                An Extension

                                                                                                                                                                                                ShortExtension
                                                                                                                                                                                                Control2..*
                                                                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                • 1506. CodeSystem.concept.property:moduleId.extension:DefiningRelationshipType
                                                                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                  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())
                                                                                                                                                                                                  1508. CodeSystem.concept.property:moduleId.extension:elProfileSetOperator
                                                                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                  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())
                                                                                                                                                                                                  1510. CodeSystem.concept.property:moduleId.extension:roleGroup
                                                                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                  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())
                                                                                                                                                                                                  1512. CodeSystem.concept.property:moduleId.extension:changeType
                                                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                  ShortChange Type
                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                  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())
                                                                                                                                                                                                  1514. CodeSystem.concept.property:moduleId.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                  1516. CodeSystem.concept.property:moduleId.code
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  Fixed ValuemoduleId
                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                  1518. CodeSystem.concept.property:moduleId.value[x]
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  The value of this property.

                                                                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                  [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
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                  1520. CodeSystem.concept.property:Due_to
                                                                                                                                                                                                  Slice NameDue_to
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  A property value for this concept.

                                                                                                                                                                                                  ShortProperty slice to capture SNOMED CT Due to for a concept
                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                  1522. CodeSystem.concept.property:Due_to.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
                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  1524. CodeSystem.concept.property:Due_to.extension
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                  Control2..*
                                                                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                  • 1526. CodeSystem.concept.property:Due_to.extension:DefiningRelationshipType
                                                                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                    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())
                                                                                                                                                                                                    1528. CodeSystem.concept.property:Due_to.extension:elProfileSetOperator
                                                                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                    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())
                                                                                                                                                                                                    1530. CodeSystem.concept.property:Due_to.extension:roleGroup
                                                                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                    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())
                                                                                                                                                                                                    1532. CodeSystem.concept.property:Due_to.extension:changeType
                                                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                    ShortChange Type
                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                    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())
                                                                                                                                                                                                    1534. CodeSystem.concept.property:Due_to.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                    1536. CodeSystem.concept.property:Due_to.code
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Fixed ValueDue to
                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    1538. CodeSystem.concept.property:Due_to.value[x]
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    The value of this property.

                                                                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                    [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
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    1540. CodeSystem.concept.property:Associated_with
                                                                                                                                                                                                    Slice NameAssociated_with
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    A property value for this concept.

                                                                                                                                                                                                    ShortProperty slice to capture SNOMED CT Associated with for a concept
                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    1542. CodeSystem.concept.property:Associated_with.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
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    1544. CodeSystem.concept.property:Associated_with.extension
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    An Extension

                                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                    • 1546. CodeSystem.concept.property:Associated_with.extension:DefiningRelationshipType
                                                                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                      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())
                                                                                                                                                                                                      1548. CodeSystem.concept.property:Associated_with.extension:elProfileSetOperator
                                                                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                      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())
                                                                                                                                                                                                      1550. CodeSystem.concept.property:Associated_with.extension:roleGroup
                                                                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                      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())
                                                                                                                                                                                                      1552. CodeSystem.concept.property:Associated_with.extension:changeType
                                                                                                                                                                                                      Slice NamechangeType
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                      ShortChange Type
                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                      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())
                                                                                                                                                                                                      1554. CodeSystem.concept.property:Associated_with.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                      1556. CodeSystem.concept.property:Associated_with.code
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Fixed ValueAssociated with
                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      1558. CodeSystem.concept.property:Associated_with.value[x]
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      The value of this property.

                                                                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                      [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
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      1560. CodeSystem.concept.property:Associated_morphology
                                                                                                                                                                                                      Slice NameAssociated_morphology
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      A property value for this concept.

                                                                                                                                                                                                      ShortProperty slice to capture SNOMED CT Associated morphology for a concept
                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      1562. CodeSystem.concept.property:Associated_morphology.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
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      1564. CodeSystem.concept.property:Associated_morphology.extension
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                      Control2..*
                                                                                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                      • 1566. CodeSystem.concept.property:Associated_morphology.extension:DefiningRelationshipType
                                                                                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                        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())
                                                                                                                                                                                                        1568. CodeSystem.concept.property:Associated_morphology.extension:elProfileSetOperator
                                                                                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                        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())
                                                                                                                                                                                                        1570. CodeSystem.concept.property:Associated_morphology.extension:roleGroup
                                                                                                                                                                                                        Slice NameroleGroup
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                        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())
                                                                                                                                                                                                        1572. CodeSystem.concept.property:Associated_morphology.extension:changeType
                                                                                                                                                                                                        Slice NamechangeType
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                        ShortChange Type
                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                        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())
                                                                                                                                                                                                        1574. CodeSystem.concept.property:Associated_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                        1576. CodeSystem.concept.property:Associated_morphology.code
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Fixed ValueAssociated morphology
                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        1578. CodeSystem.concept.property:Associated_morphology.value[x]
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        The value of this property.

                                                                                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                        [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
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        1580. CodeSystem.concept.property:Has_specimen
                                                                                                                                                                                                        Slice NameHas_specimen
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        A property value for this concept.

                                                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Has specimen for a concept
                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        1582. CodeSystem.concept.property:Has_specimen.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
                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        1584. CodeSystem.concept.property:Has_specimen.extension
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        An Extension

                                                                                                                                                                                                        ShortExtension
                                                                                                                                                                                                        Control2..*
                                                                                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                        • 1586. CodeSystem.concept.property:Has_specimen.extension:DefiningRelationshipType
                                                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                          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())
                                                                                                                                                                                                          1588. CodeSystem.concept.property:Has_specimen.extension:elProfileSetOperator
                                                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                          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())
                                                                                                                                                                                                          1590. CodeSystem.concept.property:Has_specimen.extension:roleGroup
                                                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                          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())
                                                                                                                                                                                                          1592. CodeSystem.concept.property:Has_specimen.extension:changeType
                                                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                          ShortChange Type
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                          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())
                                                                                                                                                                                                          1594. CodeSystem.concept.property:Has_specimen.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                          1596. CodeSystem.concept.property:Has_specimen.code
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Fixed ValueHas specimen
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          1598. CodeSystem.concept.property:Has_specimen.value[x]
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          The value of this property.

                                                                                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                          [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
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          1600. CodeSystem.concept.property:Specimen_source_morphology
                                                                                                                                                                                                          Slice NameSpecimen_source_morphology
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          A property value for this concept.

                                                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Specimen source morphology for a concept
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          1602. CodeSystem.concept.property:Specimen_source_morphology.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
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          1604. CodeSystem.concept.property:Specimen_source_morphology.extension
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          An Extension

                                                                                                                                                                                                          ShortExtension
                                                                                                                                                                                                          Control2..*
                                                                                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                          • 1606. CodeSystem.concept.property:Specimen_source_morphology.extension:DefiningRelationshipType
                                                                                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                            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())
                                                                                                                                                                                                            1608. CodeSystem.concept.property:Specimen_source_morphology.extension:elProfileSetOperator
                                                                                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                            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())
                                                                                                                                                                                                            1610. CodeSystem.concept.property:Specimen_source_morphology.extension:roleGroup
                                                                                                                                                                                                            Slice NameroleGroup
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                            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())
                                                                                                                                                                                                            1612. CodeSystem.concept.property:Specimen_source_morphology.extension:changeType
                                                                                                                                                                                                            Slice NamechangeType
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                            ShortChange Type
                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                            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())
                                                                                                                                                                                                            1614. CodeSystem.concept.property:Specimen_source_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                            1616. CodeSystem.concept.property:Specimen_source_morphology.code
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Fixed ValueSpecimen source morphology
                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            1618. CodeSystem.concept.property:Specimen_source_morphology.value[x]
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            The value of this property.

                                                                                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                            [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
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            1620. CodeSystem.concept.property:Specimen_source_topography
                                                                                                                                                                                                            Slice NameSpecimen_source_topography
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            A property value for this concept.

                                                                                                                                                                                                            ShortProperty slice to capture SNOMEDCT Specimen source topography for a concept
                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            1622. CodeSystem.concept.property:Specimen_source_topography.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
                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            1624. CodeSystem.concept.property:Specimen_source_topography.extension
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            An Extension

                                                                                                                                                                                                            ShortExtension
                                                                                                                                                                                                            Control2..*
                                                                                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                            • 1626. CodeSystem.concept.property:Specimen_source_topography.extension:DefiningRelationshipType
                                                                                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                              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())
                                                                                                                                                                                                              1628. CodeSystem.concept.property:Specimen_source_topography.extension:elProfileSetOperator
                                                                                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                              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())
                                                                                                                                                                                                              1630. CodeSystem.concept.property:Specimen_source_topography.extension:roleGroup
                                                                                                                                                                                                              Slice NameroleGroup
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                              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())
                                                                                                                                                                                                              1632. CodeSystem.concept.property:Specimen_source_topography.extension:changeType
                                                                                                                                                                                                              Slice NamechangeType
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                              ShortChange Type
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                              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())
                                                                                                                                                                                                              1634. CodeSystem.concept.property:Specimen_source_topography.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                              1636. CodeSystem.concept.property:Specimen_source_topography.code
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Fixed ValueSpecimen source topography
                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              1638. CodeSystem.concept.property:Specimen_source_topography.value[x]
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              The value of this property.

                                                                                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                              [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
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              1640. CodeSystem.concept.property:Specimen_source_identity
                                                                                                                                                                                                              Slice NameSpecimen_source_identity
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              A property value for this concept.

                                                                                                                                                                                                              ShortProperty slice to capture SNOMED CT Specimen source identity for a concept
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              1642. CodeSystem.concept.property:Specimen_source_identity.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
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              1644. CodeSystem.concept.property:Specimen_source_identity.extension
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              An Extension

                                                                                                                                                                                                              ShortExtension
                                                                                                                                                                                                              Control2..*
                                                                                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                              • 1646. CodeSystem.concept.property:Specimen_source_identity.extension:DefiningRelationshipType
                                                                                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                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())
                                                                                                                                                                                                                1648. CodeSystem.concept.property:Specimen_source_identity.extension:elProfileSetOperator
                                                                                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                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())
                                                                                                                                                                                                                1650. CodeSystem.concept.property:Specimen_source_identity.extension:roleGroup
                                                                                                                                                                                                                Slice NameroleGroup
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                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())
                                                                                                                                                                                                                1652. CodeSystem.concept.property:Specimen_source_identity.extension:changeType
                                                                                                                                                                                                                Slice NamechangeType
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                ShortChange Type
                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                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())
                                                                                                                                                                                                                1654. CodeSystem.concept.property:Specimen_source_identity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                1656. CodeSystem.concept.property:Specimen_source_identity.code
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Fixed ValueSpecimen source identity
                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                1658. CodeSystem.concept.property:Specimen_source_identity.value[x]
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                The value of this property.

                                                                                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                [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
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                1660. CodeSystem.concept.property:Specimen_procedure
                                                                                                                                                                                                                Slice NameSpecimen_procedure
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                A property value for this concept.

                                                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Specimen procedure for a concept
                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                1662. CodeSystem.concept.property:Specimen_procedure.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
                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                1664. CodeSystem.concept.property:Specimen_procedure.extension
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                An Extension

                                                                                                                                                                                                                ShortExtension
                                                                                                                                                                                                                Control2..*
                                                                                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                • 1666. CodeSystem.concept.property:Specimen_procedure.extension:DefiningRelationshipType
                                                                                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                  1668. CodeSystem.concept.property:Specimen_procedure.extension:elProfileSetOperator
                                                                                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                  1670. CodeSystem.concept.property:Specimen_procedure.extension:roleGroup
                                                                                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                  1672. CodeSystem.concept.property:Specimen_procedure.extension:changeType
                                                                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                  ShortChange Type
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                  1674. CodeSystem.concept.property:Specimen_procedure.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                  1676. CodeSystem.concept.property:Specimen_procedure.code
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Fixed ValueSpecimen procedure
                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  1678. CodeSystem.concept.property:Specimen_procedure.value[x]
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  The value of this property.

                                                                                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                  [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
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  1680. CodeSystem.concept.property:Part_of
                                                                                                                                                                                                                  Slice NamePart_of
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  A property value for this concept.

                                                                                                                                                                                                                  ShortProperty slice to capture SNOMED CT Part of for a concept
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  1682. CodeSystem.concept.property:Part_of.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
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  1684. CodeSystem.concept.property:Part_of.extension
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                  Control2..*
                                                                                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                  • 1686. CodeSystem.concept.property:Part_of.extension:DefiningRelationshipType
                                                                                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                    1688. CodeSystem.concept.property:Part_of.extension:elProfileSetOperator
                                                                                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                    1690. CodeSystem.concept.property:Part_of.extension:roleGroup
                                                                                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                    1692. CodeSystem.concept.property:Part_of.extension:changeType
                                                                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                    ShortChange Type
                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                    1694. CodeSystem.concept.property:Part_of.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                    1696. CodeSystem.concept.property:Part_of.code
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Fixed ValuePart of
                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    1698. CodeSystem.concept.property:Part_of.value[x]
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    The value of this property.

                                                                                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                    [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
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    1700. CodeSystem.concept.property:Has_active_ingredient
                                                                                                                                                                                                                    Slice NameHas_active_ingredient
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    A property value for this concept.

                                                                                                                                                                                                                    ShortProperty slice to capture SNOMED CT Has active ingredient for a concept
                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    1702. CodeSystem.concept.property:Has_active_ingredient.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
                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    1704. CodeSystem.concept.property:Has_active_ingredient.extension
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    An Extension

                                                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                    • 1706. CodeSystem.concept.property:Has_active_ingredient.extension:DefiningRelationshipType
                                                                                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                      1708. CodeSystem.concept.property:Has_active_ingredient.extension:elProfileSetOperator
                                                                                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                      1710. CodeSystem.concept.property:Has_active_ingredient.extension:roleGroup
                                                                                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                      1712. CodeSystem.concept.property:Has_active_ingredient.extension:changeType
                                                                                                                                                                                                                      Slice NamechangeType
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                      ShortChange Type
                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                      1714. CodeSystem.concept.property:Has_active_ingredient.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                      1716. CodeSystem.concept.property:Has_active_ingredient.code
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Fixed ValueHas active ingredient
                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      1718. CodeSystem.concept.property:Has_active_ingredient.value[x]
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      The value of this property.

                                                                                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                      [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
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      1720. CodeSystem.concept.property:Subject_of_information
                                                                                                                                                                                                                      Slice NameSubject_of_information
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      A property value for this concept.

                                                                                                                                                                                                                      ShortProperty slice to capture SNOMED CT Subject of information for a concept
                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      1722. CodeSystem.concept.property:Subject_of_information.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
                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      1724. CodeSystem.concept.property:Subject_of_information.extension
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                      Control2..*
                                                                                                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                      • 1726. CodeSystem.concept.property:Subject_of_information.extension:DefiningRelationshipType
                                                                                                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                        1728. CodeSystem.concept.property:Subject_of_information.extension:elProfileSetOperator
                                                                                                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                        1730. CodeSystem.concept.property:Subject_of_information.extension:roleGroup
                                                                                                                                                                                                                        Slice NameroleGroup
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                        1732. CodeSystem.concept.property:Subject_of_information.extension:changeType
                                                                                                                                                                                                                        Slice NamechangeType
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                        ShortChange Type
                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                        1734. CodeSystem.concept.property:Subject_of_information.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                        1736. CodeSystem.concept.property:Subject_of_information.code
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Fixed ValueSubject of information
                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        1738. CodeSystem.concept.property:Subject_of_information.value[x]
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        The value of this property.

                                                                                                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                        [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
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        1740. CodeSystem.concept.property:Causative_agent
                                                                                                                                                                                                                        Slice NameCausative_agent
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        A property value for this concept.

                                                                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Causative agent for a concept
                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        1742. CodeSystem.concept.property:Causative_agent.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
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        1744. CodeSystem.concept.property:Causative_agent.extension
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        An Extension

                                                                                                                                                                                                                        ShortExtension
                                                                                                                                                                                                                        Control2..*
                                                                                                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                        • 1746. CodeSystem.concept.property:Causative_agent.extension:DefiningRelationshipType
                                                                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                          1748. CodeSystem.concept.property:Causative_agent.extension:elProfileSetOperator
                                                                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                          1750. CodeSystem.concept.property:Causative_agent.extension:roleGroup
                                                                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                          1752. CodeSystem.concept.property:Causative_agent.extension:changeType
                                                                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                          ShortChange Type
                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                          1754. CodeSystem.concept.property:Causative_agent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                          1756. CodeSystem.concept.property:Causative_agent.code
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Fixed ValueCausative agent
                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          1758. CodeSystem.concept.property:Causative_agent.value[x]
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          The value of this property.

                                                                                                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                          [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
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          1760. CodeSystem.concept.property:Associated_finding
                                                                                                                                                                                                                          Slice NameAssociated_finding
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          A property value for this concept.

                                                                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Associated finding for a concept
                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          1762. CodeSystem.concept.property:Associated_finding.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
                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          1764. CodeSystem.concept.property:Associated_finding.extension
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          An Extension

                                                                                                                                                                                                                          ShortExtension
                                                                                                                                                                                                                          Control2..*
                                                                                                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                          • 1766. CodeSystem.concept.property:Associated_finding.extension:DefiningRelationshipType
                                                                                                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                            1768. CodeSystem.concept.property:Associated_finding.extension:elProfileSetOperator
                                                                                                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                            1770. CodeSystem.concept.property:Associated_finding.extension:roleGroup
                                                                                                                                                                                                                            Slice NameroleGroup
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                            1772. CodeSystem.concept.property:Associated_finding.extension:changeType
                                                                                                                                                                                                                            Slice NamechangeType
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                            ShortChange Type
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                            1774. CodeSystem.concept.property:Associated_finding.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                            1776. CodeSystem.concept.property:Associated_finding.code
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Fixed ValueAssociated finding
                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                            1778. CodeSystem.concept.property:Associated_finding.value[x]
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            The value of this property.

                                                                                                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                            [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
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                            1780. CodeSystem.concept.property:Component
                                                                                                                                                                                                                            Slice NameComponent
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            A property value for this concept.

                                                                                                                                                                                                                            ShortProperty slice to capture SNOMED CT Component for a concept
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                            1782. CodeSystem.concept.property:Component.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
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            1784. CodeSystem.concept.property:Component.extension
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            An Extension

                                                                                                                                                                                                                            ShortExtension
                                                                                                                                                                                                                            Control2..*
                                                                                                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                            • 1786. CodeSystem.concept.property:Component.extension:DefiningRelationshipType
                                                                                                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                              1788. CodeSystem.concept.property:Component.extension:elProfileSetOperator
                                                                                                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                              1790. CodeSystem.concept.property:Component.extension:roleGroup
                                                                                                                                                                                                                              Slice NameroleGroup
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                              1792. CodeSystem.concept.property:Component.extension:changeType
                                                                                                                                                                                                                              Slice NamechangeType
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                              ShortChange Type
                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                              1794. CodeSystem.concept.property:Component.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                              1796. CodeSystem.concept.property:Component.code
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Fixed ValueComponent
                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                              1798. CodeSystem.concept.property:Component.value[x]
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              The value of this property.

                                                                                                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                              [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
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                              1800. CodeSystem.concept.property:Severity
                                                                                                                                                                                                                              Slice NameSeverity
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              A property value for this concept.

                                                                                                                                                                                                                              ShortProperty slice to capture SNOMED CT Severity for a concept
                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                              1802. CodeSystem.concept.property:Severity.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
                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              1804. CodeSystem.concept.property:Severity.extension
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              An Extension

                                                                                                                                                                                                                              ShortExtension
                                                                                                                                                                                                                              Control2..*
                                                                                                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                              • 1806. CodeSystem.concept.property:Severity.extension:DefiningRelationshipType
                                                                                                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                1808. CodeSystem.concept.property:Severity.extension:elProfileSetOperator
                                                                                                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                1810. CodeSystem.concept.property:Severity.extension:roleGroup
                                                                                                                                                                                                                                Slice NameroleGroup
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                1812. CodeSystem.concept.property:Severity.extension:changeType
                                                                                                                                                                                                                                Slice NamechangeType
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                ShortChange Type
                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                1814. CodeSystem.concept.property:Severity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                1816. CodeSystem.concept.property:Severity.code
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Fixed ValueSeverity
                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                1818. CodeSystem.concept.property:Severity.value[x]
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                The value of this property.

                                                                                                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                [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
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                1820. CodeSystem.concept.property:Occurrence
                                                                                                                                                                                                                                Slice NameOccurrence
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                A property value for this concept.

                                                                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Occurrence for a concept
                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                1822. CodeSystem.concept.property:Occurrence.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
                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                1824. CodeSystem.concept.property:Occurrence.extension
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                An Extension

                                                                                                                                                                                                                                ShortExtension
                                                                                                                                                                                                                                Control2..*
                                                                                                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                • 1826. CodeSystem.concept.property:Occurrence.extension:DefiningRelationshipType
                                                                                                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                  1828. CodeSystem.concept.property:Occurrence.extension:elProfileSetOperator
                                                                                                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                  1830. CodeSystem.concept.property:Occurrence.extension:roleGroup
                                                                                                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                  1832. CodeSystem.concept.property:Occurrence.extension:changeType
                                                                                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                  ShortChange Type
                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                  1834. CodeSystem.concept.property:Occurrence.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                  1836. CodeSystem.concept.property:Occurrence.code
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Fixed ValueOccurrence
                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                  1838. CodeSystem.concept.property:Occurrence.value[x]
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  The value of this property.

                                                                                                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                  [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
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                  1840. CodeSystem.concept.property:Episodicity
                                                                                                                                                                                                                                  Slice NameEpisodicity
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  A property value for this concept.

                                                                                                                                                                                                                                  ShortProperty slice to capture SNOMED CT Episodicity for a concept
                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                  1842. CodeSystem.concept.property:Episodicity.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
                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  1844. CodeSystem.concept.property:Episodicity.extension
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                                  Control2..*
                                                                                                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                  • 1846. CodeSystem.concept.property:Episodicity.extension:DefiningRelationshipType
                                                                                                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                    1848. CodeSystem.concept.property:Episodicity.extension:elProfileSetOperator
                                                                                                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                    1850. CodeSystem.concept.property:Episodicity.extension:roleGroup
                                                                                                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                    1852. CodeSystem.concept.property:Episodicity.extension:changeType
                                                                                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                    ShortChange Type
                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                    1854. CodeSystem.concept.property:Episodicity.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                    1856. CodeSystem.concept.property:Episodicity.code
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Fixed ValueEpisodicity
                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                    1858. CodeSystem.concept.property:Episodicity.value[x]
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    The value of this property.

                                                                                                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                    [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
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                    1860. CodeSystem.concept.property:Technique
                                                                                                                                                                                                                                    Slice NameTechnique
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    A property value for this concept.

                                                                                                                                                                                                                                    ShortProperty slice to capture SNOMED CT Technique for a concept
                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                    1862. CodeSystem.concept.property:Technique.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
                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    1864. CodeSystem.concept.property:Technique.extension
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    An Extension

                                                                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                    • 1866. CodeSystem.concept.property:Technique.extension:DefiningRelationshipType
                                                                                                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                      1868. CodeSystem.concept.property:Technique.extension:elProfileSetOperator
                                                                                                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                      1870. CodeSystem.concept.property:Technique.extension:roleGroup
                                                                                                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                      1872. CodeSystem.concept.property:Technique.extension:changeType
                                                                                                                                                                                                                                      Slice NamechangeType
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                      ShortChange Type
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                      1874. CodeSystem.concept.property:Technique.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                      1876. CodeSystem.concept.property:Technique.code
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Fixed ValueTechnique
                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      1878. CodeSystem.concept.property:Technique.value[x]
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      The value of this property.

                                                                                                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                      [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
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      1880. CodeSystem.concept.property:Revision_status
                                                                                                                                                                                                                                      Slice NameRevision_status
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      A property value for this concept.

                                                                                                                                                                                                                                      ShortProperty slice to capture SNOMED CT Revision status for a concept
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      1882. CodeSystem.concept.property:Revision_status.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
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      1884. CodeSystem.concept.property:Revision_status.extension
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                                      Control2..*
                                                                                                                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                      • 1886. CodeSystem.concept.property:Revision_status.extension:DefiningRelationshipType
                                                                                                                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                        1888. CodeSystem.concept.property:Revision_status.extension:elProfileSetOperator
                                                                                                                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                        1890. CodeSystem.concept.property:Revision_status.extension:roleGroup
                                                                                                                                                                                                                                        Slice NameroleGroup
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                        1892. CodeSystem.concept.property:Revision_status.extension:changeType
                                                                                                                                                                                                                                        Slice NamechangeType
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                        ShortChange Type
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                        1894. CodeSystem.concept.property:Revision_status.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                        1896. CodeSystem.concept.property:Revision_status.code
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Fixed ValueRevision status
                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                        1898. CodeSystem.concept.property:Revision_status.value[x]
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        The value of this property.

                                                                                                                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                        [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
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                        1900. CodeSystem.concept.property:Units
                                                                                                                                                                                                                                        Slice NameUnits
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        A property value for this concept.

                                                                                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Units for a concept
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                        1902. CodeSystem.concept.property:Units.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
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        1904. CodeSystem.concept.property:Units.extension
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        An Extension

                                                                                                                                                                                                                                        ShortExtension
                                                                                                                                                                                                                                        Control2..*
                                                                                                                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                        • 1906. CodeSystem.concept.property:Units.extension:DefiningRelationshipType
                                                                                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                          1908. CodeSystem.concept.property:Units.extension:elProfileSetOperator
                                                                                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                          1910. CodeSystem.concept.property:Units.extension:roleGroup
                                                                                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                          1912. CodeSystem.concept.property:Units.extension:changeType
                                                                                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                          ShortChange Type
                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                          1914. CodeSystem.concept.property:Units.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                          1916. CodeSystem.concept.property:Units.code
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Fixed ValueUnits
                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                          1918. CodeSystem.concept.property:Units.value[x]
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          The value of this property.

                                                                                                                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                          [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
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                          1920. CodeSystem.concept.property:After
                                                                                                                                                                                                                                          Slice NameAfter
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          A property value for this concept.

                                                                                                                                                                                                                                          ShortProperty slice to capture SNOMED CT After for a concept
                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                          1922. CodeSystem.concept.property:After.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
                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          1924. CodeSystem.concept.property:After.extension
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          An Extension

                                                                                                                                                                                                                                          ShortExtension
                                                                                                                                                                                                                                          Control2..*
                                                                                                                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                          • 1926. CodeSystem.concept.property:After.extension:DefiningRelationshipType
                                                                                                                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                            1928. CodeSystem.concept.property:After.extension:elProfileSetOperator
                                                                                                                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                            1930. CodeSystem.concept.property:After.extension:roleGroup
                                                                                                                                                                                                                                            Slice NameroleGroup
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                            1932. CodeSystem.concept.property:After.extension:changeType
                                                                                                                                                                                                                                            Slice NamechangeType
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                            ShortChange Type
                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                            1934. CodeSystem.concept.property:After.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                            1936. CodeSystem.concept.property:After.code
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Fixed ValueAfter
                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            1938. CodeSystem.concept.property:After.value[x]
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            The value of this property.

                                                                                                                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                            [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
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            1940. CodeSystem.concept.property:Access
                                                                                                                                                                                                                                            Slice NameAccess
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            A property value for this concept.

                                                                                                                                                                                                                                            ShortProperty slice to capture SNOMED CT Access for a concept
                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            1942. CodeSystem.concept.property:Access.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
                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            1944. CodeSystem.concept.property:Access.extension
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            An Extension

                                                                                                                                                                                                                                            ShortExtension
                                                                                                                                                                                                                                            Control2..*
                                                                                                                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                            • 1946. CodeSystem.concept.property:Access.extension:DefiningRelationshipType
                                                                                                                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                              1948. CodeSystem.concept.property:Access.extension:elProfileSetOperator
                                                                                                                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                              1950. CodeSystem.concept.property:Access.extension:roleGroup
                                                                                                                                                                                                                                              Slice NameroleGroup
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                              1952. CodeSystem.concept.property:Access.extension:changeType
                                                                                                                                                                                                                                              Slice NamechangeType
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                              ShortChange Type
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                              1954. CodeSystem.concept.property:Access.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                              1956. CodeSystem.concept.property:Access.code
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Fixed ValueAccess
                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                              1958. CodeSystem.concept.property:Access.value[x]
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              The value of this property.

                                                                                                                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                              [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
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                              1960. CodeSystem.concept.property:Method
                                                                                                                                                                                                                                              Slice NameMethod
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              A property value for this concept.

                                                                                                                                                                                                                                              ShortProperty slice to capture SNOMED Causative Method for a concept
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                              1962. CodeSystem.concept.property:Method.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
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              1964. CodeSystem.concept.property:Method.extension
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              An Extension

                                                                                                                                                                                                                                              ShortExtension
                                                                                                                                                                                                                                              Control2..*
                                                                                                                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                              • 1966. CodeSystem.concept.property:Method.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                1968. CodeSystem.concept.property:Method.extension:elProfileSetOperator
                                                                                                                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                1970. CodeSystem.concept.property:Method.extension:roleGroup
                                                                                                                                                                                                                                                Slice NameroleGroup
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                1972. CodeSystem.concept.property:Method.extension:changeType
                                                                                                                                                                                                                                                Slice NamechangeType
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                ShortChange Type
                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                1974. CodeSystem.concept.property:Method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                1976. CodeSystem.concept.property:Method.code
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Fixed ValueMethod
                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                1978. CodeSystem.concept.property:Method.value[x]
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                The value of this property.

                                                                                                                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                [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
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                1980. CodeSystem.concept.property:Priority
                                                                                                                                                                                                                                                Slice NamePriority
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                A property value for this concept.

                                                                                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Priority for a concept
                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                1982. CodeSystem.concept.property:Priority.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
                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                1984. CodeSystem.concept.property:Priority.extension
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                An Extension

                                                                                                                                                                                                                                                ShortExtension
                                                                                                                                                                                                                                                Control2..*
                                                                                                                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                • 1986. CodeSystem.concept.property:Priority.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                  1988. CodeSystem.concept.property:Priority.extension:elProfileSetOperator
                                                                                                                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                  1990. CodeSystem.concept.property:Priority.extension:roleGroup
                                                                                                                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                  1992. CodeSystem.concept.property:Priority.extension:changeType
                                                                                                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                  ShortChange Type
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                  1994. CodeSystem.concept.property:Priority.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                  1996. CodeSystem.concept.property:Priority.code
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Fixed ValuePriority
                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                  1998. CodeSystem.concept.property:Priority.value[x]
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  The value of this property.

                                                                                                                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                  [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
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                  2000. CodeSystem.concept.property:Clinical_course
                                                                                                                                                                                                                                                  Slice NameClinical_course
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  A property value for this concept.

                                                                                                                                                                                                                                                  ShortProperty slice to capture SNOMED CT Clinical course for a concept
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                  2002. CodeSystem.concept.property:Clinical_course.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
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  2004. CodeSystem.concept.property:Clinical_course.extension
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                                                  Control2..*
                                                                                                                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                  • 2006. CodeSystem.concept.property:Clinical_course.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                    2008. CodeSystem.concept.property:Clinical_course.extension:elProfileSetOperator
                                                                                                                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                    2010. CodeSystem.concept.property:Clinical_course.extension:roleGroup
                                                                                                                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                    2012. CodeSystem.concept.property:Clinical_course.extension:changeType
                                                                                                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                    ShortChange Type
                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                    2014. CodeSystem.concept.property:Clinical_course.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                    2016. CodeSystem.concept.property:Clinical_course.code
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Fixed ValueClinical course
                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                    2018. CodeSystem.concept.property:Clinical_course.value[x]
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    The value of this property.

                                                                                                                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                    [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
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                    2020. CodeSystem.concept.property:Laterality
                                                                                                                                                                                                                                                    Slice NameLaterality
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    A property value for this concept.

                                                                                                                                                                                                                                                    ShortProperty slice to capture SNOMED CT Laterality for a concept
                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                    2022. CodeSystem.concept.property:Laterality.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
                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    2024. CodeSystem.concept.property:Laterality.extension
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    An Extension

                                                                                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                    • 2026. CodeSystem.concept.property:Laterality.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                      2028. CodeSystem.concept.property:Laterality.extension:elProfileSetOperator
                                                                                                                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                      2030. CodeSystem.concept.property:Laterality.extension:roleGroup
                                                                                                                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                      2032. CodeSystem.concept.property:Laterality.extension:changeType
                                                                                                                                                                                                                                                      Slice NamechangeType
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                      ShortChange Type
                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                      2034. CodeSystem.concept.property:Laterality.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                      2036. CodeSystem.concept.property:Laterality.code
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Fixed ValueLaterality
                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                      2038. CodeSystem.concept.property:Laterality.value[x]
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      The value of this property.

                                                                                                                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                      [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
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                      2040. CodeSystem.concept.property:Associated_procedure
                                                                                                                                                                                                                                                      Slice NameAssociated_procedure
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      A property value for this concept.

                                                                                                                                                                                                                                                      ShortProperty slice to capture SNOMED CT Associated procedure for a concept
                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                      2042. CodeSystem.concept.property:Associated_procedure.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
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      2044. CodeSystem.concept.property:Associated_procedure.extension
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                                                      Control2..*
                                                                                                                                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                      • 2046. CodeSystem.concept.property:Associated_procedure.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                        2048. CodeSystem.concept.property:Associated_procedure.extension:elProfileSetOperator
                                                                                                                                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                        2050. CodeSystem.concept.property:Associated_procedure.extension:roleGroup
                                                                                                                                                                                                                                                        Slice NameroleGroup
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                        2052. CodeSystem.concept.property:Associated_procedure.extension:changeType
                                                                                                                                                                                                                                                        Slice NamechangeType
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                        ShortChange Type
                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                        2054. CodeSystem.concept.property:Associated_procedure.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                        2056. CodeSystem.concept.property:Associated_procedure.code
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Fixed ValueAssociated procedure
                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                        2058. CodeSystem.concept.property:Associated_procedure.value[x]
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        The value of this property.

                                                                                                                                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                        [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
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                        2060. CodeSystem.concept.property:Finding_site
                                                                                                                                                                                                                                                        Slice NameFinding_site
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        A property value for this concept.

                                                                                                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Finding site for a concept
                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                        2062. CodeSystem.concept.property:Finding_site.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
                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        2064. CodeSystem.concept.property:Finding_site.extension
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        An Extension

                                                                                                                                                                                                                                                        ShortExtension
                                                                                                                                                                                                                                                        Control2..*
                                                                                                                                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                        • 2066. CodeSystem.concept.property:Finding_site.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                          2068. CodeSystem.concept.property:Finding_site.extension:elProfileSetOperator
                                                                                                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                          2070. CodeSystem.concept.property:Finding_site.extension:roleGroup
                                                                                                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                          2072. CodeSystem.concept.property:Finding_site.extension:changeType
                                                                                                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                          ShortChange Type
                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                          2074. CodeSystem.concept.property:Finding_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                          2076. CodeSystem.concept.property:Finding_site.code
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Fixed ValueFinding site
                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                          2078. CodeSystem.concept.property:Finding_site.value[x]
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          The value of this property.

                                                                                                                                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                          [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
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                          2080. CodeSystem.concept.property:Direct_morphology
                                                                                                                                                                                                                                                          Slice NameDirect_morphology
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          A property value for this concept.

                                                                                                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Direct morphology for a concept
                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                          2082. CodeSystem.concept.property:Direct_morphology.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
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          2084. CodeSystem.concept.property:Direct_morphology.extension
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          An Extension

                                                                                                                                                                                                                                                          ShortExtension
                                                                                                                                                                                                                                                          Control2..*
                                                                                                                                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                          • 2086. CodeSystem.concept.property:Direct_morphology.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                            2088. CodeSystem.concept.property:Direct_morphology.extension:elProfileSetOperator
                                                                                                                                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                            2090. CodeSystem.concept.property:Direct_morphology.extension:roleGroup
                                                                                                                                                                                                                                                            Slice NameroleGroup
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                            2092. CodeSystem.concept.property:Direct_morphology.extension:changeType
                                                                                                                                                                                                                                                            Slice NamechangeType
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                            ShortChange Type
                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                            2094. CodeSystem.concept.property:Direct_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                            2096. CodeSystem.concept.property:Direct_morphology.code
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Fixed ValueDirect morphology
                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                            2098. CodeSystem.concept.property:Direct_morphology.value[x]
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            The value of this property.

                                                                                                                                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                            [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
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                            2100. CodeSystem.concept.property:Direct_substance
                                                                                                                                                                                                                                                            Slice NameDirect_substance
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            A property value for this concept.

                                                                                                                                                                                                                                                            ShortProperty slice to capture SNOMED CT Direct substance for a concept
                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                            2102. CodeSystem.concept.property:Direct_substance.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
                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            2104. CodeSystem.concept.property:Direct_substance.extension
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            An Extension

                                                                                                                                                                                                                                                            ShortExtension
                                                                                                                                                                                                                                                            Control2..*
                                                                                                                                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                            • 2106. CodeSystem.concept.property:Direct_substance.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                              2108. CodeSystem.concept.property:Direct_substance.extension:elProfileSetOperator
                                                                                                                                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                              2110. CodeSystem.concept.property:Direct_substance.extension:roleGroup
                                                                                                                                                                                                                                                              Slice NameroleGroup
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                              2112. CodeSystem.concept.property:Direct_substance.extension:changeType
                                                                                                                                                                                                                                                              Slice NamechangeType
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                              ShortChange Type
                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                              2114. CodeSystem.concept.property:Direct_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                              2116. CodeSystem.concept.property:Direct_substance.code
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Fixed ValueDirect substance
                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                              2118. CodeSystem.concept.property:Direct_substance.value[x]
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              The value of this property.

                                                                                                                                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                              [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
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                              2120. CodeSystem.concept.property:Has_focus
                                                                                                                                                                                                                                                              Slice NameHas_focus
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              A property value for this concept.

                                                                                                                                                                                                                                                              ShortProperty slice to capture SNOMED CT Has focus for a concept
                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                              2122. CodeSystem.concept.property:Has_focus.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
                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              2124. CodeSystem.concept.property:Has_focus.extension
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              An Extension

                                                                                                                                                                                                                                                              ShortExtension
                                                                                                                                                                                                                                                              Control2..*
                                                                                                                                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                              • 2126. CodeSystem.concept.property:Has_focus.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                2128. CodeSystem.concept.property:Has_focus.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                2130. CodeSystem.concept.property:Has_focus.extension:roleGroup
                                                                                                                                                                                                                                                                Slice NameroleGroup
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                2132. CodeSystem.concept.property:Has_focus.extension:changeType
                                                                                                                                                                                                                                                                Slice NamechangeType
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                ShortChange Type
                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                2134. CodeSystem.concept.property:Has_focus.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                2136. CodeSystem.concept.property:Has_focus.code
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Fixed ValueHas focus
                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                2138. CodeSystem.concept.property:Has_focus.value[x]
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                The value of this property.

                                                                                                                                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                [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
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                2140. CodeSystem.concept.property:Has_intent
                                                                                                                                                                                                                                                                Slice NameHas_intent
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                A property value for this concept.

                                                                                                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Has intent for a concept
                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                2142. CodeSystem.concept.property:Has_intent.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
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                2144. CodeSystem.concept.property:Has_intent.extension
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                An Extension

                                                                                                                                                                                                                                                                ShortExtension
                                                                                                                                                                                                                                                                Control2..*
                                                                                                                                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                • 2146. CodeSystem.concept.property:Has_intent.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                  2148. CodeSystem.concept.property:Has_intent.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                  2150. CodeSystem.concept.property:Has_intent.extension:roleGroup
                                                                                                                                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                  2152. CodeSystem.concept.property:Has_intent.extension:changeType
                                                                                                                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                  ShortChange Type
                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                  2154. CodeSystem.concept.property:Has_intent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                  2156. CodeSystem.concept.property:Has_intent.code
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Fixed ValueHas intent
                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                  2158. CodeSystem.concept.property:Has_intent.value[x]
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  The value of this property.

                                                                                                                                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                  [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
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                  2160. CodeSystem.concept.property:Procedure_site
                                                                                                                                                                                                                                                                  Slice NameProcedure_site
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  A property value for this concept.

                                                                                                                                                                                                                                                                  ShortProperty slice to capture SNOMED CT Procedure site for a concept
                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                  2162. CodeSystem.concept.property:Procedure_site.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
                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  2164. CodeSystem.concept.property:Procedure_site.extension
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                                                                  Control2..*
                                                                                                                                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                  • 2166. CodeSystem.concept.property:Procedure_site.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                    2168. CodeSystem.concept.property:Procedure_site.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                    2170. CodeSystem.concept.property:Procedure_site.extension:roleGroup
                                                                                                                                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                    2172. CodeSystem.concept.property:Procedure_site.extension:changeType
                                                                                                                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                    ShortChange Type
                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                    2174. CodeSystem.concept.property:Procedure_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                    2176. CodeSystem.concept.property:Procedure_site.code
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Fixed ValueProcedure site
                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                    2178. CodeSystem.concept.property:Procedure_site.value[x]
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    The value of this property.

                                                                                                                                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                    [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
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                    2180. CodeSystem.concept.property:Has_definitional_manifestation
                                                                                                                                                                                                                                                                    Slice NameHas_definitional_manifestation
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    A property value for this concept.

                                                                                                                                                                                                                                                                    ShortProperty slice to capture SNOMED CT Has definitional manifestation for a concept
                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                    2182. CodeSystem.concept.property:Has_definitional_manifestation.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
                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    2184. CodeSystem.concept.property:Has_definitional_manifestation.extension
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    An Extension

                                                                                                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                    • 2186. CodeSystem.concept.property:Has_definitional_manifestation.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                      2188. CodeSystem.concept.property:Has_definitional_manifestation.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                      2190. CodeSystem.concept.property:Has_definitional_manifestation.extension:roleGroup
                                                                                                                                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                      2192. CodeSystem.concept.property:Has_definitional_manifestation.extension:changeType
                                                                                                                                                                                                                                                                      Slice NamechangeType
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                      ShortChange Type
                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                      2194. CodeSystem.concept.property:Has_definitional_manifestation.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                      2196. CodeSystem.concept.property:Has_definitional_manifestation.code
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Fixed ValueHas definitional manifestation
                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                      2198. CodeSystem.concept.property:Has_definitional_manifestation.value[x]
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      The value of this property.

                                                                                                                                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                      [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
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                      2200. CodeSystem.concept.property:Indirect_morphology
                                                                                                                                                                                                                                                                      Slice NameIndirect_morphology
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      A property value for this concept.

                                                                                                                                                                                                                                                                      ShortProperty slice to capture SNOMED CT Indirect morphology for a concept
                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                      2202. CodeSystem.concept.property:Indirect_morphology.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
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      2204. CodeSystem.concept.property:Indirect_morphology.extension
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                                                                      Control2..*
                                                                                                                                                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                      • 2206. CodeSystem.concept.property:Indirect_morphology.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                        2208. CodeSystem.concept.property:Indirect_morphology.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                        2210. CodeSystem.concept.property:Indirect_morphology.extension:roleGroup
                                                                                                                                                                                                                                                                        Slice NameroleGroup
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                        2212. CodeSystem.concept.property:Indirect_morphology.extension:changeType
                                                                                                                                                                                                                                                                        Slice NamechangeType
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                        ShortChange Type
                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                        2214. CodeSystem.concept.property:Indirect_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                        2216. CodeSystem.concept.property:Indirect_morphology.code
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Fixed ValueIndirect morphology
                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                        2218. CodeSystem.concept.property:Indirect_morphology.value[x]
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        The value of this property.

                                                                                                                                                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                        [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
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                        2220. CodeSystem.concept.property:Indirect_device
                                                                                                                                                                                                                                                                        Slice NameIndirect_device
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        A property value for this concept.

                                                                                                                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Indirect device for a concept
                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                        2222. CodeSystem.concept.property:Indirect_device.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
                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        2224. CodeSystem.concept.property:Indirect_device.extension
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        An Extension

                                                                                                                                                                                                                                                                        ShortExtension
                                                                                                                                                                                                                                                                        Control2..*
                                                                                                                                                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                        • 2226. CodeSystem.concept.property:Indirect_device.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                          2228. CodeSystem.concept.property:Indirect_device.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                          2230. CodeSystem.concept.property:Indirect_device.extension:roleGroup
                                                                                                                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                          2232. CodeSystem.concept.property:Indirect_device.extension:changeType
                                                                                                                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                          ShortChange Type
                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                          2234. CodeSystem.concept.property:Indirect_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                          2236. CodeSystem.concept.property:Indirect_device.code
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Fixed ValueIndirect device
                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          2238. CodeSystem.concept.property:Indirect_device.value[x]
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          The value of this property.

                                                                                                                                                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                          [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
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          2240. CodeSystem.concept.property:Has_interpretation
                                                                                                                                                                                                                                                                          Slice NameHas_interpretation
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          A property value for this concept.

                                                                                                                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Has interpretation for a concept
                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          2242. CodeSystem.concept.property:Has_interpretation.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
                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          2244. CodeSystem.concept.property:Has_interpretation.extension
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          An Extension

                                                                                                                                                                                                                                                                          ShortExtension
                                                                                                                                                                                                                                                                          Control2..*
                                                                                                                                                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                          • 2246. CodeSystem.concept.property:Has_interpretation.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                            2248. CodeSystem.concept.property:Has_interpretation.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                            2250. CodeSystem.concept.property:Has_interpretation.extension:roleGroup
                                                                                                                                                                                                                                                                            Slice NameroleGroup
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                            2252. CodeSystem.concept.property:Has_interpretation.extension:changeType
                                                                                                                                                                                                                                                                            Slice NamechangeType
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                            ShortChange Type
                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                            2254. CodeSystem.concept.property:Has_interpretation.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                            2256. CodeSystem.concept.property:Has_interpretation.code
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Fixed ValueHas interpretation
                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            2258. CodeSystem.concept.property:Has_interpretation.value[x]
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            The value of this property.

                                                                                                                                                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                            [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
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            2260. CodeSystem.concept.property:Interprets
                                                                                                                                                                                                                                                                            Slice NameInterprets
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            A property value for this concept.

                                                                                                                                                                                                                                                                            ShortProperty slice to capture SNOMED CT Interprets for a concept
                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            2262. CodeSystem.concept.property:Interprets.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
                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            2264. CodeSystem.concept.property:Interprets.extension
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            An Extension

                                                                                                                                                                                                                                                                            ShortExtension
                                                                                                                                                                                                                                                                            Control2..*
                                                                                                                                                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                            • 2266. CodeSystem.concept.property:Interprets.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                              2268. CodeSystem.concept.property:Interprets.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                              2270. CodeSystem.concept.property:Interprets.extension:roleGroup
                                                                                                                                                                                                                                                                              Slice NameroleGroup
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                              2272. CodeSystem.concept.property:Interprets.extension:changeType
                                                                                                                                                                                                                                                                              Slice NamechangeType
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                              ShortChange Type
                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                              2274. CodeSystem.concept.property:Interprets.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                              2276. CodeSystem.concept.property:Interprets.code
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Fixed ValueInterprets
                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              2278. CodeSystem.concept.property:Interprets.value[x]
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              The value of this property.

                                                                                                                                                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                              [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
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              2280. CodeSystem.concept.property:Measurement_method
                                                                                                                                                                                                                                                                              Slice NameMeasurement_method
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              A property value for this concept.

                                                                                                                                                                                                                                                                              ShortProperty slice to capture SNOMED CT Measurement method for a concept
                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              2282. CodeSystem.concept.property:Measurement_method.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
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              2284. CodeSystem.concept.property:Measurement_method.extension
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              An Extension

                                                                                                                                                                                                                                                                              ShortExtension
                                                                                                                                                                                                                                                                              Control2..*
                                                                                                                                                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                              • 2286. CodeSystem.concept.property:Measurement_method.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                2288. CodeSystem.concept.property:Measurement_method.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                2290. CodeSystem.concept.property:Measurement_method.extension:roleGroup
                                                                                                                                                                                                                                                                                Slice NameroleGroup
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                2292. CodeSystem.concept.property:Measurement_method.extension:changeType
                                                                                                                                                                                                                                                                                Slice NamechangeType
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                ShortChange Type
                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                2294. CodeSystem.concept.property:Measurement_method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                2296. CodeSystem.concept.property:Measurement_method.code
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Fixed ValueMeasurement method
                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                2298. CodeSystem.concept.property:Measurement_method.value[x]
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                The value of this property.

                                                                                                                                                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                [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
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                2300. CodeSystem.concept.property:Property
                                                                                                                                                                                                                                                                                Slice NameProperty
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                A property value for this concept.

                                                                                                                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Property for a concept
                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                2302. CodeSystem.concept.property:Property.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
                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                2304. CodeSystem.concept.property:Property.extension
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                An Extension

                                                                                                                                                                                                                                                                                ShortExtension
                                                                                                                                                                                                                                                                                Control2..*
                                                                                                                                                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                • 2306. CodeSystem.concept.property:Property.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                  2308. CodeSystem.concept.property:Property.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                  2310. CodeSystem.concept.property:Property.extension:roleGroup
                                                                                                                                                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                  2312. CodeSystem.concept.property:Property.extension:changeType
                                                                                                                                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                  ShortChange Type
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                  2314. CodeSystem.concept.property:Property.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                  2316. CodeSystem.concept.property:Property.code
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Fixed ValueProperty
                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  2318. CodeSystem.concept.property:Property.value[x]
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  The value of this property.

                                                                                                                                                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                  [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
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  2320. CodeSystem.concept.property:Recipient_category
                                                                                                                                                                                                                                                                                  Slice NameRecipient_category
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  A property value for this concept.

                                                                                                                                                                                                                                                                                  ShortProperty slice to capture SNOMED CT Recipient category for a concept
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  2322. CodeSystem.concept.property:Recipient_category.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
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  2324. CodeSystem.concept.property:Recipient_category.extension
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                                                                                  Control2..*
                                                                                                                                                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                  • 2326. CodeSystem.concept.property:Recipient_category.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                    2328. CodeSystem.concept.property:Recipient_category.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                    2330. CodeSystem.concept.property:Recipient_category.extension:roleGroup
                                                                                                                                                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                    2332. CodeSystem.concept.property:Recipient_category.extension:changeType
                                                                                                                                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                    ShortChange Type
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                    2334. CodeSystem.concept.property:Recipient_category.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                    2336. CodeSystem.concept.property:Recipient_category.code
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Fixed ValueRecipient category
                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    2338. CodeSystem.concept.property:Recipient_category.value[x]
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    The value of this property.

                                                                                                                                                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                    [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
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    2340. CodeSystem.concept.property:Scale_type
                                                                                                                                                                                                                                                                                    Slice NameScale_type
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    A property value for this concept.

                                                                                                                                                                                                                                                                                    ShortProperty slice to capture SNOMED CT Scale type for a concept
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    2342. CodeSystem.concept.property:Scale_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
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    2344. CodeSystem.concept.property:Scale_type.extension
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    An Extension

                                                                                                                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                    • 2346. CodeSystem.concept.property:Scale_type.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                      2348. CodeSystem.concept.property:Scale_type.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                      2350. CodeSystem.concept.property:Scale_type.extension:roleGroup
                                                                                                                                                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                      2352. CodeSystem.concept.property:Scale_type.extension:changeType
                                                                                                                                                                                                                                                                                      Slice NamechangeType
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                      ShortChange Type
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                      2354. CodeSystem.concept.property:Scale_type.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                      2356. CodeSystem.concept.property:Scale_type.code
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Fixed ValueScale type
                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      2358. CodeSystem.concept.property:Scale_type.value[x]
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      The value of this property.

                                                                                                                                                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                      [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
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      2360. CodeSystem.concept.property:Specimen_substance
                                                                                                                                                                                                                                                                                      Slice NameSpecimen_substance
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      A property value for this concept.

                                                                                                                                                                                                                                                                                      ShortProperty slice to capture SNOMED CT Specimen substance for a concept
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      2362. CodeSystem.concept.property:Specimen_substance.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
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      2364. CodeSystem.concept.property:Specimen_substance.extension
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                                                                                      Control2..*
                                                                                                                                                                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                      • 2366. CodeSystem.concept.property:Specimen_substance.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                        2368. CodeSystem.concept.property:Specimen_substance.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                        2370. CodeSystem.concept.property:Specimen_substance.extension:roleGroup
                                                                                                                                                                                                                                                                                        Slice NameroleGroup
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                        2372. CodeSystem.concept.property:Specimen_substance.extension:changeType
                                                                                                                                                                                                                                                                                        Slice NamechangeType
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                        ShortChange Type
                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                        2374. CodeSystem.concept.property:Specimen_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                        2376. CodeSystem.concept.property:Specimen_substance.code
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Fixed ValueSpecimen substance
                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        2378. CodeSystem.concept.property:Specimen_substance.value[x]
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        The value of this property.

                                                                                                                                                                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                        [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
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        2380. CodeSystem.concept.property:Time_aspect
                                                                                                                                                                                                                                                                                        Slice NameTime_aspect
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        A property value for this concept.

                                                                                                                                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Time aspect for a concept
                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        2382. CodeSystem.concept.property:Time_aspect.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
                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        2384. CodeSystem.concept.property:Time_aspect.extension
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        An Extension

                                                                                                                                                                                                                                                                                        ShortExtension
                                                                                                                                                                                                                                                                                        Control2..*
                                                                                                                                                                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                        • 2386. CodeSystem.concept.property:Time_aspect.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                          2388. CodeSystem.concept.property:Time_aspect.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                          2390. CodeSystem.concept.property:Time_aspect.extension:roleGroup
                                                                                                                                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                          2392. CodeSystem.concept.property:Time_aspect.extension:changeType
                                                                                                                                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                          ShortChange Type
                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                          2394. CodeSystem.concept.property:Time_aspect.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                          2396. CodeSystem.concept.property:Time_aspect.code
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Fixed ValueTime aspect
                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          2398. CodeSystem.concept.property:Time_aspect.value[x]
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          The value of this property.

                                                                                                                                                                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                          [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
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          2400. CodeSystem.concept.property:Pathological_process
                                                                                                                                                                                                                                                                                          Slice NamePathological_process
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          A property value for this concept.

                                                                                                                                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Pathological process for a concept
                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          2402. CodeSystem.concept.property:Pathological_process.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
                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          2404. CodeSystem.concept.property:Pathological_process.extension
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          An Extension

                                                                                                                                                                                                                                                                                          ShortExtension
                                                                                                                                                                                                                                                                                          Control2..*
                                                                                                                                                                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                          • 2406. CodeSystem.concept.property:Pathological_process.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                            2408. CodeSystem.concept.property:Pathological_process.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                            2410. CodeSystem.concept.property:Pathological_process.extension:roleGroup
                                                                                                                                                                                                                                                                                            Slice NameroleGroup
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                            2412. CodeSystem.concept.property:Pathological_process.extension:changeType
                                                                                                                                                                                                                                                                                            Slice NamechangeType
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                            ShortChange Type
                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                            2414. CodeSystem.concept.property:Pathological_process.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                            2416. CodeSystem.concept.property:Pathological_process.code
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Fixed ValuePathological process
                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            2418. CodeSystem.concept.property:Pathological_process.value[x]
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            The value of this property.

                                                                                                                                                                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                            [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
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            2420. CodeSystem.concept.property:Procedure_site_-_Direct
                                                                                                                                                                                                                                                                                            Slice NameProcedure_site_-_Direct
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            A property value for this concept.

                                                                                                                                                                                                                                                                                            ShortProperty slice to capture SNOMED CT Procedure site - Direct for a concept
                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            2422. CodeSystem.concept.property:Procedure_site_-_Direct.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
                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            2424. CodeSystem.concept.property:Procedure_site_-_Direct.extension
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            An Extension

                                                                                                                                                                                                                                                                                            ShortExtension
                                                                                                                                                                                                                                                                                            Control2..*
                                                                                                                                                                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                            • 2426. CodeSystem.concept.property:Procedure_site_-_Direct.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                              2428. CodeSystem.concept.property:Procedure_site_-_Direct.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                              2430. CodeSystem.concept.property:Procedure_site_-_Direct.extension:roleGroup
                                                                                                                                                                                                                                                                                              Slice NameroleGroup
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                              2432. CodeSystem.concept.property:Procedure_site_-_Direct.extension:changeType
                                                                                                                                                                                                                                                                                              Slice NamechangeType
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                              ShortChange Type
                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                              2434. CodeSystem.concept.property:Procedure_site_-_Direct.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                              2436. CodeSystem.concept.property:Procedure_site_-_Direct.code
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Fixed ValueProcedure site - Direct
                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              2438. CodeSystem.concept.property:Procedure_site_-_Direct.value[x]
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              The value of this property.

                                                                                                                                                                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                              [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
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              2440. CodeSystem.concept.property:Procedure_site_-_Indirect
                                                                                                                                                                                                                                                                                              Slice NameProcedure_site_-_Indirect
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              A property value for this concept.

                                                                                                                                                                                                                                                                                              ShortProperty slice to capture SNOMED CT Procedure site - Indirect for a concept
                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              2442. CodeSystem.concept.property:Procedure_site_-_Indirect.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
                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              2444. CodeSystem.concept.property:Procedure_site_-_Indirect.extension
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              An Extension

                                                                                                                                                                                                                                                                                              ShortExtension
                                                                                                                                                                                                                                                                                              Control2..*
                                                                                                                                                                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                              • 2446. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                2448. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                2450. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:roleGroup
                                                                                                                                                                                                                                                                                                Slice NameroleGroup
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                2452. CodeSystem.concept.property:Procedure_site_-_Indirect.extension:changeType
                                                                                                                                                                                                                                                                                                Slice NamechangeType
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                ShortChange Type
                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                2454. CodeSystem.concept.property:Procedure_site_-_Indirect.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                2456. CodeSystem.concept.property:Procedure_site_-_Indirect.code
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Fixed ValueProcedure site - Indirect
                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                2458. CodeSystem.concept.property:Procedure_site_-_Indirect.value[x]
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                The value of this property.

                                                                                                                                                                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                [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
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                2460. CodeSystem.concept.property:Procedure_device
                                                                                                                                                                                                                                                                                                Slice NameProcedure_device
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                A property value for this concept.

                                                                                                                                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Procedure device for a concept
                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                2462. CodeSystem.concept.property:Procedure_device.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
                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                2464. CodeSystem.concept.property:Procedure_device.extension
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                An Extension

                                                                                                                                                                                                                                                                                                ShortExtension
                                                                                                                                                                                                                                                                                                Control2..*
                                                                                                                                                                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                • 2466. CodeSystem.concept.property:Procedure_device.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                  2468. CodeSystem.concept.property:Procedure_device.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                  2470. CodeSystem.concept.property:Procedure_device.extension:roleGroup
                                                                                                                                                                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                  2472. CodeSystem.concept.property:Procedure_device.extension:changeType
                                                                                                                                                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                  ShortChange Type
                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                  2474. CodeSystem.concept.property:Procedure_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                  2476. CodeSystem.concept.property:Procedure_device.code
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                  Fixed ValueProcedure device
                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                  2478. CodeSystem.concept.property:Procedure_device.value[x]
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  The value of this property.

                                                                                                                                                                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                  [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
                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                  2480. CodeSystem.concept.property:Procedure_morphology
                                                                                                                                                                                                                                                                                                  Slice NameProcedure_morphology
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  A property value for this concept.

                                                                                                                                                                                                                                                                                                  ShortProperty slice to capture SNOMED CT Procedure morphology for a concept
                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                  2482. CodeSystem.concept.property:Procedure_morphology.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
                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                  2484. CodeSystem.concept.property:Procedure_morphology.extension
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                                                                                                  Control2..*
                                                                                                                                                                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                  • 2486. CodeSystem.concept.property:Procedure_morphology.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                    2488. CodeSystem.concept.property:Procedure_morphology.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                    2490. CodeSystem.concept.property:Procedure_morphology.extension:roleGroup
                                                                                                                                                                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                    2492. CodeSystem.concept.property:Procedure_morphology.extension:changeType
                                                                                                                                                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                    ShortChange Type
                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                    2494. CodeSystem.concept.property:Procedure_morphology.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                    2496. CodeSystem.concept.property:Procedure_morphology.code
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                    Fixed ValueProcedure morphology
                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                    2498. CodeSystem.concept.property:Procedure_morphology.value[x]
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    The value of this property.

                                                                                                                                                                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                    [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
                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                    2500. CodeSystem.concept.property:Finding_context
                                                                                                                                                                                                                                                                                                    Slice NameFinding_context
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    A property value for this concept.

                                                                                                                                                                                                                                                                                                    ShortProperty slice to capture SNOMED CT Finding context for a concept
                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                    2502. CodeSystem.concept.property:Finding_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
                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                    2504. CodeSystem.concept.property:Finding_context.extension
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    An Extension

                                                                                                                                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                    • 2506. CodeSystem.concept.property:Finding_context.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                      2508. CodeSystem.concept.property:Finding_context.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                      2510. CodeSystem.concept.property:Finding_context.extension:roleGroup
                                                                                                                                                                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                      2512. CodeSystem.concept.property:Finding_context.extension:changeType
                                                                                                                                                                                                                                                                                                      Slice NamechangeType
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                      ShortChange Type
                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                      2514. CodeSystem.concept.property:Finding_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                      2516. CodeSystem.concept.property:Finding_context.code
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                      Fixed ValueFinding context
                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                      2518. CodeSystem.concept.property:Finding_context.value[x]
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      The value of this property.

                                                                                                                                                                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                      [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
                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                      2520. CodeSystem.concept.property:Temporal_context
                                                                                                                                                                                                                                                                                                      Slice NameTemporal_context
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      A property value for this concept.

                                                                                                                                                                                                                                                                                                      ShortProperty slice to capture SNOMED CT Temporal context for a concept
                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                      2522. CodeSystem.concept.property:Temporal_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
                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                      2524. CodeSystem.concept.property:Temporal_context.extension
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                                                                                                      Control2..*
                                                                                                                                                                                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                      • 2526. CodeSystem.concept.property:Temporal_context.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                        2528. CodeSystem.concept.property:Temporal_context.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                        2530. CodeSystem.concept.property:Temporal_context.extension:roleGroup
                                                                                                                                                                                                                                                                                                        Slice NameroleGroup
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                        2532. CodeSystem.concept.property:Temporal_context.extension:changeType
                                                                                                                                                                                                                                                                                                        Slice NamechangeType
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                        ShortChange Type
                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                        2534. CodeSystem.concept.property:Temporal_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                        2536. CodeSystem.concept.property:Temporal_context.code
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                        Fixed ValueTemporal context
                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                        2538. CodeSystem.concept.property:Temporal_context.value[x]
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        The value of this property.

                                                                                                                                                                                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                        [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
                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                        2540. CodeSystem.concept.property:Subject_relationship_context
                                                                                                                                                                                                                                                                                                        Slice NameSubject_relationship_context
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        A property value for this concept.

                                                                                                                                                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Subject relationship context for a concept
                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                        2542. CodeSystem.concept.property:Subject_relationship_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
                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                        2544. CodeSystem.concept.property:Subject_relationship_context.extension
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        An Extension

                                                                                                                                                                                                                                                                                                        ShortExtension
                                                                                                                                                                                                                                                                                                        Control2..*
                                                                                                                                                                                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                        • 2546. CodeSystem.concept.property:Subject_relationship_context.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                          2548. CodeSystem.concept.property:Subject_relationship_context.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                          2550. CodeSystem.concept.property:Subject_relationship_context.extension:roleGroup
                                                                                                                                                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                          2552. CodeSystem.concept.property:Subject_relationship_context.extension:changeType
                                                                                                                                                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                          ShortChange Type
                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                          2554. CodeSystem.concept.property:Subject_relationship_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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                          2556. CodeSystem.concept.property:Subject_relationship_context.code
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                          Fixed ValueSubject relationship context
                                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                          2558. CodeSystem.concept.property:Subject_relationship_context.value[x]
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          The value of this property.

                                                                                                                                                                                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                          [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
                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                          2560. CodeSystem.concept.property:Route_of_administration
                                                                                                                                                                                                                                                                                                          Slice NameRoute_of_administration
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          A property value for this concept.

                                                                                                                                                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Route of administration for a concept
                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                          2562. CodeSystem.concept.property:Route_of_administration.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
                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                          2564. CodeSystem.concept.property:Route_of_administration.extension
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          An Extension

                                                                                                                                                                                                                                                                                                          ShortExtension
                                                                                                                                                                                                                                                                                                          Control2..*
                                                                                                                                                                                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                          • 2566. CodeSystem.concept.property:Route_of_administration.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                            2568. CodeSystem.concept.property:Route_of_administration.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                            2570. CodeSystem.concept.property:Route_of_administration.extension:roleGroup
                                                                                                                                                                                                                                                                                                            Slice NameroleGroup
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                            2572. CodeSystem.concept.property:Route_of_administration.extension:changeType
                                                                                                                                                                                                                                                                                                            Slice NamechangeType
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                            ShortChange Type
                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                            2574. CodeSystem.concept.property:Route_of_administration.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                            2576. CodeSystem.concept.property:Route_of_administration.code
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                            Fixed ValueRoute of administration
                                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                            2578. CodeSystem.concept.property:Route_of_administration.value[x]
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            The value of this property.

                                                                                                                                                                                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                            [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
                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                            2580. CodeSystem.concept.property:Has_dose_form
                                                                                                                                                                                                                                                                                                            Slice NameHas_dose_form
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            A property value for this concept.

                                                                                                                                                                                                                                                                                                            ShortProperty slice to capture SNOMED CT Has dose form for a concept
                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                            2582. CodeSystem.concept.property:Has_dose_form.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
                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                            2584. CodeSystem.concept.property:Has_dose_form.extension
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            An Extension

                                                                                                                                                                                                                                                                                                            ShortExtension
                                                                                                                                                                                                                                                                                                            Control2..*
                                                                                                                                                                                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                            • 2586. CodeSystem.concept.property:Has_dose_form.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                              2588. CodeSystem.concept.property:Has_dose_form.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                              2590. CodeSystem.concept.property:Has_dose_form.extension:roleGroup
                                                                                                                                                                                                                                                                                                              Slice NameroleGroup
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                              2592. CodeSystem.concept.property:Has_dose_form.extension:changeType
                                                                                                                                                                                                                                                                                                              Slice NamechangeType
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                              ShortChange Type
                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                              2594. CodeSystem.concept.property:Has_dose_form.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                              2596. CodeSystem.concept.property:Has_dose_form.code
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                              Fixed ValueHas dose form
                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                              2598. CodeSystem.concept.property:Has_dose_form.value[x]
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              The value of this property.

                                                                                                                                                                                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                              [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
                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                              2600. CodeSystem.concept.property:Finding_method
                                                                                                                                                                                                                                                                                                              Slice NameFinding_method
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              A property value for this concept.

                                                                                                                                                                                                                                                                                                              ShortProperty slice to capture SNOMED CT Finding method for a concept
                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                              2602. CodeSystem.concept.property:Finding_method.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
                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                              2604. CodeSystem.concept.property:Finding_method.extension
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              An Extension

                                                                                                                                                                                                                                                                                                              ShortExtension
                                                                                                                                                                                                                                                                                                              Control2..*
                                                                                                                                                                                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                              • 2606. CodeSystem.concept.property:Finding_method.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                2608. CodeSystem.concept.property:Finding_method.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                2610. CodeSystem.concept.property:Finding_method.extension:roleGroup
                                                                                                                                                                                                                                                                                                                Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                2612. CodeSystem.concept.property:Finding_method.extension:changeType
                                                                                                                                                                                                                                                                                                                Slice NamechangeType
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                ShortChange Type
                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                2614. CodeSystem.concept.property:Finding_method.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                2616. CodeSystem.concept.property:Finding_method.code
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                Fixed ValueFinding method
                                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                2618. CodeSystem.concept.property:Finding_method.value[x]
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                The value of this property.

                                                                                                                                                                                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                [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
                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                2620. CodeSystem.concept.property:Finding_informer
                                                                                                                                                                                                                                                                                                                Slice NameFinding_informer
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                A property value for this concept.

                                                                                                                                                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Finding informer for a concept
                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                2622. CodeSystem.concept.property:Finding_informer.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
                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                2624. CodeSystem.concept.property:Finding_informer.extension
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                An Extension

                                                                                                                                                                                                                                                                                                                ShortExtension
                                                                                                                                                                                                                                                                                                                Control2..*
                                                                                                                                                                                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                • 2626. CodeSystem.concept.property:Finding_informer.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                  2628. CodeSystem.concept.property:Finding_informer.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                  2630. CodeSystem.concept.property:Finding_informer.extension:roleGroup
                                                                                                                                                                                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                  2632. CodeSystem.concept.property:Finding_informer.extension:changeType
                                                                                                                                                                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                  ShortChange Type
                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                  2634. CodeSystem.concept.property:Finding_informer.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                  2636. CodeSystem.concept.property:Finding_informer.code
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                  Fixed ValueFinding informer
                                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                  2638. CodeSystem.concept.property:Finding_informer.value[x]
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  The value of this property.

                                                                                                                                                                                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                  [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
                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                  2640. CodeSystem.concept.property:Using_device
                                                                                                                                                                                                                                                                                                                  Slice NameUsing_device
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  A property value for this concept.

                                                                                                                                                                                                                                                                                                                  ShortProperty slice to capture SNOMED CT Using device for a concept
                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                  2642. CodeSystem.concept.property:Using_device.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
                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                  2644. CodeSystem.concept.property:Using_device.extension
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                                                                                                                  Control2..*
                                                                                                                                                                                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                  • 2646. CodeSystem.concept.property:Using_device.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                    2648. CodeSystem.concept.property:Using_device.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                    2650. CodeSystem.concept.property:Using_device.extension:roleGroup
                                                                                                                                                                                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                    2652. CodeSystem.concept.property:Using_device.extension:changeType
                                                                                                                                                                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                    ShortChange Type
                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                    2654. CodeSystem.concept.property:Using_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                    2656. CodeSystem.concept.property:Using_device.code
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                    Fixed ValueUsing device
                                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                    2658. CodeSystem.concept.property:Using_device.value[x]
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    The value of this property.

                                                                                                                                                                                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                    [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
                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                    2660. CodeSystem.concept.property:Using_energy
                                                                                                                                                                                                                                                                                                                    Slice NameUsing_energy
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    A property value for this concept.

                                                                                                                                                                                                                                                                                                                    ShortProperty slice to capture SNOMED CT Using energy for a concept
                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                    2662. CodeSystem.concept.property:Using_energy.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
                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                    2664. CodeSystem.concept.property:Using_energy.extension
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    An Extension

                                                                                                                                                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                    • 2666. CodeSystem.concept.property:Using_energy.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                      2668. CodeSystem.concept.property:Using_energy.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                      2670. CodeSystem.concept.property:Using_energy.extension:roleGroup
                                                                                                                                                                                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                      2672. CodeSystem.concept.property:Using_energy.extension:changeType
                                                                                                                                                                                                                                                                                                                      Slice NamechangeType
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                      ShortChange Type
                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                      2674. CodeSystem.concept.property:Using_energy.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                      2676. CodeSystem.concept.property:Using_energy.code
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                      Fixed ValueUsing energy
                                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                      2678. CodeSystem.concept.property:Using_energy.value[x]
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      The value of this property.

                                                                                                                                                                                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                      [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
                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                      2680. CodeSystem.concept.property:Using_substance
                                                                                                                                                                                                                                                                                                                      Slice NameUsing_substance
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      A property value for this concept.

                                                                                                                                                                                                                                                                                                                      ShortProperty slice to capture SNOMED CT Using substance for a concept
                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                      2682. CodeSystem.concept.property:Using_substance.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
                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                      2684. CodeSystem.concept.property:Using_substance.extension
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                                                                                                                      Control2..*
                                                                                                                                                                                                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                      • 2686. CodeSystem.concept.property:Using_substance.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                        2688. CodeSystem.concept.property:Using_substance.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                        2690. CodeSystem.concept.property:Using_substance.extension:roleGroup
                                                                                                                                                                                                                                                                                                                        Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                        2692. CodeSystem.concept.property:Using_substance.extension:changeType
                                                                                                                                                                                                                                                                                                                        Slice NamechangeType
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                        ShortChange Type
                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                        2694. CodeSystem.concept.property:Using_substance.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                        2696. CodeSystem.concept.property:Using_substance.code
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                        Fixed ValueUsing substance
                                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                        2698. CodeSystem.concept.property:Using_substance.value[x]
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        The value of this property.

                                                                                                                                                                                                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                        [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
                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                        2700. CodeSystem.concept.property:Surgical_approach
                                                                                                                                                                                                                                                                                                                        Slice NameSurgical_approach
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        A property value for this concept.

                                                                                                                                                                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Surgical approach for a concept
                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                        2702. CodeSystem.concept.property:Surgical_approach.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
                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                        2704. CodeSystem.concept.property:Surgical_approach.extension
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        An Extension

                                                                                                                                                                                                                                                                                                                        ShortExtension
                                                                                                                                                                                                                                                                                                                        Control2..*
                                                                                                                                                                                                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                                        • 2706. CodeSystem.concept.property:Surgical_approach.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                                          2708. CodeSystem.concept.property:Surgical_approach.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                                          2710. CodeSystem.concept.property:Surgical_approach.extension:roleGroup
                                                                                                                                                                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                                          2712. CodeSystem.concept.property:Surgical_approach.extension:changeType
                                                                                                                                                                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                          ShortChange Type
                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                                          2714. CodeSystem.concept.property:Surgical_approach.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                          2716. CodeSystem.concept.property:Surgical_approach.code
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                          Fixed ValueSurgical approach
                                                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                          2718. CodeSystem.concept.property:Surgical_approach.value[x]
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          The value of this property.

                                                                                                                                                                                                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                          [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
                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                          2720. CodeSystem.concept.property:Using_access_device
                                                                                                                                                                                                                                                                                                                          Slice NameUsing_access_device
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          A property value for this concept.

                                                                                                                                                                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Using access device for a concept
                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                          2722. CodeSystem.concept.property:Using_access_device.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
                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                          2724. CodeSystem.concept.property:Using_access_device.extension
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          An Extension

                                                                                                                                                                                                                                                                                                                          ShortExtension
                                                                                                                                                                                                                                                                                                                          Control2..*
                                                                                                                                                                                                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                                          • 2726. CodeSystem.concept.property:Using_access_device.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                                            2728. CodeSystem.concept.property:Using_access_device.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                                            2730. CodeSystem.concept.property:Using_access_device.extension:roleGroup
                                                                                                                                                                                                                                                                                                                            Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                                            2732. CodeSystem.concept.property:Using_access_device.extension:changeType
                                                                                                                                                                                                                                                                                                                            Slice NamechangeType
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                            ShortChange Type
                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                                            2734. CodeSystem.concept.property:Using_access_device.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                            2736. CodeSystem.concept.property:Using_access_device.code
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                            Fixed ValueUsing access device
                                                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                            2738. CodeSystem.concept.property:Using_access_device.value[x]
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            The value of this property.

                                                                                                                                                                                                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                            [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
                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                            2740. CodeSystem.concept.property:Property_type
                                                                                                                                                                                                                                                                                                                            Slice NameProperty_type
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            A property value for this concept.

                                                                                                                                                                                                                                                                                                                            ShortProperty slice to capture SNOMED CT Property type for a concept
                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                            2742. CodeSystem.concept.property:Property_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
                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                            2744. CodeSystem.concept.property:Property_type.extension
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            An Extension

                                                                                                                                                                                                                                                                                                                            ShortExtension
                                                                                                                                                                                                                                                                                                                            Control2..*
                                                                                                                                                                                                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                                            • 2746. CodeSystem.concept.property:Property_type.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                                              2748. CodeSystem.concept.property:Property_type.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                                              2750. CodeSystem.concept.property:Property_type.extension:roleGroup
                                                                                                                                                                                                                                                                                                                              Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                                              2752. CodeSystem.concept.property:Property_type.extension:changeType
                                                                                                                                                                                                                                                                                                                              Slice NamechangeType
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                              ShortChange Type
                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                                              2754. CodeSystem.concept.property:Property_type.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                              2756. CodeSystem.concept.property:Property_type.code
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                              Fixed ValueProperty type
                                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                              2758. CodeSystem.concept.property:Property_type.value[x]
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              The value of this property.

                                                                                                                                                                                                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                              [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
                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                              2760. CodeSystem.concept.property:Inheres_in
                                                                                                                                                                                                                                                                                                                              Slice NameInheres_in
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              A property value for this concept.

                                                                                                                                                                                                                                                                                                                              ShortProperty slice to capture SNOMED CT Inheres in for a concept
                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                              2762. CodeSystem.concept.property:Inheres_in.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
                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                              2764. CodeSystem.concept.property:Inheres_in.extension
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              An Extension

                                                                                                                                                                                                                                                                                                                              ShortExtension
                                                                                                                                                                                                                                                                                                                              Control2..*
                                                                                                                                                                                                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                                              • 2766. CodeSystem.concept.property:Inheres_in.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                                2768. CodeSystem.concept.property:Inheres_in.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                                2770. CodeSystem.concept.property:Inheres_in.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                                2772. CodeSystem.concept.property:Inheres_in.extension:changeType
                                                                                                                                                                                                                                                                                                                                Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                ShortChange Type
                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                                2774. CodeSystem.concept.property:Inheres_in.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                2776. CodeSystem.concept.property:Inheres_in.code
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                Fixed ValueInheres in
                                                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                2778. CodeSystem.concept.property:Inheres_in.value[x]
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                The value of this property.

                                                                                                                                                                                                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                [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
                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                2780. CodeSystem.concept.property:Towards
                                                                                                                                                                                                                                                                                                                                Slice NameTowards
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                A property value for this concept.

                                                                                                                                                                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Towards for a concept
                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                2782. CodeSystem.concept.property:Towards.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
                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                2784. CodeSystem.concept.property:Towards.extension
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                An Extension

                                                                                                                                                                                                                                                                                                                                ShortExtension
                                                                                                                                                                                                                                                                                                                                Control2..*
                                                                                                                                                                                                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                                • 2786. CodeSystem.concept.property:Towards.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                                  2788. CodeSystem.concept.property:Towards.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                                  2790. CodeSystem.concept.property:Towards.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                                  2792. CodeSystem.concept.property:Towards.extension:changeType
                                                                                                                                                                                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                  ShortChange Type
                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                                  2794. CodeSystem.concept.property:Towards.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                  2796. CodeSystem.concept.property:Towards.code
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                  Fixed ValueTowards
                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                  2798. CodeSystem.concept.property:Towards.value[x]
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  The value of this property.

                                                                                                                                                                                                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                  [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
                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                  2800. CodeSystem.concept.property:Characterizes
                                                                                                                                                                                                                                                                                                                                  Slice NameCharacterizes
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  A property value for this concept.

                                                                                                                                                                                                                                                                                                                                  ShortProperty slice to capture SNOMED CT Characterizes for a concept
                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                  2802. CodeSystem.concept.property:Characterizes.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
                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                  2804. CodeSystem.concept.property:Characterizes.extension
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                                                                                                                                  Control2..*
                                                                                                                                                                                                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                                  • 2806. CodeSystem.concept.property:Characterizes.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                                    2808. CodeSystem.concept.property:Characterizes.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                                    2810. CodeSystem.concept.property:Characterizes.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                                    2812. CodeSystem.concept.property:Characterizes.extension:changeType
                                                                                                                                                                                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                    ShortChange Type
                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                                    2814. CodeSystem.concept.property:Characterizes.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                    2816. CodeSystem.concept.property:Characterizes.code
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                    Fixed ValueCharacterizes
                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                    2818. CodeSystem.concept.property:Characterizes.value[x]
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    The value of this property.

                                                                                                                                                                                                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                    [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
                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                    2820. CodeSystem.concept.property:Process_agent
                                                                                                                                                                                                                                                                                                                                    Slice NameProcess_agent
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    A property value for this concept.

                                                                                                                                                                                                                                                                                                                                    ShortProperty slice to capture SNOMED CT Process agent for a concept
                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                    2822. CodeSystem.concept.property:Process_agent.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
                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                    2824. CodeSystem.concept.property:Process_agent.extension
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    An Extension

                                                                                                                                                                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                                    • 2826. CodeSystem.concept.property:Process_agent.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                                      2828. CodeSystem.concept.property:Process_agent.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                                      2830. CodeSystem.concept.property:Process_agent.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                                      2832. CodeSystem.concept.property:Process_agent.extension:changeType
                                                                                                                                                                                                                                                                                                                                      Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                      ShortChange Type
                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                                      2834. CodeSystem.concept.property:Process_agent.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                      2836. CodeSystem.concept.property:Process_agent.code
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                      Fixed ValueProcess agent
                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                      2838. CodeSystem.concept.property:Process_agent.value[x]
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      The value of this property.

                                                                                                                                                                                                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                      [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
                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                      2840. CodeSystem.concept.property:Process_duration
                                                                                                                                                                                                                                                                                                                                      Slice NameProcess_duration
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      A property value for this concept.

                                                                                                                                                                                                                                                                                                                                      ShortProperty slice to capture SNOMED CT Process duration for a concept
                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                      2842. CodeSystem.concept.property:Process_duration.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
                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                      2844. CodeSystem.concept.property:Process_duration.extension
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                                                                                                                                      Control2..*
                                                                                                                                                                                                                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                                      • 2846. CodeSystem.concept.property:Process_duration.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                                        2848. CodeSystem.concept.property:Process_duration.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                                        2850. CodeSystem.concept.property:Process_duration.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                        Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                                        2852. CodeSystem.concept.property:Process_duration.extension:changeType
                                                                                                                                                                                                                                                                                                                                        Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                        ShortChange Type
                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                                        2854. CodeSystem.concept.property:Process_duration.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                        2856. CodeSystem.concept.property:Process_duration.code
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                        Fixed ValueProcess duration
                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                        2858. CodeSystem.concept.property:Process_duration.value[x]
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        The value of this property.

                                                                                                                                                                                                                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                        [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
                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                        2860. CodeSystem.concept.property:Process_output
                                                                                                                                                                                                                                                                                                                                        Slice NameProcess_output
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        A property value for this concept.

                                                                                                                                                                                                                                                                                                                                        ShortProperty slice to capture SNOMED CT Process output for a concept
                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                        TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                        2862. CodeSystem.concept.property:Process_output.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
                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                        2864. CodeSystem.concept.property:Process_output.extension
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        An Extension

                                                                                                                                                                                                                                                                                                                                        ShortExtension
                                                                                                                                                                                                                                                                                                                                        Control2..*
                                                                                                                                                                                                                                                                                                                                        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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                                                        • 2866. CodeSystem.concept.property:Process_output.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                          Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                          ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                          TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                                                          2868. CodeSystem.concept.property:Process_output.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                          Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                          ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                          TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                                                          2870. CodeSystem.concept.property:Process_output.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                          Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                          ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                          TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                                                          2872. CodeSystem.concept.property:Process_output.extension:changeType
                                                                                                                                                                                                                                                                                                                                          Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                          ShortChange Type
                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                          TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                          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())
                                                                                                                                                                                                                                                                                                                                          2874. CodeSystem.concept.property:Process_output.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                          2876. CodeSystem.concept.property:Process_output.code
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                          ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                          Fixed ValueProcess output
                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                          2878. CodeSystem.concept.property:Process_output.value[x]
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          The value of this property.

                                                                                                                                                                                                                                                                                                                                          ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                          TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                          [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
                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                          2880. CodeSystem.concept.property:Relative_to
                                                                                                                                                                                                                                                                                                                                          Slice NameRelative_to
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          A property value for this concept.

                                                                                                                                                                                                                                                                                                                                          ShortProperty slice to capture SNOMED CT Relative to for a concept
                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                          TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                          2882. CodeSystem.concept.property:Relative_to.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
                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                          2884. CodeSystem.concept.property:Relative_to.extension
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          An Extension

                                                                                                                                                                                                                                                                                                                                          ShortExtension
                                                                                                                                                                                                                                                                                                                                          Control2..*
                                                                                                                                                                                                                                                                                                                                          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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                                                          • 2886. CodeSystem.concept.property:Relative_to.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                            Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                            ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                            TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                                                            2888. CodeSystem.concept.property:Relative_to.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                            Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                            ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                            TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                                                            2890. CodeSystem.concept.property:Relative_to.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                            Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                            ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                            TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                                                            2892. CodeSystem.concept.property:Relative_to.extension:changeType
                                                                                                                                                                                                                                                                                                                                            Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                            ShortChange Type
                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                            TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                            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())
                                                                                                                                                                                                                                                                                                                                            2894. CodeSystem.concept.property:Relative_to.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                            2896. CodeSystem.concept.property:Relative_to.code
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                            ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                            Fixed ValueRelative to
                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                            2898. CodeSystem.concept.property:Relative_to.value[x]
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            The value of this property.

                                                                                                                                                                                                                                                                                                                                            ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                            TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                            [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
                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                            2900. CodeSystem.concept.property:Precondition
                                                                                                                                                                                                                                                                                                                                            Slice NamePrecondition
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            A property value for this concept.

                                                                                                                                                                                                                                                                                                                                            ShortProperty slice to capture SNOMED CT Precondition for a concept
                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                            TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                            2902. CodeSystem.concept.property:Precondition.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
                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                            2904. CodeSystem.concept.property:Precondition.extension
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            An Extension

                                                                                                                                                                                                                                                                                                                                            ShortExtension
                                                                                                                                                                                                                                                                                                                                            Control2..*
                                                                                                                                                                                                                                                                                                                                            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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                                                            • 2906. CodeSystem.concept.property:Precondition.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                              Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                              ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                              TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                                                              2908. CodeSystem.concept.property:Precondition.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                              Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                              ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                              TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                                                              2910. CodeSystem.concept.property:Precondition.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                              Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                              ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                              TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                                                              2912. CodeSystem.concept.property:Precondition.extension:changeType
                                                                                                                                                                                                                                                                                                                                              Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                              ShortChange Type
                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                              TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                              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())
                                                                                                                                                                                                                                                                                                                                              2914. CodeSystem.concept.property:Precondition.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                              2916. CodeSystem.concept.property:Precondition.code
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                              ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                              Fixed ValuePrecondition
                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                              2918. CodeSystem.concept.property:Precondition.value[x]
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              The value of this property.

                                                                                                                                                                                                                                                                                                                                              ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                              TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                              [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
                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                              2920. CodeSystem.concept.property:Direct_site
                                                                                                                                                                                                                                                                                                                                              Slice NameDirect_site
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              A property value for this concept.

                                                                                                                                                                                                                                                                                                                                              ShortProperty slice to capture SNOMED CT Direct site for a concept
                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                              TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                              2922. CodeSystem.concept.property:Direct_site.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
                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                              2924. CodeSystem.concept.property:Direct_site.extension
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              An Extension

                                                                                                                                                                                                                                                                                                                                              ShortExtension
                                                                                                                                                                                                                                                                                                                                              Control2..*
                                                                                                                                                                                                                                                                                                                                              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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                                                              • 2926. CodeSystem.concept.property:Direct_site.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                                Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                                ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                                                2928. CodeSystem.concept.property:Direct_site.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                                Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                                ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                                                2930. CodeSystem.concept.property:Direct_site.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                                Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                                ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                                                2932. CodeSystem.concept.property:Direct_site.extension:changeType
                                                                                                                                                                                                                                                                                                                                                Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                                ShortChange Type
                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                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())
                                                                                                                                                                                                                                                                                                                                                2934. CodeSystem.concept.property:Direct_site.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                                2936. CodeSystem.concept.property:Direct_site.code
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                                ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                Fixed ValueDirect site
                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                2938. CodeSystem.concept.property:Direct_site.value[x]
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                The value of this property.

                                                                                                                                                                                                                                                                                                                                                ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                                [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
                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                2940. CodeSystem.concept.property:Specified_by
                                                                                                                                                                                                                                                                                                                                                Slice NameSpecified_by
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                A property value for this concept.

                                                                                                                                                                                                                                                                                                                                                ShortProperty slice to capture SNOMED CT Specified by for a concept
                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                2942. CodeSystem.concept.property:Specified_by.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
                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                2944. CodeSystem.concept.property:Specified_by.extension
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                An Extension

                                                                                                                                                                                                                                                                                                                                                ShortExtension
                                                                                                                                                                                                                                                                                                                                                Control2..*
                                                                                                                                                                                                                                                                                                                                                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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                                                • 2946. CodeSystem.concept.property:Specified_by.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                                  Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                                  ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                  TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                                                  2948. CodeSystem.concept.property:Specified_by.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                                  Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                                  ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                  TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                                                  2950. CodeSystem.concept.property:Specified_by.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                                  Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                                  ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                  TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                                                  2952. CodeSystem.concept.property:Specified_by.extension:changeType
                                                                                                                                                                                                                                                                                                                                                  Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                                  ShortChange Type
                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                  TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                  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())
                                                                                                                                                                                                                                                                                                                                                  2954. CodeSystem.concept.property:Specified_by.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                                  2956. CodeSystem.concept.property:Specified_by.code
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                                  ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                  Fixed ValueSpecified by
                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                  2958. CodeSystem.concept.property:Specified_by.value[x]
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  The value of this property.

                                                                                                                                                                                                                                                                                                                                                  ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                  TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                                  [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
                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                  2960. CodeSystem.concept.property:Observes
                                                                                                                                                                                                                                                                                                                                                  Slice NameObserves
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  A property value for this concept.

                                                                                                                                                                                                                                                                                                                                                  ShortProperty slice to capture SNOMED CT Observes for a concept
                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                  2962. CodeSystem.concept.property:Observes.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
                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                  2964. CodeSystem.concept.property:Observes.extension
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                                                                                                                                                  Control2..*
                                                                                                                                                                                                                                                                                                                                                  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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                                                  • 2966. CodeSystem.concept.property:Observes.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                                    Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                                    ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                    TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                                                    2968. CodeSystem.concept.property:Observes.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                                    Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                                    ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                    TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                                                    2970. CodeSystem.concept.property:Observes.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                                    Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                                    ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                    TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                                                    2972. CodeSystem.concept.property:Observes.extension:changeType
                                                                                                                                                                                                                                                                                                                                                    Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                                    ShortChange Type
                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                    TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                    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())
                                                                                                                                                                                                                                                                                                                                                    2974. CodeSystem.concept.property:Observes.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                                    2976. CodeSystem.concept.property:Observes.code
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                                    ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                    Fixed ValueObserves
                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                    2978. CodeSystem.concept.property:Observes.value[x]
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    The value of this property.

                                                                                                                                                                                                                                                                                                                                                    ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                    TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                                    [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
                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                    2980. CodeSystem.concept.property:Is_about
                                                                                                                                                                                                                                                                                                                                                    Slice NameIs_about
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    A property value for this concept.

                                                                                                                                                                                                                                                                                                                                                    ShortProperty slice to capture SNOMED CT Is about for a concept
                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                    TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                    2982. CodeSystem.concept.property:Is_about.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
                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                    2984. CodeSystem.concept.property:Is_about.extension
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    An Extension

                                                                                                                                                                                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                                                                                                                                                                                    Control2..*
                                                                                                                                                                                                                                                                                                                                                    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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                                                    • 2986. CodeSystem.concept.property:Is_about.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                                      Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                                      ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                      TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                                                      2988. CodeSystem.concept.property:Is_about.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                                      Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                                      ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                      TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                                                      2990. CodeSystem.concept.property:Is_about.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                                      Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                                      ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                      TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                                                      2992. CodeSystem.concept.property:Is_about.extension:changeType
                                                                                                                                                                                                                                                                                                                                                      Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                                      ShortChange Type
                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                      TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                      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())
                                                                                                                                                                                                                                                                                                                                                      2994. CodeSystem.concept.property:Is_about.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                                      2996. CodeSystem.concept.property:Is_about.code
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                                      ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                      Fixed ValueIs about
                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                      2998. CodeSystem.concept.property:Is_about.value[x]
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      The value of this property.

                                                                                                                                                                                                                                                                                                                                                      ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                      TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                                      [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
                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                      3000. CodeSystem.concept.property:Defined
                                                                                                                                                                                                                                                                                                                                                      Slice NameDefined
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      A property value for this concept.

                                                                                                                                                                                                                                                                                                                                                      ShortProperty slice to capture SNOMED CT Defined for a concept
                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                      3002. CodeSystem.concept.property:Defined.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
                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                      3004. CodeSystem.concept.property:Defined.extension
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                                                                                                                                                      Control2..*
                                                                                                                                                                                                                                                                                                                                                      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 CodeSystem.concept.property.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                                                      • 3006. CodeSystem.concept.property:Defined.extension:DefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                                        Slice NameDefiningRelationshipType
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        Indicator to distinguish between axioms explicitly stated vs. inferred by a reasoner or other logical processes

                                                                                                                                                                                                                                                                                                                                                        ShortDefining Relationship Type
                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                        TypeExtension(Defining Relationship Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                                                        3008. CodeSystem.concept.property:Defined.extension:elProfileSetOperator
                                                                                                                                                                                                                                                                                                                                                        Slice NameelProfileSetOperator
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        EL++ profile to describe the axiom as being part of the Necessary vs. Sufficient set for defining the concept

                                                                                                                                                                                                                                                                                                                                                        ShortEL Profile Set Operator
                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                        TypeExtension(EL Profile Set Operator) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                                                        3010. CodeSystem.concept.property:Defined.extension:roleGroup
                                                                                                                                                                                                                                                                                                                                                        Slice NameroleGroup
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        Where multiple property groupings are assigned for a particular concept, this identifies the group to which this property belongs. See also SNOMED concept 609096000 Role group (attribute)

                                                                                                                                                                                                                                                                                                                                                        ShortSNOMED Role Group
                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                        TypeExtension(SNOMED Role Group) (Extension Type: integer)
                                                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                                                        3012. CodeSystem.concept.property:Defined.extension:changeType
                                                                                                                                                                                                                                                                                                                                                        Slice NamechangeType
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        Coded value indicating the nature of a change made to the parent element

                                                                                                                                                                                                                                                                                                                                                        ShortChange Type
                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                                                                                                                                                                                                                                                        TypeExtension(Change Type) (Extension Type: CodeableConcept)
                                                                                                                                                                                                                                                                                                                                                        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())
                                                                                                                                                                                                                                                                                                                                                        3014. CodeSystem.concept.property:Defined.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 manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. 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())
                                                                                                                                                                                                                                                                                                                                                        3016. CodeSystem.concept.property:Defined.code
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        A code that is a reference to CodeSystem.property.code.

                                                                                                                                                                                                                                                                                                                                                        ShortReference to CodeSystem.property.code
                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                        Fixed ValueDefined
                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                        3018. CodeSystem.concept.property:Defined.value[x]
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        The value of this property.

                                                                                                                                                                                                                                                                                                                                                        ShortValue of the property for this concept
                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                        TypeChoice of: code, Coding, string, integer, boolean, dateTime, decimal
                                                                                                                                                                                                                                                                                                                                                        [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
                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                        3020. CodeSystem.concept.concept
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) - see hierarchyMeaning.

                                                                                                                                                                                                                                                                                                                                                        ShortChild Concepts (is-a/contains/categorizes)
                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                        For CodeSystem Change Sets, relationships to child concepts should be done through concept.property values, not concept.concept elements

                                                                                                                                                                                                                                                                                                                                                        Control0..0
                                                                                                                                                                                                                                                                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/CodeSystem#CodeSystem.concept
                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                        Must Supportfalse
                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))