Bundle Constrained
- Path
- Bundle
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Contains a collection of resources
- Definition
- A container for a collection of resources.
- Base
- Bundle [0..*]
Mapping
- rim:Entity. Role, or Act
- v2:N/A
- rim:N/A
- cda:ClinicalDocument, if bundle.type = document
Constraints
- Severity
- errorbdl-1
- Description
- total only when a search or history
- Expression
total.empty() or (type = 'searchset') or (type = 'history')
- XPath
- not(f:total) or (f:type/@value = 'searchset') or (f:type/@value = 'history')
- Source
- Severity
- errorbdl-2
- Description
- entry.search only when a search
- Expression
entry.search.empty() or (type = 'searchset')
- XPath
- not(f:entry/f:search) or (f:type/@value = 'searchset')
- Source
- Severity
- errorbdl-3
- Description
- entry.request mandatory for batch/transaction/history, otherwise prohibited
- Expression
entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction'
or %resource.type = 'history'))
- XPath
- not(f:entry/f:request) or (f:type/@value = 'batch') or (f:type/@value = 'transaction')
or (f:type/@value = 'history')
- Source
- Severity
- errorbdl-4
- Description
- entry.response mandatory for batch-response/transaction-response/history, otherwise
prohibited
- Expression
entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type
= 'transaction-response' or %resource.type = 'history'))
- XPath
- not(f:entry/f:response) or (f:type/@value = 'batch-response') or (f:type/@value =
'transaction-response') or (f:type/@value = 'history')
- Source
- Severity
- errorbdl-7
- Description
- FullUrl must be unique in a bundle, or else entries with the same fullUrl must have
different meta.versionId (except in history bundles)
- Expression
(type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct()
- XPath
- (f:type/@value = 'history') or (count(for $entry in f:entry[f:resource] return $entry[count(parent::f:Bundle/f:entry[f:fullUrl/@value=$entry/f:fullUrl/@value
and ((not(f:resource/*/f:meta/f:versionId/@value) and not($entry/f:resource/*/f:meta/f:versionId/@value))
or f:resource/*/f:meta/f:versionId/@value=$entry/f:resource/*/f:meta/f:versionId/@value)])!=1])=0)
- Source
- Severity
- errorbdl-9
- Description
- A document must have an identifier with a system and a value
- Expression
type = 'document' implies (identifier.system.exists() and identifier.value.exists())
- XPath
- not(f:type/@value = 'document') or exists(f:identifier/f:system) or exists(f:identifier/f:value)
- Source
- Severity
- errorbdl-10
- Description
- A document must have a date
- Expression
type = 'document' implies (timestamp.hasValue())
- XPath
- not(f:type/@value = 'document') or exists(f:timestamp/@value)
- Source
- Severity
- errorbdl-11
- Description
- A document must have a Composition as the first resource
- Expression
type = 'document' implies entry.first().resource.is(Composition)
- XPath
- not(f:type/@value='document') or f:entry[1]/f:resource/f:Composition
- Source
- Severity
- errorbdl-12
- Description
- A message must have a MessageHeader as the first resource
- Expression
type = 'message' implies entry.first().resource.is(MessageHeader)
- XPath
- not(f:type/@value='message') or f:entry[1]/f:resource/f:MessageHeader
- Source
Bundle.id
- Path
- Bundle.id
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Logical id of this artifact
- Definition
- The logical id of the resource, as used in the URL for the resource. Once assigned,
this value never changes.
- Base
- Resource.id [0..1]
- Comment
- The only time that a resource does not have an id is when it is being submitted to
the server using a create operation.
- Type
- http://hl7.org/fhirpath/System.String
Bundle.meta Constrained
- Path
- Bundle.meta
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Metadata about the resource
- 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.
- Base
- Resource.meta [0..1]
- Type
- Meta
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.implicitRules Constrained
- Path
- Bundle.implicitRules
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- A set of rules under which this content was created
- 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.
- Base
- Resource.implicitRules [0..1]
- Comment
- 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.
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.language Binding Constrained
- Path
- Bundle.language
- Cardinality
- 0..1
- Part of a summary ?
- false
- Short Description
- Language of the resource content
- Definition
- The base language in which the resource is written.
- Base
- Resource.language [0..1]
- Comment
- 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).
- Type
- code
- Binding
- Language(preferred) : A human language.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.identifier Constrained
- Path
- Bundle.identifier
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Persistent identifier for the bundle
- Definition
- A persistent identifier for the bundle that won't change as a bundle is copied from
server to server.
- Base
- Bundle.identifier [0..1]
- Comment
- Persistent identity generally only matters for batches of type Document, Message,
and Collection. It would not normally be populated for search and history results
and servers ignore Bundle.identifier when processing batches and transactions. For
Documents the .identifier SHALL be populated such that the .identifier is globally
unique.
- Type
- Identifier
Mapping
- w5:FiveWs.identifier
- cda:ClinicalDocument.id
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.type Fixed value Binding Constrained
- Path
- Bundle.type
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- document | message | transaction | transaction-response | batch | batch-response |
history | searchset | collection
- Definition
- Indicates the purpose of this bundle - how it is intended to be used.
- Base
- Bundle.type [1..1]
- Comment
- It's possible to use a bundle for other purposes (e.g. a document can be accepted
as a transaction). This is primarily defined so that there can be specific rules for
some of the bundle types.
- Type
- code
- Fixed code
- searchset
- Binding
- BundleType(required) : Indicates the purpose of a bundle - how it is intended to be used.
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.timestamp Constrained
- Path
- Bundle.timestamp
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- When the bundle was assembled
- Definition
- The date/time that the bundle was assembled - i.e. when the resources were placed
in the bundle.
- Base
- Bundle.timestamp [0..1]
- Comment
- For many bundles, the timestamp is equal to .meta.lastUpdated, because they are not
stored (e.g. search results). When a bundle is placed in a persistent store, .meta.lastUpdated
will be usually be changed by the server. When the bundle is a message, a middleware
agent altering the message (even if not stored) SHOULD update .meta.lastUpdated. .timestamp
is used to track the original time of the Bundle, and SHOULD be populated. Usage:
* document : the date the document was created. Note: the composition may predate
the document, or be associated with multiple documents. The date of the composition
- the authoring time - may be earlier than the document assembly time * message :
the date that the content of the message was assembled. This date is not changed by
middleware engines unless they add additional data that changes the meaning of the
time of the message * history : the date that the history was assembled. This time
would be used as the _since time to ask for subsequent updates * searchset : the time
that the search set was assembled. Note that different pages MAY have different timestamps
but need not. Having different timestamps does not imply that subsequent pages will
represent or include changes made since the initial query * transaction | transaction-response
| batch | batch-response | collection : no particular assigned meaning The timestamp
value should be greater than the lastUpdated and other timestamps in the resources
in the bundle, and it should be equal or earlier than the .meta.lastUpdated on the
Bundle itself.
- Type
- instant
Mapping
- w5:FiveWs.init
- cda:ClinicalDocument.effectiveTime
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.total Constrained
- Path
- Bundle.total
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- If search, the total number of matches
- Definition
- If a set of search matches, this is the total number of entries of type 'match' across
all pages in the search. It does not include search.mode = 'include' or 'outcome'
entries and it does not provide a count of the number of entries in the Bundle.
- Base
- Bundle.total [0..1]
- Comment
- Only used if the bundle is a search result set. The total does not include resources
such as OperationOutcome and included resources, only the total number of matching
resources.
- Type
- unsignedInt
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.link Constrained
- Path
- Bundle.link
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Links related to this Bundle
- Definition
- A series of links that provide context to this bundle.
- Base
- Bundle.link [0..*]
- Comment
- Both Bundle.link and Bundle.entry.link are defined to support providing additional
context when Bundles are used (e.g. [HATEOAS](http://en.wikipedia.org/wiki/HATEOAS)).
Bundle.entry.link corresponds to links found in the HTTP header if the resource in
the entry was [read](BundleAgregateur/http.html#read) directly. This specification
defines some specific uses of Bundle.link for [searching](BundleAgregateur/search.html#conformance)
and [paging](BundleAgregateur/http.html#paging), but no specific uses for Bundle.entry.link,
and no defined function in a transaction - the meaning is implementation specific.
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.link.id
- Path
- Bundle.link.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.link.extension Constrained
- Path
- Bundle.link.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.link.modifierExtension Constrained
- Path
- Bundle.link.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.link.relation Constrained
- Path
- Bundle.link.relation
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- See http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1
- Definition
- A name which details the functional use for this link - see [http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1](http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1).
- Base
- Bundle.link.relation [1..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.link.url Constrained
- Path
- Bundle.link.url
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Reference details for the link
- Definition
- The reference details for the link.
- Base
- Bundle.link.url [1..1]
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry Constrained
- Path
- Bundle.entry
- Cardinality
- 0..*
- Part of a summary ?
- true
- Slicing
-
- Descriminator type:type
- Descriminator path:resource
- Rules:open
- Short Description
- Entry in the bundle - will have a resource or information
- Definition
- An entry in a bundle resource - will either contain a resource or information about
a resource (transactions and history only).
- Base
- Bundle.entry [0..*]
- Type
- BackboneElement
Constraints
- Severity
- errorbdl-5
- Description
- must be a resource unless there's a request or response
- Expression
resource.exists() or request.exists() or response.exists()
- XPath
- exists(f:resource) or exists(f:request) or exists(f:response)
- Source
- Bundle.entry
- Severity
- errorbdl-8
- Description
- fullUrl cannot be a version specific reference
- Expression
fullUrl.contains('/_history/').not()
- XPath
- not(exists(f:fullUrl[contains(string(@value), '/_history/')]))
- Source
- Bundle.entry
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.id
- Path
- Bundle.entry.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry.extension Constrained
- Path
- Bundle.entry.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry.modifierExtension Constrained
- Path
- Bundle.entry.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry.link Constrained
- Path
- Bundle.entry.link
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Links related to this entry
- Definition
- A series of links that provide context to this entry.
- Base
- Bundle.entry.link [0..*]
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.fullUrl Constrained
- Path
- Bundle.entry.fullUrl
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- URI for resource (Absolute URL server address or URI for UUID/OID)
- Definition
- The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in
the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent
URL consistent with the Resource.id. The fullUrl is a version independent reference
to the resource. The fullUrl element SHALL have a value except that: * fullUrl can
be empty on a POST (although it does not need to when specifying a temporary id for
reference in the bundle) * Results from operations might involve resources that are
not identified.
- Base
- Bundle.entry.fullUrl [0..1]
- Comment
- fullUrl might not be [unique in the context of a resource](BundleAgregateur/bundle.html#bundle-unique).
Note that since [FHIR resources do not need to be served through the FHIR API](BundleAgregateur/references.html),
the fullURL might be a URN or an absolute URL that does not end with the logical id
of the resource (Resource.id). However, but if the fullUrl does look like a RESTful
server URL (e.g. meets the [regex](BundleAgregateur/references.html#regex), then the
'id' portion of the fullUrl SHALL end with the Resource.id. Note that the fullUrl
is not the same as the canonical URL - it's an absolute url for an endpoint serving
the resource (these will happen to have the same value on the canonical server for
the resource with the canonical URL).
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.resource
- Path
- Bundle.entry.resource
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- A resource in the bundle
- Definition
- The Resource for the entry. The purpose/meaning of the resource is determined by the
Bundle.type.
- Base
- Bundle.entry.resource [0..1]
- Type
- Resource
Bundle.entry.search Constrained
- Path
- Bundle.entry.search
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Search related information
- Definition
- Information about the search process that lead to the creation of this entry.
- Base
- Bundle.entry.search [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.search.id
- Path
- Bundle.entry.search.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry.search.extension Constrained
- Path
- Bundle.entry.search.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry.search.modifierExtension Constrained
- Path
- Bundle.entry.search.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry.search.mode Binding Constrained
- Path
- Bundle.entry.search.mode
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- match | include | outcome - why this is in the result set
- Definition
- Why this entry is in the result set - whether it's included as a match or because
of an _include requirement, or to convey information or warning information about
the search process.
- Base
- Bundle.entry.search.mode [0..1]
- Comment
- There is only one mode. In some corner cases, a resource may be included because it
is both a match and an include. In these circumstances, 'match' takes precedence.
- Type
- code
- Binding
- SearchEntryMode(required) : Why an entry is in the result set - whether it's included as a match or because of
an _include requirement, or to convey information or warning information about the
search process.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.search.score Constrained
- Path
- Bundle.entry.search.score
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Search ranking (between 0 and 1)
- Definition
- When searching, the server's search ranking score for the entry.
- Base
- Bundle.entry.search.score [0..1]
- Comment
- Servers are not required to return a ranking score. 1 is most relevant, and 0 is least
relevant. Often, search results are sorted by score, but the client may specify a
different sort order. See [Patient Match](BundleAgregateur/patient-operation-match.html)
for the EMPI search which relates to this element.
- Type
- decimal
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.request Constrained
- Path
- Bundle.entry.request
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Additional execution information (transaction/batch/history)
- Definition
- Additional information about how this entry should be processed as part of a transaction
or batch. For history, it shows how the entry was processed to create the version
contained in the entry.
- Base
- Bundle.entry.request [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.request.id
- Path
- Bundle.entry.request.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry.request.extension Constrained
- Path
- Bundle.entry.request.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry.request.modifierExtension Constrained
- Path
- Bundle.entry.request.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry.request.method Binding Constrained
- Path
- Bundle.entry.request.method
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- GET | HEAD | POST | PUT | DELETE | PATCH
- Definition
- In a transaction or batch, this is the HTTP action to be executed for this entry.
In a history bundle, this indicates the HTTP action that occurred.
- Base
- Bundle.entry.request.method [1..1]
- Type
- code
- Binding
- HTTPVerb(required) : HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231)
for details.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.request.url Constrained
- Path
- Bundle.entry.request.url
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- URL for HTTP equivalent of this entry
- Definition
- The URL for this entry, relative to the root (the address to which the request is
posted).
- Base
- Bundle.entry.request.url [1..1]
- Comment
- E.g. for a Patient Create, the method would be "POST" and the URL would be "Patient".
For a Patient Update, the method would be PUT and the URL would be "Patient/[id]".
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.request.ifNoneMatch Constrained
- Path
- Bundle.entry.request.ifNoneMatch
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing cache currency
- Definition
- If the ETag values match, return a 304 Not Modified status. See the API documentation
for ["Conditional Read"](BundleAgregateur/http.html#cread).
- Base
- Bundle.entry.request.ifNoneMatch [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.request.ifModifiedSince Constrained
- Path
- Bundle.entry.request.ifModifiedSince
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing cache currency
- Definition
- Only perform the operation if the last updated date matches. See the API documentation
for ["Conditional Read"](BundleAgregateur/http.html#cread).
- Base
- Bundle.entry.request.ifModifiedSince [0..1]
- Type
- instant
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.request.ifMatch Constrained
- Path
- Bundle.entry.request.ifMatch
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing update contention
- Definition
- Only perform the operation if the Etag value matches. For more information, see the
API section ["Managing Resource Contention"](BundleAgregateur/http.html#concurrency).
- Base
- Bundle.entry.request.ifMatch [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.request.ifNoneExist Constrained
- Path
- Bundle.entry.request.ifNoneExist
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For conditional creates
- Definition
- Instruct the server not to perform the create if a specified resource already exists.
For further information, see the API documentation for ["Conditional Create"](BundleAgregateur/http.html#ccreate).
This is just the query portion of the URL - what follows the "?" (not including the
"?").
- Base
- Bundle.entry.request.ifNoneExist [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.response Constrained
- Path
- Bundle.entry.response
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Results of execution (transaction/batch/history)
- Definition
- Indicates the results of processing the corresponding 'request' entry in the batch
or transaction being responded to or what the results of an operation where when returning
history.
- Base
- Bundle.entry.response [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.response.id
- Path
- Bundle.entry.response.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry.response.extension Constrained
- Path
- Bundle.entry.response.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry.response.modifierExtension Constrained
- Path
- Bundle.entry.response.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry.response.status Constrained
- Path
- Bundle.entry.response.status
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Status response code (text optional)
- Definition
- The status code returned by processing this entry. The status SHALL start with a 3
digit HTTP code (e.g. 404) and may contain the standard HTTP description associated
with the status code.
- Base
- Bundle.entry.response.status [1..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.response.location Constrained
- Path
- Bundle.entry.response.location
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- The location (if the operation returns a location)
- Definition
- The location header created by processing this operation, populated if the operation
returns a location.
- Base
- Bundle.entry.response.location [0..1]
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.response.etag Constrained
- Path
- Bundle.entry.response.etag
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- The Etag for the resource (if relevant)
- Definition
- The Etag for the resource, if the operation for the entry produced a versioned resource
(see [Resource Metadata and Versioning](BundleAgregateur/http.html#versioning) and
[Managing Resource Contention](BundleAgregateur/http.html#concurrency)).
- Base
- Bundle.entry.response.etag [0..1]
- Comment
- Etags match the Resource.meta.versionId. The ETag has to match the version id in the
header if a resource is included.
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.response.lastModified Constrained
- Path
- Bundle.entry.response.lastModified
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Server's date time modified
- Definition
- The date/time that the resource was modified on the server.
- Base
- Bundle.entry.response.lastModified [0..1]
- Comment
- This has to match the same time in the meta header (meta.lastUpdated) if a resource
is included.
- Type
- instant
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry.response.outcome
- Path
- Bundle.entry.response.outcome
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- OperationOutcome with hints and warnings (for batch/transaction)
- Definition
- An OperationOutcome containing hints and warnings produced as part of processing this
entry in a batch or transaction.
- Base
- Bundle.entry.response.outcome [0..1]
- Comment
- For a POST/PUT operation, this is the equivalent outcome that would be returned for
prefer = operationoutcome - except that the resource is always returned whether or
not the outcome is returned. This outcome is not used for error responses in batch/transaction,
only for hints and warnings. In a batch operation, the error will be in Bundle.entry.response,
and for transaction, there will be a single OperationOutcome instead of a bundle in
the case of an error.
- Type
- Resource
Bundle.entry:FrSlotAgregateur Constrained
- Path
- Bundle.entry
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Entry in the bundle - will have a resource or information
- Slice name
- FrSlotAgregateur
- Definition
- An entry in a bundle resource - will either contain a resource or information about
a resource (transactions and history only).
- Base
- Bundle.entry [0..*]
- Type
- BackboneElement
Constraints
- Severity
- errorbdl-5
- Description
- must be a resource unless there's a request or response
- Expression
resource.exists() or request.exists() or response.exists()
- XPath
- exists(f:resource) or exists(f:request) or exists(f:response)
- Source
- Bundle.entry
- Severity
- errorbdl-8
- Description
- fullUrl cannot be a version specific reference
- Expression
fullUrl.contains('/_history/').not()
- XPath
- not(exists(f:fullUrl[contains(string(@value), '/_history/')]))
- Source
- Bundle.entry
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.id
- Path
- Bundle.entry.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrSlotAgregateur.extension Constrained
- Path
- Bundle.entry.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrSlotAgregateur.modifierExtension Constrained
- Path
- Bundle.entry.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrSlotAgregateur.link Constrained
- Path
- Bundle.entry.link
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Links related to this entry
- Definition
- A series of links that provide context to this entry.
- Base
- Bundle.entry.link [0..*]
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.fullUrl Constrained
- Path
- Bundle.entry.fullUrl
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- URI for resource (Absolute URL server address or URI for UUID/OID)
- Definition
- The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in
the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent
URL consistent with the Resource.id. The fullUrl is a version independent reference
to the resource. The fullUrl element SHALL have a value except that: * fullUrl can
be empty on a POST (although it does not need to when specifying a temporary id for
reference in the bundle) * Results from operations might involve resources that are
not identified.
- Base
- Bundle.entry.fullUrl [0..1]
- Comment
- fullUrl might not be [unique in the context of a resource](BundleAgregateur/bundle.html#bundle-unique).
Note that since [FHIR resources do not need to be served through the FHIR API](BundleAgregateur/references.html),
the fullURL might be a URN or an absolute URL that does not end with the logical id
of the resource (Resource.id). However, but if the fullUrl does look like a RESTful
server URL (e.g. meets the [regex](BundleAgregateur/references.html#regex), then the
'id' portion of the fullUrl SHALL end with the Resource.id. Note that the fullUrl
is not the same as the canonical URL - it's an absolute url for an endpoint serving
the resource (these will happen to have the same value on the canonical server for
the resource with the canonical URL).
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.resource
- Path
- Bundle.entry.resource
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- A resource in the bundle
- Definition
- The Resource for the entry. The purpose/meaning of the resource is determined by the
Bundle.type.
- Base
- Bundle.entry.resource [0..1]
- Type
- Resource
Bundle.entry:FrSlotAgregateur.search Constrained
- Path
- Bundle.entry.search
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Search related information
- Definition
- Information about the search process that lead to the creation of this entry.
- Base
- Bundle.entry.search [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.search.id
- Path
- Bundle.entry.search.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrSlotAgregateur.search.extension Constrained
- Path
- Bundle.entry.search.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrSlotAgregateur.search.modifierExtension Constrained
- Path
- Bundle.entry.search.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrSlotAgregateur.search.mode Binding Constrained
- Path
- Bundle.entry.search.mode
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- match | include | outcome - why this is in the result set
- Definition
- Why this entry is in the result set - whether it's included as a match or because
of an _include requirement, or to convey information or warning information about
the search process.
- Base
- Bundle.entry.search.mode [0..1]
- Comment
- There is only one mode. In some corner cases, a resource may be included because it
is both a match and an include. In these circumstances, 'match' takes precedence.
- Type
- code
- Binding
- SearchEntryMode(required) : Why an entry is in the result set - whether it's included as a match or because of
an _include requirement, or to convey information or warning information about the
search process.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.search.score Constrained
- Path
- Bundle.entry.search.score
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Search ranking (between 0 and 1)
- Definition
- When searching, the server's search ranking score for the entry.
- Base
- Bundle.entry.search.score [0..1]
- Comment
- Servers are not required to return a ranking score. 1 is most relevant, and 0 is least
relevant. Often, search results are sorted by score, but the client may specify a
different sort order. See [Patient Match](BundleAgregateur/patient-operation-match.html)
for the EMPI search which relates to this element.
- Type
- decimal
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.request Constrained
- Path
- Bundle.entry.request
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Additional execution information (transaction/batch/history)
- Definition
- Additional information about how this entry should be processed as part of a transaction
or batch. For history, it shows how the entry was processed to create the version
contained in the entry.
- Base
- Bundle.entry.request [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.request.id
- Path
- Bundle.entry.request.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrSlotAgregateur.request.extension Constrained
- Path
- Bundle.entry.request.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrSlotAgregateur.request.modifierExtension Constrained
- Path
- Bundle.entry.request.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrSlotAgregateur.request.method Binding Constrained
- Path
- Bundle.entry.request.method
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- GET | HEAD | POST | PUT | DELETE | PATCH
- Definition
- In a transaction or batch, this is the HTTP action to be executed for this entry.
In a history bundle, this indicates the HTTP action that occurred.
- Base
- Bundle.entry.request.method [1..1]
- Type
- code
- Binding
- HTTPVerb(required) : HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231)
for details.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.request.url Constrained
- Path
- Bundle.entry.request.url
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- URL for HTTP equivalent of this entry
- Definition
- The URL for this entry, relative to the root (the address to which the request is
posted).
- Base
- Bundle.entry.request.url [1..1]
- Comment
- E.g. for a Patient Create, the method would be "POST" and the URL would be "Patient".
For a Patient Update, the method would be PUT and the URL would be "Patient/[id]".
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.request.ifNoneMatch Constrained
- Path
- Bundle.entry.request.ifNoneMatch
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing cache currency
- Definition
- If the ETag values match, return a 304 Not Modified status. See the API documentation
for ["Conditional Read"](BundleAgregateur/http.html#cread).
- Base
- Bundle.entry.request.ifNoneMatch [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.request.ifModifiedSince Constrained
- Path
- Bundle.entry.request.ifModifiedSince
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing cache currency
- Definition
- Only perform the operation if the last updated date matches. See the API documentation
for ["Conditional Read"](BundleAgregateur/http.html#cread).
- Base
- Bundle.entry.request.ifModifiedSince [0..1]
- Type
- instant
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.request.ifMatch Constrained
- Path
- Bundle.entry.request.ifMatch
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing update contention
- Definition
- Only perform the operation if the Etag value matches. For more information, see the
API section ["Managing Resource Contention"](BundleAgregateur/http.html#concurrency).
- Base
- Bundle.entry.request.ifMatch [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.request.ifNoneExist Constrained
- Path
- Bundle.entry.request.ifNoneExist
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For conditional creates
- Definition
- Instruct the server not to perform the create if a specified resource already exists.
For further information, see the API documentation for ["Conditional Create"](BundleAgregateur/http.html#ccreate).
This is just the query portion of the URL - what follows the "?" (not including the
"?").
- Base
- Bundle.entry.request.ifNoneExist [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.response Constrained
- Path
- Bundle.entry.response
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Results of execution (transaction/batch/history)
- Definition
- Indicates the results of processing the corresponding 'request' entry in the batch
or transaction being responded to or what the results of an operation where when returning
history.
- Base
- Bundle.entry.response [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.response.id
- Path
- Bundle.entry.response.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrSlotAgregateur.response.extension Constrained
- Path
- Bundle.entry.response.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrSlotAgregateur.response.modifierExtension Constrained
- Path
- Bundle.entry.response.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrSlotAgregateur.response.status Constrained
- Path
- Bundle.entry.response.status
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Status response code (text optional)
- Definition
- The status code returned by processing this entry. The status SHALL start with a 3
digit HTTP code (e.g. 404) and may contain the standard HTTP description associated
with the status code.
- Base
- Bundle.entry.response.status [1..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.response.location Constrained
- Path
- Bundle.entry.response.location
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- The location (if the operation returns a location)
- Definition
- The location header created by processing this operation, populated if the operation
returns a location.
- Base
- Bundle.entry.response.location [0..1]
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.response.etag Constrained
- Path
- Bundle.entry.response.etag
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- The Etag for the resource (if relevant)
- Definition
- The Etag for the resource, if the operation for the entry produced a versioned resource
(see [Resource Metadata and Versioning](BundleAgregateur/http.html#versioning) and
[Managing Resource Contention](BundleAgregateur/http.html#concurrency)).
- Base
- Bundle.entry.response.etag [0..1]
- Comment
- Etags match the Resource.meta.versionId. The ETag has to match the version id in the
header if a resource is included.
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.response.lastModified Constrained
- Path
- Bundle.entry.response.lastModified
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Server's date time modified
- Definition
- The date/time that the resource was modified on the server.
- Base
- Bundle.entry.response.lastModified [0..1]
- Comment
- This has to match the same time in the meta header (meta.lastUpdated) if a resource
is included.
- Type
- instant
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrSlotAgregateur.response.outcome
- Path
- Bundle.entry.response.outcome
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- OperationOutcome with hints and warnings (for batch/transaction)
- Definition
- An OperationOutcome containing hints and warnings produced as part of processing this
entry in a batch or transaction.
- Base
- Bundle.entry.response.outcome [0..1]
- Comment
- For a POST/PUT operation, this is the equivalent outcome that would be returned for
prefer = operationoutcome - except that the resource is always returned whether or
not the outcome is returned. This outcome is not used for error responses in batch/transaction,
only for hints and warnings. In a batch operation, the error will be in Bundle.entry.response,
and for transaction, there will be a single OperationOutcome instead of a bundle in
the case of an error.
- Type
- Resource
Bundle.entry:FrScheduleAgregateur Constrained
- Path
- Bundle.entry
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Entry in the bundle - will have a resource or information
- Slice name
- FrScheduleAgregateur
- Definition
- An entry in a bundle resource - will either contain a resource or information about
a resource (transactions and history only).
- Base
- Bundle.entry [0..*]
- Type
- BackboneElement
Constraints
- Severity
- errorbdl-5
- Description
- must be a resource unless there's a request or response
- Expression
resource.exists() or request.exists() or response.exists()
- XPath
- exists(f:resource) or exists(f:request) or exists(f:response)
- Source
- Bundle.entry
- Severity
- errorbdl-8
- Description
- fullUrl cannot be a version specific reference
- Expression
fullUrl.contains('/_history/').not()
- XPath
- not(exists(f:fullUrl[contains(string(@value), '/_history/')]))
- Source
- Bundle.entry
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.id
- Path
- Bundle.entry.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrScheduleAgregateur.extension Constrained
- Path
- Bundle.entry.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrScheduleAgregateur.modifierExtension Constrained
- Path
- Bundle.entry.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrScheduleAgregateur.link Constrained
- Path
- Bundle.entry.link
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Links related to this entry
- Definition
- A series of links that provide context to this entry.
- Base
- Bundle.entry.link [0..*]
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.fullUrl Constrained
- Path
- Bundle.entry.fullUrl
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- URI for resource (Absolute URL server address or URI for UUID/OID)
- Definition
- The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in
the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent
URL consistent with the Resource.id. The fullUrl is a version independent reference
to the resource. The fullUrl element SHALL have a value except that: * fullUrl can
be empty on a POST (although it does not need to when specifying a temporary id for
reference in the bundle) * Results from operations might involve resources that are
not identified.
- Base
- Bundle.entry.fullUrl [0..1]
- Comment
- fullUrl might not be [unique in the context of a resource](BundleAgregateur/bundle.html#bundle-unique).
Note that since [FHIR resources do not need to be served through the FHIR API](BundleAgregateur/references.html),
the fullURL might be a URN or an absolute URL that does not end with the logical id
of the resource (Resource.id). However, but if the fullUrl does look like a RESTful
server URL (e.g. meets the [regex](BundleAgregateur/references.html#regex), then the
'id' portion of the fullUrl SHALL end with the Resource.id. Note that the fullUrl
is not the same as the canonical URL - it's an absolute url for an endpoint serving
the resource (these will happen to have the same value on the canonical server for
the resource with the canonical URL).
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.resource
- Path
- Bundle.entry.resource
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- A resource in the bundle
- Definition
- The Resource for the entry. The purpose/meaning of the resource is determined by the
Bundle.type.
- Base
- Bundle.entry.resource [0..1]
- Type
- Resource
Bundle.entry:FrScheduleAgregateur.search Constrained
- Path
- Bundle.entry.search
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Search related information
- Definition
- Information about the search process that lead to the creation of this entry.
- Base
- Bundle.entry.search [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.search.id
- Path
- Bundle.entry.search.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrScheduleAgregateur.search.extension Constrained
- Path
- Bundle.entry.search.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrScheduleAgregateur.search.modifierExtension Constrained
- Path
- Bundle.entry.search.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrScheduleAgregateur.search.mode Binding Constrained
- Path
- Bundle.entry.search.mode
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- match | include | outcome - why this is in the result set
- Definition
- Why this entry is in the result set - whether it's included as a match or because
of an _include requirement, or to convey information or warning information about
the search process.
- Base
- Bundle.entry.search.mode [0..1]
- Comment
- There is only one mode. In some corner cases, a resource may be included because it
is both a match and an include. In these circumstances, 'match' takes precedence.
- Type
- code
- Binding
- SearchEntryMode(required) : Why an entry is in the result set - whether it's included as a match or because of
an _include requirement, or to convey information or warning information about the
search process.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.search.score Constrained
- Path
- Bundle.entry.search.score
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Search ranking (between 0 and 1)
- Definition
- When searching, the server's search ranking score for the entry.
- Base
- Bundle.entry.search.score [0..1]
- Comment
- Servers are not required to return a ranking score. 1 is most relevant, and 0 is least
relevant. Often, search results are sorted by score, but the client may specify a
different sort order. See [Patient Match](BundleAgregateur/patient-operation-match.html)
for the EMPI search which relates to this element.
- Type
- decimal
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.request Constrained
- Path
- Bundle.entry.request
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Additional execution information (transaction/batch/history)
- Definition
- Additional information about how this entry should be processed as part of a transaction
or batch. For history, it shows how the entry was processed to create the version
contained in the entry.
- Base
- Bundle.entry.request [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.request.id
- Path
- Bundle.entry.request.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrScheduleAgregateur.request.extension Constrained
- Path
- Bundle.entry.request.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrScheduleAgregateur.request.modifierExtension Constrained
- Path
- Bundle.entry.request.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrScheduleAgregateur.request.method Binding Constrained
- Path
- Bundle.entry.request.method
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- GET | HEAD | POST | PUT | DELETE | PATCH
- Definition
- In a transaction or batch, this is the HTTP action to be executed for this entry.
In a history bundle, this indicates the HTTP action that occurred.
- Base
- Bundle.entry.request.method [1..1]
- Type
- code
- Binding
- HTTPVerb(required) : HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231)
for details.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.request.url Constrained
- Path
- Bundle.entry.request.url
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- URL for HTTP equivalent of this entry
- Definition
- The URL for this entry, relative to the root (the address to which the request is
posted).
- Base
- Bundle.entry.request.url [1..1]
- Comment
- E.g. for a Patient Create, the method would be "POST" and the URL would be "Patient".
For a Patient Update, the method would be PUT and the URL would be "Patient/[id]".
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.request.ifNoneMatch Constrained
- Path
- Bundle.entry.request.ifNoneMatch
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing cache currency
- Definition
- If the ETag values match, return a 304 Not Modified status. See the API documentation
for ["Conditional Read"](BundleAgregateur/http.html#cread).
- Base
- Bundle.entry.request.ifNoneMatch [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.request.ifModifiedSince Constrained
- Path
- Bundle.entry.request.ifModifiedSince
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing cache currency
- Definition
- Only perform the operation if the last updated date matches. See the API documentation
for ["Conditional Read"](BundleAgregateur/http.html#cread).
- Base
- Bundle.entry.request.ifModifiedSince [0..1]
- Type
- instant
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.request.ifMatch Constrained
- Path
- Bundle.entry.request.ifMatch
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing update contention
- Definition
- Only perform the operation if the Etag value matches. For more information, see the
API section ["Managing Resource Contention"](BundleAgregateur/http.html#concurrency).
- Base
- Bundle.entry.request.ifMatch [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.request.ifNoneExist Constrained
- Path
- Bundle.entry.request.ifNoneExist
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For conditional creates
- Definition
- Instruct the server not to perform the create if a specified resource already exists.
For further information, see the API documentation for ["Conditional Create"](BundleAgregateur/http.html#ccreate).
This is just the query portion of the URL - what follows the "?" (not including the
"?").
- Base
- Bundle.entry.request.ifNoneExist [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.response Constrained
- Path
- Bundle.entry.response
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Results of execution (transaction/batch/history)
- Definition
- Indicates the results of processing the corresponding 'request' entry in the batch
or transaction being responded to or what the results of an operation where when returning
history.
- Base
- Bundle.entry.response [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.response.id
- Path
- Bundle.entry.response.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrScheduleAgregateur.response.extension Constrained
- Path
- Bundle.entry.response.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrScheduleAgregateur.response.modifierExtension Constrained
- Path
- Bundle.entry.response.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrScheduleAgregateur.response.status Constrained
- Path
- Bundle.entry.response.status
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Status response code (text optional)
- Definition
- The status code returned by processing this entry. The status SHALL start with a 3
digit HTTP code (e.g. 404) and may contain the standard HTTP description associated
with the status code.
- Base
- Bundle.entry.response.status [1..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.response.location Constrained
- Path
- Bundle.entry.response.location
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- The location (if the operation returns a location)
- Definition
- The location header created by processing this operation, populated if the operation
returns a location.
- Base
- Bundle.entry.response.location [0..1]
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.response.etag Constrained
- Path
- Bundle.entry.response.etag
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- The Etag for the resource (if relevant)
- Definition
- The Etag for the resource, if the operation for the entry produced a versioned resource
(see [Resource Metadata and Versioning](BundleAgregateur/http.html#versioning) and
[Managing Resource Contention](BundleAgregateur/http.html#concurrency)).
- Base
- Bundle.entry.response.etag [0..1]
- Comment
- Etags match the Resource.meta.versionId. The ETag has to match the version id in the
header if a resource is included.
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.response.lastModified Constrained
- Path
- Bundle.entry.response.lastModified
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Server's date time modified
- Definition
- The date/time that the resource was modified on the server.
- Base
- Bundle.entry.response.lastModified [0..1]
- Comment
- This has to match the same time in the meta header (meta.lastUpdated) if a resource
is included.
- Type
- instant
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrScheduleAgregateur.response.outcome
- Path
- Bundle.entry.response.outcome
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- OperationOutcome with hints and warnings (for batch/transaction)
- Definition
- An OperationOutcome containing hints and warnings produced as part of processing this
entry in a batch or transaction.
- Base
- Bundle.entry.response.outcome [0..1]
- Comment
- For a POST/PUT operation, this is the equivalent outcome that would be returned for
prefer = operationoutcome - except that the resource is always returned whether or
not the outcome is returned. This outcome is not used for error responses in batch/transaction,
only for hints and warnings. In a batch operation, the error will be in Bundle.entry.response,
and for transaction, there will be a single OperationOutcome instead of a bundle in
the case of an error.
- Type
- Resource
Bundle.entry:FrPractitionerAgregateur Constrained
- Path
- Bundle.entry
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Entry in the bundle - will have a resource or information
- Slice name
- FrPractitionerAgregateur
- Definition
- An entry in a bundle resource - will either contain a resource or information about
a resource (transactions and history only).
- Base
- Bundle.entry [0..*]
- Type
- BackboneElement
Constraints
- Severity
- errorbdl-5
- Description
- must be a resource unless there's a request or response
- Expression
resource.exists() or request.exists() or response.exists()
- XPath
- exists(f:resource) or exists(f:request) or exists(f:response)
- Source
- Bundle.entry
- Severity
- errorbdl-8
- Description
- fullUrl cannot be a version specific reference
- Expression
fullUrl.contains('/_history/').not()
- XPath
- not(exists(f:fullUrl[contains(string(@value), '/_history/')]))
- Source
- Bundle.entry
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.id
- Path
- Bundle.entry.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrPractitionerAgregateur.extension Constrained
- Path
- Bundle.entry.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerAgregateur.modifierExtension Constrained
- Path
- Bundle.entry.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerAgregateur.link Constrained
- Path
- Bundle.entry.link
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Links related to this entry
- Definition
- A series of links that provide context to this entry.
- Base
- Bundle.entry.link [0..*]
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.fullUrl Constrained
- Path
- Bundle.entry.fullUrl
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- URI for resource (Absolute URL server address or URI for UUID/OID)
- Definition
- The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in
the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent
URL consistent with the Resource.id. The fullUrl is a version independent reference
to the resource. The fullUrl element SHALL have a value except that: * fullUrl can
be empty on a POST (although it does not need to when specifying a temporary id for
reference in the bundle) * Results from operations might involve resources that are
not identified.
- Base
- Bundle.entry.fullUrl [0..1]
- Comment
- fullUrl might not be [unique in the context of a resource](BundleAgregateur/bundle.html#bundle-unique).
Note that since [FHIR resources do not need to be served through the FHIR API](BundleAgregateur/references.html),
the fullURL might be a URN or an absolute URL that does not end with the logical id
of the resource (Resource.id). However, but if the fullUrl does look like a RESTful
server URL (e.g. meets the [regex](BundleAgregateur/references.html#regex), then the
'id' portion of the fullUrl SHALL end with the Resource.id. Note that the fullUrl
is not the same as the canonical URL - it's an absolute url for an endpoint serving
the resource (these will happen to have the same value on the canonical server for
the resource with the canonical URL).
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.resource
- Path
- Bundle.entry.resource
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- A resource in the bundle
- Definition
- The Resource for the entry. The purpose/meaning of the resource is determined by the
Bundle.type.
- Base
- Bundle.entry.resource [0..1]
- Type
- Resource
Bundle.entry:FrPractitionerAgregateur.search Constrained
- Path
- Bundle.entry.search
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Search related information
- Definition
- Information about the search process that lead to the creation of this entry.
- Base
- Bundle.entry.search [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.search.id
- Path
- Bundle.entry.search.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrPractitionerAgregateur.search.extension Constrained
- Path
- Bundle.entry.search.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerAgregateur.search.modifierExtension Constrained
- Path
- Bundle.entry.search.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerAgregateur.search.mode Binding Constrained
- Path
- Bundle.entry.search.mode
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- match | include | outcome - why this is in the result set
- Definition
- Why this entry is in the result set - whether it's included as a match or because
of an _include requirement, or to convey information or warning information about
the search process.
- Base
- Bundle.entry.search.mode [0..1]
- Comment
- There is only one mode. In some corner cases, a resource may be included because it
is both a match and an include. In these circumstances, 'match' takes precedence.
- Type
- code
- Binding
- SearchEntryMode(required) : Why an entry is in the result set - whether it's included as a match or because of
an _include requirement, or to convey information or warning information about the
search process.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.search.score Constrained
- Path
- Bundle.entry.search.score
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Search ranking (between 0 and 1)
- Definition
- When searching, the server's search ranking score for the entry.
- Base
- Bundle.entry.search.score [0..1]
- Comment
- Servers are not required to return a ranking score. 1 is most relevant, and 0 is least
relevant. Often, search results are sorted by score, but the client may specify a
different sort order. See [Patient Match](BundleAgregateur/patient-operation-match.html)
for the EMPI search which relates to this element.
- Type
- decimal
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.request Constrained
- Path
- Bundle.entry.request
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Additional execution information (transaction/batch/history)
- Definition
- Additional information about how this entry should be processed as part of a transaction
or batch. For history, it shows how the entry was processed to create the version
contained in the entry.
- Base
- Bundle.entry.request [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.request.id
- Path
- Bundle.entry.request.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrPractitionerAgregateur.request.extension Constrained
- Path
- Bundle.entry.request.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerAgregateur.request.modifierExtension Constrained
- Path
- Bundle.entry.request.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerAgregateur.request.method Binding Constrained
- Path
- Bundle.entry.request.method
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- GET | HEAD | POST | PUT | DELETE | PATCH
- Definition
- In a transaction or batch, this is the HTTP action to be executed for this entry.
In a history bundle, this indicates the HTTP action that occurred.
- Base
- Bundle.entry.request.method [1..1]
- Type
- code
- Binding
- HTTPVerb(required) : HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231)
for details.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.request.url Constrained
- Path
- Bundle.entry.request.url
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- URL for HTTP equivalent of this entry
- Definition
- The URL for this entry, relative to the root (the address to which the request is
posted).
- Base
- Bundle.entry.request.url [1..1]
- Comment
- E.g. for a Patient Create, the method would be "POST" and the URL would be "Patient".
For a Patient Update, the method would be PUT and the URL would be "Patient/[id]".
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.request.ifNoneMatch Constrained
- Path
- Bundle.entry.request.ifNoneMatch
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing cache currency
- Definition
- If the ETag values match, return a 304 Not Modified status. See the API documentation
for ["Conditional Read"](BundleAgregateur/http.html#cread).
- Base
- Bundle.entry.request.ifNoneMatch [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.request.ifModifiedSince Constrained
- Path
- Bundle.entry.request.ifModifiedSince
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing cache currency
- Definition
- Only perform the operation if the last updated date matches. See the API documentation
for ["Conditional Read"](BundleAgregateur/http.html#cread).
- Base
- Bundle.entry.request.ifModifiedSince [0..1]
- Type
- instant
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.request.ifMatch Constrained
- Path
- Bundle.entry.request.ifMatch
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing update contention
- Definition
- Only perform the operation if the Etag value matches. For more information, see the
API section ["Managing Resource Contention"](BundleAgregateur/http.html#concurrency).
- Base
- Bundle.entry.request.ifMatch [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.request.ifNoneExist Constrained
- Path
- Bundle.entry.request.ifNoneExist
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For conditional creates
- Definition
- Instruct the server not to perform the create if a specified resource already exists.
For further information, see the API documentation for ["Conditional Create"](BundleAgregateur/http.html#ccreate).
This is just the query portion of the URL - what follows the "?" (not including the
"?").
- Base
- Bundle.entry.request.ifNoneExist [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.response Constrained
- Path
- Bundle.entry.response
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Results of execution (transaction/batch/history)
- Definition
- Indicates the results of processing the corresponding 'request' entry in the batch
or transaction being responded to or what the results of an operation where when returning
history.
- Base
- Bundle.entry.response [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.response.id
- Path
- Bundle.entry.response.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrPractitionerAgregateur.response.extension Constrained
- Path
- Bundle.entry.response.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerAgregateur.response.modifierExtension Constrained
- Path
- Bundle.entry.response.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerAgregateur.response.status Constrained
- Path
- Bundle.entry.response.status
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Status response code (text optional)
- Definition
- The status code returned by processing this entry. The status SHALL start with a 3
digit HTTP code (e.g. 404) and may contain the standard HTTP description associated
with the status code.
- Base
- Bundle.entry.response.status [1..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.response.location Constrained
- Path
- Bundle.entry.response.location
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- The location (if the operation returns a location)
- Definition
- The location header created by processing this operation, populated if the operation
returns a location.
- Base
- Bundle.entry.response.location [0..1]
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.response.etag Constrained
- Path
- Bundle.entry.response.etag
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- The Etag for the resource (if relevant)
- Definition
- The Etag for the resource, if the operation for the entry produced a versioned resource
(see [Resource Metadata and Versioning](BundleAgregateur/http.html#versioning) and
[Managing Resource Contention](BundleAgregateur/http.html#concurrency)).
- Base
- Bundle.entry.response.etag [0..1]
- Comment
- Etags match the Resource.meta.versionId. The ETag has to match the version id in the
header if a resource is included.
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.response.lastModified Constrained
- Path
- Bundle.entry.response.lastModified
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Server's date time modified
- Definition
- The date/time that the resource was modified on the server.
- Base
- Bundle.entry.response.lastModified [0..1]
- Comment
- This has to match the same time in the meta header (meta.lastUpdated) if a resource
is included.
- Type
- instant
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerAgregateur.response.outcome
- Path
- Bundle.entry.response.outcome
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- OperationOutcome with hints and warnings (for batch/transaction)
- Definition
- An OperationOutcome containing hints and warnings produced as part of processing this
entry in a batch or transaction.
- Base
- Bundle.entry.response.outcome [0..1]
- Comment
- For a POST/PUT operation, this is the equivalent outcome that would be returned for
prefer = operationoutcome - except that the resource is always returned whether or
not the outcome is returned. This outcome is not used for error responses in batch/transaction,
only for hints and warnings. In a batch operation, the error will be in Bundle.entry.response,
and for transaction, there will be a single OperationOutcome instead of a bundle in
the case of an error.
- Type
- Resource
Bundle.entry:FrPractitionerRoleExerciceAgregateur Constrained
- Path
- Bundle.entry
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Entry in the bundle - will have a resource or information
- Slice name
- FrPractitionerRoleExerciceAgregateur
- Definition
- An entry in a bundle resource - will either contain a resource or information about
a resource (transactions and history only).
- Base
- Bundle.entry [0..*]
- Type
- BackboneElement
Constraints
- Severity
- errorbdl-5
- Description
- must be a resource unless there's a request or response
- Expression
resource.exists() or request.exists() or response.exists()
- XPath
- exists(f:resource) or exists(f:request) or exists(f:response)
- Source
- Bundle.entry
- Severity
- errorbdl-8
- Description
- fullUrl cannot be a version specific reference
- Expression
fullUrl.contains('/_history/').not()
- XPath
- not(exists(f:fullUrl[contains(string(@value), '/_history/')]))
- Source
- Bundle.entry
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.id
- Path
- Bundle.entry.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrPractitionerRoleExerciceAgregateur.extension Constrained
- Path
- Bundle.entry.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerRoleExerciceAgregateur.modifierExtension Constrained
- Path
- Bundle.entry.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerRoleExerciceAgregateur.link Constrained
- Path
- Bundle.entry.link
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Links related to this entry
- Definition
- A series of links that provide context to this entry.
- Base
- Bundle.entry.link [0..*]
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.fullUrl Constrained
- Path
- Bundle.entry.fullUrl
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- URI for resource (Absolute URL server address or URI for UUID/OID)
- Definition
- The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in
the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent
URL consistent with the Resource.id. The fullUrl is a version independent reference
to the resource. The fullUrl element SHALL have a value except that: * fullUrl can
be empty on a POST (although it does not need to when specifying a temporary id for
reference in the bundle) * Results from operations might involve resources that are
not identified.
- Base
- Bundle.entry.fullUrl [0..1]
- Comment
- fullUrl might not be [unique in the context of a resource](BundleAgregateur/bundle.html#bundle-unique).
Note that since [FHIR resources do not need to be served through the FHIR API](BundleAgregateur/references.html),
the fullURL might be a URN or an absolute URL that does not end with the logical id
of the resource (Resource.id). However, but if the fullUrl does look like a RESTful
server URL (e.g. meets the [regex](BundleAgregateur/references.html#regex), then the
'id' portion of the fullUrl SHALL end with the Resource.id. Note that the fullUrl
is not the same as the canonical URL - it's an absolute url for an endpoint serving
the resource (these will happen to have the same value on the canonical server for
the resource with the canonical URL).
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.resource
- Path
- Bundle.entry.resource
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- A resource in the bundle
- Definition
- The Resource for the entry. The purpose/meaning of the resource is determined by the
Bundle.type.
- Base
- Bundle.entry.resource [0..1]
- Type
- Resource
Bundle.entry:FrPractitionerRoleExerciceAgregateur.search Constrained
- Path
- Bundle.entry.search
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Search related information
- Definition
- Information about the search process that lead to the creation of this entry.
- Base
- Bundle.entry.search [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.search.id
- Path
- Bundle.entry.search.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrPractitionerRoleExerciceAgregateur.search.extension Constrained
- Path
- Bundle.entry.search.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerRoleExerciceAgregateur.search.modifierExtension Constrained
- Path
- Bundle.entry.search.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerRoleExerciceAgregateur.search.mode Binding Constrained
- Path
- Bundle.entry.search.mode
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- match | include | outcome - why this is in the result set
- Definition
- Why this entry is in the result set - whether it's included as a match or because
of an _include requirement, or to convey information or warning information about
the search process.
- Base
- Bundle.entry.search.mode [0..1]
- Comment
- There is only one mode. In some corner cases, a resource may be included because it
is both a match and an include. In these circumstances, 'match' takes precedence.
- Type
- code
- Binding
- SearchEntryMode(required) : Why an entry is in the result set - whether it's included as a match or because of
an _include requirement, or to convey information or warning information about the
search process.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.search.score Constrained
- Path
- Bundle.entry.search.score
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Search ranking (between 0 and 1)
- Definition
- When searching, the server's search ranking score for the entry.
- Base
- Bundle.entry.search.score [0..1]
- Comment
- Servers are not required to return a ranking score. 1 is most relevant, and 0 is least
relevant. Often, search results are sorted by score, but the client may specify a
different sort order. See [Patient Match](BundleAgregateur/patient-operation-match.html)
for the EMPI search which relates to this element.
- Type
- decimal
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.request Constrained
- Path
- Bundle.entry.request
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Additional execution information (transaction/batch/history)
- Definition
- Additional information about how this entry should be processed as part of a transaction
or batch. For history, it shows how the entry was processed to create the version
contained in the entry.
- Base
- Bundle.entry.request [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.request.id
- Path
- Bundle.entry.request.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrPractitionerRoleExerciceAgregateur.request.extension Constrained
- Path
- Bundle.entry.request.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerRoleExerciceAgregateur.request.modifierExtension Constrained
- Path
- Bundle.entry.request.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerRoleExerciceAgregateur.request.method Binding Constrained
- Path
- Bundle.entry.request.method
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- GET | HEAD | POST | PUT | DELETE | PATCH
- Definition
- In a transaction or batch, this is the HTTP action to be executed for this entry.
In a history bundle, this indicates the HTTP action that occurred.
- Base
- Bundle.entry.request.method [1..1]
- Type
- code
- Binding
- HTTPVerb(required) : HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231)
for details.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.request.url Constrained
- Path
- Bundle.entry.request.url
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- URL for HTTP equivalent of this entry
- Definition
- The URL for this entry, relative to the root (the address to which the request is
posted).
- Base
- Bundle.entry.request.url [1..1]
- Comment
- E.g. for a Patient Create, the method would be "POST" and the URL would be "Patient".
For a Patient Update, the method would be PUT and the URL would be "Patient/[id]".
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.request.ifNoneMatch Constrained
- Path
- Bundle.entry.request.ifNoneMatch
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing cache currency
- Definition
- If the ETag values match, return a 304 Not Modified status. See the API documentation
for ["Conditional Read"](BundleAgregateur/http.html#cread).
- Base
- Bundle.entry.request.ifNoneMatch [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.request.ifModifiedSince Constrained
- Path
- Bundle.entry.request.ifModifiedSince
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing cache currency
- Definition
- Only perform the operation if the last updated date matches. See the API documentation
for ["Conditional Read"](BundleAgregateur/http.html#cread).
- Base
- Bundle.entry.request.ifModifiedSince [0..1]
- Type
- instant
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.request.ifMatch Constrained
- Path
- Bundle.entry.request.ifMatch
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For managing update contention
- Definition
- Only perform the operation if the Etag value matches. For more information, see the
API section ["Managing Resource Contention"](BundleAgregateur/http.html#concurrency).
- Base
- Bundle.entry.request.ifMatch [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.request.ifNoneExist Constrained
- Path
- Bundle.entry.request.ifNoneExist
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- For conditional creates
- Definition
- Instruct the server not to perform the create if a specified resource already exists.
For further information, see the API documentation for ["Conditional Create"](BundleAgregateur/http.html#ccreate).
This is just the query portion of the URL - what follows the "?" (not including the
"?").
- Base
- Bundle.entry.request.ifNoneExist [0..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.response Constrained
- Path
- Bundle.entry.response
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Results of execution (transaction/batch/history)
- Definition
- Indicates the results of processing the corresponding 'request' entry in the batch
or transaction being responded to or what the results of an operation where when returning
history.
- Base
- Bundle.entry.response [0..1]
- Type
- BackboneElement
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.response.id
- Path
- Bundle.entry.response.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Bundle.entry:FrPractitionerRoleExerciceAgregateur.response.extension Constrained
- Path
- Bundle.entry.response.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- 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.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerRoleExerciceAgregateur.response.modifierExtension Constrained
- Path
- Bundle.entry.response.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Bundle.entry:FrPractitionerRoleExerciceAgregateur.response.status Constrained
- Path
- Bundle.entry.response.status
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Status response code (text optional)
- Definition
- The status code returned by processing this entry. The status SHALL start with a 3
digit HTTP code (e.g. 404) and may contain the standard HTTP description associated
with the status code.
- Base
- Bundle.entry.response.status [1..1]
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.response.location Constrained
- Path
- Bundle.entry.response.location
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- The location (if the operation returns a location)
- Definition
- The location header created by processing this operation, populated if the operation
returns a location.
- Base
- Bundle.entry.response.location [0..1]
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.response.etag Constrained
- Path
- Bundle.entry.response.etag
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- The Etag for the resource (if relevant)
- Definition
- The Etag for the resource, if the operation for the entry produced a versioned resource
(see [Resource Metadata and Versioning](BundleAgregateur/http.html#versioning) and
[Managing Resource Contention](BundleAgregateur/http.html#concurrency)).
- Base
- Bundle.entry.response.etag [0..1]
- Comment
- Etags match the Resource.meta.versionId. The ETag has to match the version id in the
header if a resource is included.
- Type
- string
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.response.lastModified Constrained
- Path
- Bundle.entry.response.lastModified
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Server's date time modified
- Definition
- The date/time that the resource was modified on the server.
- Base
- Bundle.entry.response.lastModified [0..1]
- Comment
- This has to match the same time in the meta header (meta.lastUpdated) if a resource
is included.
- Type
- instant
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Bundle.entry:FrPractitionerRoleExerciceAgregateur.response.outcome
- Path
- Bundle.entry.response.outcome
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- OperationOutcome with hints and warnings (for batch/transaction)
- Definition
- An OperationOutcome containing hints and warnings produced as part of processing this
entry in a batch or transaction.
- Base
- Bundle.entry.response.outcome [0..1]
- Comment
- For a POST/PUT operation, this is the equivalent outcome that would be returned for
prefer = operationoutcome - except that the resource is always returned whether or
not the outcome is returned. This outcome is not used for error responses in batch/transaction,
only for hints and warnings. In a batch operation, the error will be in Bundle.entry.response,
and for transaction, there will be a single OperationOutcome instead of a bundle in
the case of an error.
- Type
- Resource
Bundle.signature Constrained
- Path
- Bundle.signature
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Digital Signature
- Definition
- Digital Signature - base64 encoded. XML-DSig or a JWT.
- Base
- Bundle.signature [0..1]
- Comment
- The signature could be created by the "author" of the bundle or by the originating
device. Requirements around inclusion of a signature, verification of signatures
and treatment of signed/non-signed bundles is implementation-environment specific.
- Type
- Signature
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element